Advertisement
Guest User

trace

a guest
Nov 9th, 2012
166
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 82.09 KB | None | 0 0
  1. Bhanus-MacBook-Pro:icssource bkaushik$ make -j4
  2. ============================================
  3. PLATFORM_VERSION_CODENAME=REL
  4. PLATFORM_VERSION=4.0.1
  5. TARGET_PRODUCT=full
  6. TARGET_BUILD_VARIANT=eng
  7. TARGET_BUILD_TYPE=release
  8. TARGET_BUILD_APPS=
  9. TARGET_ARCH=arm
  10. TARGET_ARCH_VARIANT=armv7-a
  11. HOST_ARCH=x86
  12. HOST_OS=darwin
  13. HOST_BUILD_TYPE=release
  14. BUILD_ID=ITL41D
  15. ============================================
  16. host C: libESR_Portable <= external/srec/portable/src/pcputimer.c
  17. host C: libESR_Portable <= external/srec/portable/src/pcrc.c
  18. host C++: grxmlcompile <= external/srec/tools/grxmlcompile/grxmlcompile.cpp
  19. host C: libESR_Portable <= external/srec/portable/src/pendian.c
  20. external/srec/portable/src/pcputimer.c:202:42: warning: unused parameter 'timer' [-Wunused-parameter]
  21. ESR_ReturnCode PCPUTimerStart(PCPUTimer *timer)
  22.                                          ^
  23. external/srec/portable/src/pcputimer.c:210:41: warning: unused parameter 'timer' [-Wunused-parameter]
  24. ESR_ReturnCode PCPUTimerStop(PCPUTimer *timer)
  25.                                         ^
  26. external/srec/portable/src/pcputimer.c:221:47: warning: unused parameter 'timer' [-Wunused-parameter]
  27. ESR_ReturnCode PCPUTimerGetElapsed(PCPUTimer *timer, asr_uint32_t *elapsed)
  28.                                               ^
  29. external/srec/portable/src/pcputimer.c:221:68: warning: unused parameter 'elapsed' [-Wunused-parameter]
  30. ESR_ReturnCode PCPUTimerGetElapsed(PCPUTimer *timer, asr_uint32_t *elapsed)
  31.                                                                    ^
  32. external/srec/portable/src/pcputimer.c:231:42: warning: unused parameter 'timer' [-Wunused-parameter]
  33. ESR_ReturnCode PCPUTimerReset(PCPUTimer *timer)
  34.                                          ^
  35. 5 warnings generated.
  36. host C: libESR_Portable <= external/srec/portable/src/PFileWrap.c
  37. host C: libESR_Portable <= external/srec/portable/src/UNIX/PFileWrapUNIX_OS_Specific.c
  38. host C: libESR_Portable <= external/srec/portable/src/phashtable.c
  39. host C: libESR_Portable <= external/srec/portable/src/pLastError.c
  40. host C: libESR_Portable <= external/srec/portable/src/plog.c
  41. external/srec/portable/src/plog.c:262:73: warning: unused parameter 'showStackTrace' [-Wunused-parameter]
  42. static ESR_ReturnCode logIt(const LCHAR *format, va_list args, ESR_BOOL showStackTrace)
  43.                                                                         ^
  44. external/srec/portable/src/plog.c:526:58: warning: unused parameter 'filename' [-Wunused-parameter]
  45. ESR_ReturnCode PLogCreateCircularFileLogger(const LCHAR *filename,
  46.                                                          ^
  47. external/srec/portable/src/plog.c:527:18: warning: unused parameter 'maxsize' [-Wunused-parameter]
  48.     unsigned int maxsize,
  49.                  ^
  50. external/srec/portable/src/plog.c:528:15: warning: unused parameter 'logger' [-Wunused-parameter]
  51.     PLogger **logger)
  52.               ^
  53. host C: libESR_Portable <= external/srec/portable/src/pmalloc.c
  54. external/srec/portable/src/pLastError.c:23:45: warning: unused parameter 'text' [-Wunused-parameter]
  55. void printGetLastErrorInternal(const LCHAR* text, char* file, int line)
  56.                                             ^
  57. external/srec/portable/src/pLastError.c:23:57: warning: unused parameter 'file' [-Wunused-parameter]
  58. void printGetLastErrorInternal(const LCHAR* text, char* file, int line)
  59.                                                         ^
  60. external/srec/portable/src/pLastError.c:23:67: warning: unused parameter 'line' [-Wunused-parameter]
  61. void printGetLastErrorInternal(const LCHAR* text, char* file, int line)
  62.                                                                   ^
  63. 3 warnings generated.
  64. 4 warnings generated.
  65. host C: libESR_Portable <= external/srec/portable/src/pmemory.c
  66. host C: libESR_Portable <= external/srec/portable/src/pmemory_ext.c
  67. host C: libESR_Portable <= external/srec/portable/src/PStackSize.c
  68. host C: libESR_Portable <= external/srec/portable/src/ptimestamp.c
  69. In file included from external/srec/tools/grxmlcompile/grxmlcompile.cpp:24:
  70. In file included from external/srec/tools/thirdparty/OpenFst/fst/lib/fst.h:23:
  71. In file included from external/srec/tools/thirdparty/OpenFst/fst/lib/arc.h:22:
  72. In file included from external/srec/tools/thirdparty/OpenFst/fst/lib/float-weight.h:25:
  73. external/srec/tools/thirdparty/OpenFst/fst/lib/weight.h:127:33: warning: self-comparison always evaluates to false [-Wtautological-compare]
  74.     if (W::Properties() & props != props)
  75.                                 ^
  76. external/srec/tools/thirdparty/OpenFst/fst/lib/weight.h:127:25: warning: & has lower precedence than !=; != will be evaluated first [-Wparentheses]
  77.     if (W::Properties() & props != props)
  78.                         ^~~~~~~~~~~~~~~~
  79. external/srec/tools/thirdparty/OpenFst/fst/lib/weight.h:127:25: note: place parentheses around the != expression to silence this warning
  80. host C: libESR_Portable <= external/srec/portable/src/ptypes.c
  81. host C: libSR_AcousticModels <= external/srec/srec/AcousticModels/src/AcousticModels.c
  82.     if (W::Properties() & props != props)
  83.                         ^
  84.                           (             )
  85. external/srec/tools/thirdparty/OpenFst/fst/lib/weight.h:127:25: note: place parentheses around the & expression to evaluate it first
  86.     if (W::Properties() & props != props)
  87.                         ^
  88.         (                      )
  89. In file included from external/srec/tools/grxmlcompile/grxmlcompile.cpp:24:
  90. In file included from external/srec/tools/thirdparty/OpenFst/fst/lib/fst.h:23:
  91. In file included from external/srec/tools/thirdparty/OpenFst/fst/lib/arc.h:22:
  92. external/srec/tools/thirdparty/OpenFst/fst/lib/float-weight.h:170:41: warning: unused parameter 'typ' [-Wunused-parameter]
  93.                              DivideType typ = DIVIDE_ANY) {
  94.                                         ^
  95. external/srec/tools/thirdparty/OpenFst/fst/lib/float-weight.h:243:41: warning: unused parameter 'typ' [-Wunused-parameter]
  96.                              DivideType typ = DIVIDE_ANY) {
  97.                                         ^
  98. In file included from external/srec/tools/grxmlcompile/grxmlcompile.cpp:24:
  99. In file included from external/srec/tools/thirdparty/OpenFst/fst/lib/fst.h:23:
  100. In file included from external/srec/tools/thirdparty/OpenFst/fst/lib/arc.h:23:
  101. external/srec/tools/thirdparty/OpenFst/fst/lib/product-weight.h:80:40: warning: unused parameter 'delta' [-Wunused-parameter]
  102.   ProductWeight<W1, W2> Quantize(float delta = kDelta) const {
  103.                                        ^
  104. external/srec/tools/thirdparty/OpenFst/fst/lib/product-weight.h:120:31: warning: unused parameter 'delta' [-Wunused-parameter]
  105.                         float delta = kDelta) {
  106.                               ^
  107. host C: libSR_AcousticModels <= external/srec/srec/AcousticModels/src/AcousticModelsImpl.c
  108. In file included from external/srec/tools/grxmlcompile/grxmlcompile.cpp:24:
  109. In file included from external/srec/tools/thirdparty/OpenFst/fst/lib/fst.h:23:
  110. In file included from external/srec/tools/thirdparty/OpenFst/fst/lib/arc.h:24:
  111. external/srec/tools/thirdparty/OpenFst/fst/lib/string-weight.h:110:37: warning: unused parameter 'delta' [-Wunused-parameter]
  112.   StringWeight<L, S> Quantize(float delta = kDelta) const {
  113.                                     ^
  114. external/srec/tools/thirdparty/OpenFst/fst/lib/string-weight.h:312:31: warning: unused parameter 'delta' [-Wunused-parameter]
  115.                         float delta = kDelta) {
  116.                               ^
  117. external/srec/tools/thirdparty/OpenFst/fst/lib/string-weight.h:347:30: warning: '&&' within '||' [-Wlogical-op-parentheses]
  118.       if (p == cs || *p != 0 && *p != kStringSeparator) {
  119.                   ~~ ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
  120. external/srec/tools/thirdparty/OpenFst/fst/lib/string-weight.h:347:30: note: place parentheses around the '&&' expression to silence this warning
  121.       if (p == cs || *p != 0 && *p != kStringSeparator) {
  122.                              ^
  123.                      (                                )
  124. host C: libSR_EventLog <= external/srec/srec/EventLog/src/EventLog.c
  125. In file included from external/srec/tools/grxmlcompile/grxmlcompile.cpp:24:
  126. In file included from external/srec/tools/thirdparty/OpenFst/fst/lib/fst.h:27:
  127. external/srec/tools/thirdparty/OpenFst/fst/lib/symbol-table.h:379:18: warning: '&&' within '||' [-Wlogical-op-parentheses]
  128.   else if (syms1 && !syms2 || !syms1 && syms2)
  129.            ~~~~~~^~~~~~~~~ ~~
  130. external/srec/tools/thirdparty/OpenFst/fst/lib/symbol-table.h:379:18: note: place parentheses around the '&&' expression to silence this warning
  131.   else if (syms1 && !syms2 || !syms1 && syms2)
  132.                  ^
  133.            (              )
  134. external/srec/tools/thirdparty/OpenFst/fst/lib/symbol-table.h:379:38: warning: '&&' within '||' [-Wlogical-op-parentheses]
  135.   else if (syms1 && !syms2 || !syms1 && syms2)
  136.                            ~~ ~~~~~~~^~~~~~~~
  137. external/srec/tools/thirdparty/OpenFst/fst/lib/symbol-table.h:379:38: note: place parentheses around the '&&' expression to silence this warning
  138.   else if (syms1 && !syms2 || !syms1 && syms2)
  139.                                      ^
  140.                               (              )
  141. In file included from external/srec/tools/grxmlcompile/grxmlcompile.cpp:24:
  142. external/srec/tools/thirdparty/OpenFst/fst/lib/fst.h:182:31: warning: unused parameter 'strm' [-Wunused-parameter]
  143.   virtual bool Write(ostream &strm, const FstWriteOptions &opts) const {
  144.                               ^
  145. external/srec/tools/thirdparty/OpenFst/fst/lib/fst.h:182:60: warning: unused parameter 'opts' [-Wunused-parameter]
  146.   virtual bool Write(ostream &strm, const FstWriteOptions &opts) const {
  147.                                                            ^
  148. external/srec/tools/thirdparty/OpenFst/fst/lib/fst.h:232:20: warning: 'StateIteratorData' defined as a struct template here but previously declared as a class template [-Wmismatched-tags]
  149. template <class A> struct StateIteratorData {
  150.                    ^
  151. external/srec/tools/thirdparty/OpenFst/fst/lib/fst.h:33:20: note: did you mean struct here?
  152. template <class A> class StateIteratorData;
  153.                    ^~~~~
  154.                    struct
  155. external/srec/tools/thirdparty/OpenFst/fst/lib/fst.h:304:20: warning: 'ArcIteratorData' defined as a struct template here but previously declared as a class template [-Wmismatched-tags]
  156. template <class A> struct ArcIteratorData {
  157.                    ^
  158. external/srec/tools/thirdparty/OpenFst/fst/lib/fst.h:34:20: note: did you mean struct here?
  159. template <class A> class ArcIteratorData;
  160.                    ^~~~~
  161.                    struct
  162. In file included from external/srec/tools/grxmlcompile/grxmlcompile.cpp:25:
  163. In file included from external/srec/tools/thirdparty/OpenFst/fst/lib/fstlib.h:47:
  164. external/srec/tools/thirdparty/OpenFst/fst/lib/mutable-fst.h:123:1: warning: 'MutableArcIteratorData' defined as a struct template here but previously declared as a class template [-Wmismatched-tags]
  165. struct MutableArcIteratorData {
  166. ^
  167. external/srec/tools/thirdparty/OpenFst/fst/lib/mutable-fst.h:29:20: note: did you mean struct here?
  168. template <class A> class MutableArcIteratorData;
  169.                    ^~~~~
  170.                    struct
  171. host C: libSR_EventLog <= external/srec/srec/EventLog/src/EventLogImpl.c
  172. In file included from external/srec/tools/grxmlcompile/grxmlcompile.cpp:25:
  173. In file included from external/srec/tools/thirdparty/OpenFst/fst/lib/fstlib.h:50:
  174. In file included from external/srec/tools/thirdparty/OpenFst/fst/lib/vector-fst.h:27:
  175. In file included from external/srec/tools/thirdparty/OpenFst/fst/lib/test-properties.h:26:
  176. external/srec/tools/thirdparty/OpenFst/fst/lib/connect.h:102:24: warning: unused parameter 's' [-Wunused-parameter]
  177.   bool TreeArc(StateId s, const A &arc) { return true; }
  178.                        ^
  179. external/srec/tools/thirdparty/OpenFst/fst/lib/connect.h:102:36: warning: unused parameter 'arc' [-Wunused-parameter]
  180.   bool TreeArc(StateId s, const A &arc) { return true; }
  181.                                    ^
  182. external/srec/srec/EventLog/src/EventLogImpl.c:98:57: warning: unused parameter 'self' [-Wunused-parameter]
  183. ESR_ReturnCode propertyChanged(ESR_SessionTypeListener* self, const LCHAR* name, const void* oldValue, const void* newValue, VariableTypes variableType, void* data)
  184.                                                         ^
  185. external/srec/srec/EventLog/src/EventLogImpl.c:98:94: warning: unused parameter 'oldValue' [-Wunused-parameter]
  186. ESR_ReturnCode propertyChanged(ESR_SessionTypeListener* self, const LCHAR* name, const void* oldValue, const void* newValue, VariableTypes variableType, void* data)
  187.                                                                                              ^
  188. external/srec/srec/EventLog/src/EventLogImpl.c:641:70: warning: unused parameter 'audio_type' [-Wunused-parameter]
  189. ESR_ReturnCode SR_EventLog_AudioOpen(SR_EventLog* self, const LCHAR* audio_type, size_t sample_rate, size_t sample_size)
  190.                                                                      ^
  191. In file included from external/srec/tools/grxmlcompile/grxmlcompile.cpp:25:
  192. In file included from external/srec/tools/thirdparty/OpenFst/fst/lib/fstlib.h:50:
  193. In file included from external/srec/tools/thirdparty/OpenFst/fst/lib/vector-fst.h:27:
  194. In file included from external/srec/tools/thirdparty/OpenFst/fst/lib/test-properties.h:27:
  195. In file included from external/srec/tools/thirdparty/OpenFst/fst/lib/dfs-visit.h:24:
  196. external/srec/tools/thirdparty/OpenFst/fst/lib/arcfilter.h:28:28: warning: unused parameter 'arc' [-Wunused-parameter]
  197.   bool operator()(const A &arc) const { return true; }
  198.                            ^
  199. In file included from external/srec/tools/grxmlcompile/grxmlcompile.cpp:25:
  200. In file included from external/srec/tools/thirdparty/OpenFst/fst/lib/fstlib.h:50:
  201. In file included from external/srec/tools/thirdparty/OpenFst/fst/lib/vector-fst.h:27:
  202. external/srec/tools/thirdparty/OpenFst/fst/lib/test-properties.h:38:36: warning: '&' within '|' [-Wbitwise-op-parentheses]
  203.   return kBinaryProperties | props & kTrinaryProperties |
  204.                            ~ ~~~~~~^~~~~~~~~~~~~~~~~~~~
  205. external/srec/tools/thirdparty/OpenFst/fst/lib/test-properties.h:38:36: note: place parentheses around the '&' expression to silence this warning
  206.   return kBinaryProperties | props & kTrinaryProperties |
  207.                                    ^
  208.                              (                         )
  209. In file included from external/srec/tools/grxmlcompile/grxmlcompile.cpp:25:
  210. In file included from external/srec/tools/thirdparty/OpenFst/fst/lib/fstlib.h:50:
  211. external/srec/tools/thirdparty/OpenFst/fst/lib/vector-fst.h:398:49: warning: unused parameter 's' [-Wunused-parameter]
  212. W WeightFromString<W>::operator()(const string &s) {
  213.                                                 ^
  214. In file included from external/srec/srec/AcousticModels/src/AcousticModelsImpl.c:31:
  215. In file included from external/srec/srec/AcousticModels/include/SR_AcousticModelsImpl.h:29:
  216. In file included from external/srec/srec/Recognizer/include/SR_RecognizerImpl.h:39:
  217. In file included from external/srec/srec/include/simapi.h:31:
  218. In file included from external/srec/srec/include/c42mul.h:36:
  219. In file included from external/srec/srec/include/srec.h:31:
  220. In file included from external/srec/srec/include/srec_context.h:28:
  221. external/srec/srec/include/portable.h:55:47: warning: unused parameter 'afile' [-Wunused-parameter]
  222.   static PINLINE PFile* file_must_open(PFile* afile, const LCHAR *name, const LCHAR *mode, ESR_BOOL littleEndian)In file included from external/srec/srec/AcousticModels/src/AcousticModels.c:21:
  223. In file included from external/srec/srec/AcousticModels/include/SR_AcousticModelsImpl.h:29:
  224.  
  225. In file included from external/srec/srec/Recognizer/include/SR_RecognizerImpl.h:                                              ^39
  226. :
  227. In file included from external/srec/srec/include/simapi.h:31:
  228. In file included from external/srec/srec/include/c42mul.h:36:
  229. In file included from external/srec/srec/include/srec.hexternal/srec/srec/include/portable.h::3155:
  230. :In file included from 101external/srec/srec/include/srec_context.h:: 28:
  231. warning: external/srec/srec/include/portable.hunused parameter 'littleEndian' [-Wunused-parameter]:55
  232. :47:   static PINLINE PFile* file_must_open(PFile* afile, const LCHAR *name, const LCHAR *mode, ESR_BOOL littleEndian)
  233. warning:                                                                                                     ^
  234. unused parameter 'afile' [-Wunused-parameter]
  235.   static PINLINE PFile* file_must_open(PFile* afile, const LCHAR *name, const LCHAR *mode, ESR_BOOL littleEndian)
  236.                                               ^
  237. external/srec/srec/include/portable.h:55:101: warning: unused parameter 'littleEndian' [-Wunused-parameter]
  238.   static PINLINE PFile* file_must_open(PFile* afile, const LCHAR *name, const LCHAR *mode, ESR_BOOL littleEndian)
  239.                                                                                                     ^
  240. In file included from external/srec/tools/grxmlcompile/grxmlcompile.cpp:25:
  241. In file included from external/srec/tools/thirdparty/OpenFst/fst/lib/fstlib.h:54:
  242. external/srec/tools/thirdparty/OpenFst/fst/lib/arcsort.h:286:18: warning: '&' within '|' [-Wbitwise-op-parentheses]
  243.     return props & kArcSortProperties | kILabelSorted;
  244.            ~~~~~~^~~~~~~~~~~~~~~~~~~~ ~
  245. external/srec/tools/thirdparty/OpenFst/fst/lib/arcsort.h:286:18: note: place parentheses around the '&' expression to silence this warning
  246.     return props & kArcSortProperties | kILabelSorted;
  247.                  ^
  248.            (                         )
  249. external/srec/tools/thirdparty/OpenFst/fst/lib/arcsort.h:299:18: warning: '&' within '|' [-Wbitwise-op-parentheses]
  250.     return props & kArcSortProperties | kOLabelSorted;
  251.            ~~~~~~^~~~~~~~~~~~~~~~~~~~ ~
  252. external/srec/tools/thirdparty/OpenFst/fst/lib/arcsort.h:299:18: note: place parentheses around the '&' expression to silence this warning
  253.     return props & kArcSortProperties | kOLabelSorted;
  254.                  ^
  255.            (                         )
  256. In file included from external/srec/tools/grxmlcompile/grxmlcompile.cpp:25:
  257. In file included from external/srec/tools/thirdparty/OpenFst/fst/lib/fstlib.h:55:
  258. In file included from external/srec/tools/thirdparty/OpenFst/fst/lib/closure.h:23:
  259. In file included from external/srec/tools/thirdparty/OpenFst/fst/lib/rational.h:23:
  260. external/srec/tools/thirdparty/OpenFst/fst/lib/map.h:913:18: warning: '&' within '|' [-Wbitwise-op-parentheses]
  261.     return props & kWeightInvariantProperties | kUnweighted;
  262.            ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~
  263. external/srec/tools/thirdparty/OpenFst/fst/lib/map.h:913:18: note: place parentheses around the '&' expression to silence this warning
  264.     return props & kWeightInvariantProperties | kUnweighted;
  265.                  ^
  266.            (                                 )
  267. 2 warnings generated.
  268. 3 warnings generated.
  269. external/srec/srec/AcousticModels/src/AcousticModelsImpl.c:471:58: warning: unused parameter 'self' [-Wunused-parameter]
  270. ESR_ReturnCode SR_AcousticModels_Save(SR_AcousticModels* self, const LCHAR* filename)
  271.                                                          ^
  272. external/srec/srec/AcousticModels/src/AcousticModelsImpl.c:471:77: warning: unused parameter 'filename' [-Wunused-parameter]
  273. ESR_ReturnCode SR_AcousticModels_Save(SR_AcousticModels* self, const LCHAR* filename)
  274.                                                                             ^
  275. external/srec/srec/AcousticModels/src/AcousticModelsImpl.c:553:59: warning: unused parameter 'self' [-Wunused-parameter]
  276. ESR_ReturnCode SR_AcousticModels_GetID(SR_AcousticModels* self, size_t index,
  277.                                                           ^
  278. external/srec/srec/AcousticModels/src/AcousticModelsImpl.c:553:72: warning: unused parameter 'index' [-Wunused-parameter]
  279. ESR_ReturnCode SR_AcousticModels_GetID(SR_AcousticModels* self, size_t index,
  280.                                                                        ^
  281. external/srec/srec/AcousticModels/src/AcousticModelsImpl.c:554:60: warning: unused parameter 'id' [-Wunused-parameter]
  282.                                        SR_AcousticModelID* id, size_t* size)
  283.                                                            ^
  284. external/srec/srec/AcousticModels/src/AcousticModelsImpl.c:554:72: warning: unused parameter 'size' [-Wunused-parameter]
  285.                                        SR_AcousticModelID* id, size_t* size)
  286.                                                                        ^
  287. external/srec/srec/AcousticModels/src/AcousticModelsImpl.c:560:59: warning: unused parameter 'self' [-Wunused-parameter]
  288. ESR_ReturnCode SR_AcousticModels_SetID(SR_AcousticModels* self, size_t index,
  289.                                                           ^
  290. external/srec/srec/AcousticModels/src/AcousticModelsImpl.c:560:72: warning: unused parameter 'index' [-Wunused-parameter]
  291. ESR_ReturnCode SR_AcousticModels_SetID(SR_AcousticModels* self, size_t index,
  292.                                                                        ^
  293. external/srec/srec/AcousticModels/src/AcousticModelsImpl.c:561:60: warning: unused parameter 'id' [-Wunused-parameter]
  294.                                        SR_AcousticModelID* id)
  295.                                                            ^
  296. host C: libSR_Core <= external/srec/srec/ca/acc_basi.c
  297. host C: libSR_Core <= external/srec/srec/ca/cnfd_scr.c
  298. In file included from external/srec/tools/grxmlcompile/grxmlcompile.cpp:25:
  299. In file included from external/srec/tools/thirdparty/OpenFst/fst/lib/fstlib.h:56:
  300. external/srec/tools/thirdparty/OpenFst/fst/lib/compose.h:372:22: warning: '&&' within '||' [-Wlogical-op-parentheses]
  301.         if (!isorted && !osorted || FLAGS_fst_verify_properties) {
  302.             ~~~~~~~~~^~~~~~~~~~~ ~~
  303. external/srec/tools/thirdparty/OpenFst/fst/lib/compose.h:372:22: note: place parentheses around the '&&' expression to silence this warning
  304.         if (!isorted && !osorted || FLAGS_fst_verify_properties) {
  305.                      ^
  306.             (                   )
  307. In file included from external/srec/tools/grxmlcompile/grxmlcompile.cpp:25:
  308. In file included from external/srec/tools/thirdparty/OpenFst/fst/lib/fstlib.h:59:
  309. In file included from external/srec/tools/thirdparty/OpenFst/fst/lib/determinize.h:32:
  310. external/srec/tools/thirdparty/OpenFst/fst/lib/factor-weight.h:70:27: warning: unused parameter 'w' [-Wunused-parameter]
  311.   IdentityFactor(const W &w) {}
  312.                           ^
  313. In file included from external/srec/srec/ca/acc_basi.c:31:
  314. In file included from external/srec/srec/include/simapi.h:31:
  315. In file included from external/srec/srec/include/c42mul.h:36:
  316. In file included from external/srec/srec/include/srec.h:31:
  317. In file included from external/srec/srec/include/srec_context.h:28:
  318. external/srec/srec/include/portable.h:55:47: warning: unused parameter 'afile' [-Wunused-parameter]
  319.   static PINLINE PFile* file_must_open(PFile* afile, const LCHAR *name, const LCHAR *mode, ESR_BOOL littleEndian)
  320.                                               ^
  321. external/srec/srec/include/portable.h:55:101: warning: unused parameter 'littleEndian' [-Wunused-parameter]
  322.   static PINLINE PFile* file_must_open(PFile* afile, const LCHAR *name, const LCHAR *mode, ESR_BOOL littleEndian)
  323.                                                                                                     ^
  324. In file included from external/srec/tools/grxmlcompile/grxmlcompile.cpp:25:
  325. In file included from external/srec/tools/thirdparty/OpenFst/fst/lib/fstlib.h:61:
  326. external/srec/tools/thirdparty/OpenFst/fst/lib/encode.h:177:3: warning: 'const' type qualifier on return type has no effect [-Wignored-qualifiers]
  327.   const uint32 flags() const { return flags_; }
  328.   ^~~~~
  329. In file included from external/srec/srec/ca/cnfd_scr.c:25:
  330. In file included from external/srec/srec/include/simapi.h:31:
  331. In file included from external/srec/srec/include/c42mul.h:36:
  332. In file included from external/srec/srec/include/srec.h:31:
  333. In file included from external/srec/srec/include/srec_context.h:28:
  334. external/srec/srec/include/portable.h:55:47: warning: unused parameter 'afile' [-Wunused-parameter]
  335.   static PINLINE PFile* file_must_open(PFile* afile, const LCHAR *name, const LCHAR *mode, ESR_BOOL littleEndian)
  336.                                               ^
  337. external/srec/srec/include/portable.h:55:101: warning: unused parameter 'littleEndian' [-Wunused-parameter]
  338.   static PINLINE PFile* file_must_open(PFile* afile, const LCHAR *name, const LCHAR *mode, ESR_BOOL littleEndian)
  339.                                                                                                     ^
  340. external/srec/tools/thirdparty/OpenFst/fst/lib/encode.h:274:3: warning: 'const' type qualifier on return type has no effect [-Wignored-qualifiers]
  341.   const uint32 flags() const { return flags_; }
  342.   ^~~~~
  343. external/srec/tools/thirdparty/OpenFst/fst/lib/encode.h:275:3: warning: 'const' type qualifier on return type has no effect [-Wignored-qualifiers]
  344.   const EncodeType type() const { return type_; }
  345.   ^~~~~
  346. external/srec/srec/ca/cnfd_scr.c:124:53: warning: unused parameter 'hConfidenceScorer' [-Wunused-parameter]
  347. void CA_UnloadConfidenceScorer(CA_ConfidenceScorer* hConfidenceScorer)
  348.                                                     ^
  349. external/srec/srec/ca/cnfd_scr.c:201:40: warning: unused parameter 'recog' [-Wunused-parameter]
  350. int CA_ConfScorerGetFeatures(CA_Recog* recog, CA_NBestList *nbestlist, float* features, int *num_features,
  351.                                        ^
  352. 2 warnings generated.
  353. host C: libSR_Core <= external/srec/srec/ca/par_basi.c
  354. 11 warnings generated.
  355. In file included from external/srec/tools/grxmlcompile/grxmlcompile.cpp:25:
  356. In file included from external/srec/tools/thirdparty/OpenFst/fst/lib/fstlib.h:62:
  357. In file included from external/srec/tools/thirdparty/OpenFst/fst/lib/epsnormalize.h:31:
  358. In file included from external/srec/tools/thirdparty/OpenFst/fst/lib/rmepsilon.h:34:
  359. In file included from external/srec/tools/thirdparty/OpenFst/fst/lib/queue.h:30:
  360. external/srec/tools/thirdparty/OpenFst/fst/lib/topsort.h:44:32: warning: unused parameter 'fst' [-Wunused-parameter]
  361.   void InitVisit(const Fst<A> &fst) {
  362.                                ^
  363. external/srec/tools/thirdparty/OpenFst/fst/lib/topsort.h:49:26: warning: unused parameter 's' [-Wunused-parameter]
  364.   bool InitState(StateId s, StateId r) { return true; }
  365.                          ^
  366. external/srec/tools/thirdparty/OpenFst/fst/lib/topsort.h:49:37: warning: unused parameter 'r' [-Wunused-parameter]
  367.   bool InitState(StateId s, StateId r) { return true; }
  368.                                     ^
  369. external/srec/tools/thirdparty/OpenFst/fst/lib/topsort.h:51:24: warning: unused parameter 's' [-Wunused-parameter]
  370.   bool TreeArc(StateId s, const A &arc) { return true; }
  371.                        ^
  372. external/srec/tools/thirdparty/OpenFst/fst/lib/topsort.h:51:36: warning: unused parameter 'arc' [-Wunused-parameter]
  373.   bool TreeArc(StateId s, const A &arc) { return true; }
  374.                                    ^
  375. external/srec/tools/thirdparty/OpenFst/fst/lib/topsort.h:53:24: warning: unused parameter 's' [-Wunused-parameter]
  376.   bool BackArc(StateId s, const A &arc) { return (*acyclic_ = false); }
  377.                        ^
  378. external/srec/tools/thirdparty/OpenFst/fst/lib/topsort.h:53:36: warning: unused parameter 'arc' [-Wunused-parameter]
  379.   bool BackArc(StateId s, const A &arc) { return (*acyclic_ = false); }
  380.                                    ^
  381. external/srec/tools/thirdparty/OpenFst/fst/lib/topsort.h:55:34: warning: unused parameter 's' [-Wunused-parameter]
  382.   bool ForwardOrCrossArc(StateId s, const A &arc) { return true; }
  383.                                  ^
  384. external/srec/tools/thirdparty/OpenFst/fst/lib/topsort.h:55:46: warning: unused parameter 'arc' [-Wunused-parameter]
  385.   bool ForwardOrCrossArc(StateId s, const A &arc) { return true; }
  386.                                              ^
  387. external/srec/tools/thirdparty/OpenFst/fst/lib/topsort.h:57:39: warning: unused parameter 'p' [-Wunused-parameter]
  388.   void FinishState(StateId s, StateId p, const A *) { finish_->push_back(s); }
  389.                                       ^
  390. In file included from external/srec/tools/grxmlcompile/grxmlcompile.cpp:25:
  391. In file included from external/srec/tools/thirdparty/OpenFst/fst/lib/fstlib.h:62:
  392. In file included from external/srec/tools/thirdparty/OpenFst/fst/lib/epsnormalize.h:31:
  393. In file included from external/srec/tools/thirdparty/OpenFst/fst/lib/rmepsilon.h:34:
  394. external/srec/tools/thirdparty/OpenFst/fst/lib/queue.h:110:23: warning: unused parameter 's' [-Wunused-parameter]
  395.   void Update(StateId s) {}
  396.                       ^
  397. external/srec/tools/thirdparty/OpenFst/fst/lib/queue.h:143:23: warning: unused parameter 's' [-Wunused-parameter]
  398.   void Update(StateId s) {}
  399.                       ^
  400. external/srec/tools/thirdparty/OpenFst/fst/lib/queue.h:173:23: warning: unused parameter 's' [-Wunused-parameter]
  401.   void Update(StateId s) {}
  402.                       ^
  403. host C: libSR_Core <= external/srec/srec/ca/pat_basi.c
  404. external/srec/tools/thirdparty/OpenFst/fst/lib/queue.h:322:23: warning: unused parameter 's' [-Wunused-parameter]
  405.   void Update(StateId s) {}
  406.                       ^
  407. external/srec/tools/thirdparty/OpenFst/fst/lib/queue.h:373:23: warning: unused parameter 's' [-Wunused-parameter]
  408.   void Update(StateId s) {}
  409.                       ^
  410. 4 warnings generated.
  411. external/srec/tools/thirdparty/OpenFst/fst/lib/queue.h:676:11: warning: add explicit braces to avoid dangling else [-Wdangling-else]
  412.           else
  413.           ^
  414. host C: libSR_Core <= external/srec/srec/ca/rec_basi.c
  415. In file included from external/srec/srec/ca/par_basi.c:32:
  416. In file included from external/srec/srec/include/simapi.h:31:
  417. In file included from external/srec/srec/include/c42mul.h:36:
  418. In file included from external/srec/srec/include/srec.h:31:
  419. In file included from external/srec/srec/include/srec_context.h:28:
  420. external/srec/srec/include/portable.h:55:47: warning: unused parameter 'afile' [-Wunused-parameter]
  421.   static PINLINE PFile* file_must_open(PFile* afile, const LCHAR *name, const LCHAR *mode, ESR_BOOL littleEndian)
  422.                                               ^
  423. external/srec/srec/include/portable.h:55:101: warning: unused parameter 'littleEndian' [-Wunused-parameter]
  424.   static PINLINE PFile* file_must_open(PFile* afile, const LCHAR *name, const LCHAR *mode, ESR_BOOL littleEndian)
  425.                                                                                                     ^
  426. 2 warnings generated.
  427. In file included from external/srec/srec/ca/pat_basi.c:32:
  428. In file included from external/srec/srec/include/simapi.h:31:
  429. In file included from external/srec/srec/include/c42mul.h:36:
  430. In file included from external/srec/srec/include/srec.h:31:
  431. In file included from external/srec/srec/include/srec_context.h:28:
  432. external/srec/srec/include/portable.h:55:47: warning: unused parameter 'afile' [-Wunused-parameter]
  433.   static PINLINE PFile* file_must_open(PFile* afile, const LCHAR *name, const LCHAR *mode, ESR_BOOL littleEndian)
  434.                                               ^
  435. external/srec/srec/include/portable.h:55:101: warning: unused parameter 'littleEndian' [-Wunused-parameter]
  436.   static PINLINE PFile* file_must_open(PFile* afile, const LCHAR *name, const LCHAR *mode, ESR_BOOL littleEndian)
  437.                                                                                                     ^
  438. external/srec/srec/ca/pat_basi.c:75:38: warning: unused parameter 'multable' [-Wunused-parameter]
  439.                    int dimen , char *multable , char *imelda)
  440.                                      ^
  441. host C: libSR_Core <= external/srec/srec/ca/rec_load.c
  442. In file included from external/srec/srec/ca/rec_basi.c:32:
  443. In file included from external/srec/srec/include/simapi.h:31:
  444. In file included from external/srec/srec/include/c42mul.h:36:
  445. In file included from external/srec/srec/include/srec.h:31:
  446. In file included from external/srec/srec/include/srec_context.h:28:
  447. external/srec/srec/include/portable.h:55:47: warning: unused parameter 'afile' [-Wunused-parameter]
  448.   static PINLINE PFile* file_must_open(PFile* afile, const LCHAR *name, const LCHAR *mode, ESR_BOOL littleEndian)
  449.                                               ^
  450. external/srec/srec/include/portable.h:55:101: warning: unused parameter 'littleEndian' [-Wunused-parameter]
  451.   static PINLINE PFile* file_must_open(PFile* afile, const LCHAR *name, const LCHAR *mode, ESR_BOOL littleEndian)
  452.                                                                                                     ^
  453. In file included from external/srec/tools/grxmlcompile/grxmlcompile.cpp:25:
  454. In file included from external/srec/tools/thirdparty/OpenFst/fst/lib/fstlib.h:69:
  455. In file included from external/srec/tools/thirdparty/OpenFst/fst/lib/minimize.h:33:
  456. external/srec/tools/thirdparty/OpenFst/fst/lib/partition.h:215:3: warning: 'const' type qualifier on return type has no effect [-Wignored-qualifiers]
  457.   const size_t class_size(T class_id)  const {
  458.   ^~~~~
  459. external/srec/srec/ca/rec_basi.c:155:55: warning: unused parameter 'hSyntax' [-Wunused-parameter]
  460. void CA_BeginRecognition(CA_Recog *hRecog, CA_Syntax *hSyntax,
  461.                                                       ^
  462. external/srec/srec/ca/rec_basi.c:156:68: warning: unused parameter 'hRecInput' [-Wunused-parameter]
  463.                          int first_syntax_node, CA_RecInputParams *hRecInput)
  464.                                                                    ^
  465. In file included from external/srec/tools/grxmlcompile/grxmlcompile.cpp:25:
  466. In file included from external/srec/tools/thirdparty/OpenFst/fst/lib/fstlib.h:69:
  467. external/srec/tools/thirdparty/OpenFst/fst/lib/minimize.h:261:30: warning: unused parameter 'fst' [-Wunused-parameter]
  468.   void Compute(const Fst<A>& fst) {
  469.                              ^
  470. external/srec/tools/thirdparty/OpenFst/fst/lib/minimize.h:368:5: warning: 'const' type qualifier on return type has no effect [-Wignored-qualifiers]
  471.     const size_t num_states() const { return num_states_; }
  472.     ^~~~~
  473. external/srec/tools/thirdparty/OpenFst/fst/lib/minimize.h:322:34: warning: unused parameter 'fst' [-Wunused-parameter]
  474.     void InitVisit(const Fst<A>& fst) {}
  475.                                  ^
  476. external/srec/tools/thirdparty/OpenFst/fst/lib/minimize.h:325:39: warning: unused parameter 'root' [-Wunused-parameter]
  477.     bool InitState(StateId s, StateId root) {
  478.                                       ^
  479. external/srec/tools/thirdparty/OpenFst/fst/lib/minimize.h:335:26: warning: unused parameter 's' [-Wunused-parameter]
  480.     bool TreeArc(StateId s, const A& arc) {
  481.                          ^
  482. external/srec/tools/thirdparty/O3 warnings generated.
  483. penFst/fst/lib/minimize.h:335:38: warning: unused parameter 'arc' [-Wunused-parameter]
  484.     bool TreeArc(StateId s, const A& arc) {
  485.                                      ^
  486. external/srec/tools/thirdparty/OpenFst/fst/lib/minimize.h:340:26: warning: unused parameter 's' [-Wunused-parameter]
  487.     bool BackArc(StateId s, const A& arc) {
  488.                          ^
  489. external/srec/tools/thirdparty/OpenFst/fst/lib/minimize.h:340:38: warning: unused parameter 'arc' [-Wunused-parameter]
  490.     bool BackArc(StateId s, const A& arc) {
  491.                                      ^
  492. external/srec/tools/thirdparty/OpenFst/fst/lib/minimize.h:352:58: warning: unused parameter 'parent_arc' [-Wunused-parameter]
  493.     void FinishState(StateId s, StateId parent, const A* parent_arc) {
  494.                                                          ^
  495. 4 warnings generated.
  496. host C: libSR_Core <= external/srec/srec/ca/rec_nbes.c
  497. host C: libSR_Core <= external/srec/srec/ca/rec_resu.c
  498. In file included from external/srec/srec/ca/rec_load.c:35:
  499. In file included from external/srec/srec/include/simapi.h:31:
  500. In file included from external/srec/srec/include/c42mul.h:36:
  501. In file included from external/srec/srec/include/srec.h:31:
  502. In file included from external/srec/srec/include/srec_context.h:28:
  503. external/srec/srec/include/portable.h:55:47: warning: unused parameter 'afile' [-Wunused-parameter]
  504.   static PINLINE PFile* file_must_open(PFile* afile, const LCHAR *name, const LCHAR *mode, ESR_BOOL littleEndian)
  505.                                               ^
  506. external/srec/srec/include/portable.h:55:101: warning: unused parameter 'littleEndian' [-Wunused-parameter]
  507.   static PINLINE PFile* file_must_open(PFile* afile, const LCHAR *name, const LCHAR *mode, ESR_BOOL littleEndian)
  508.                                                                                                     ^
  509. In file included from external/srec/tools/grxmlcompile/grxmlcompile.cpp:27:
  510. external/srec/tools/thirdparty/OpenFst/fst/lib/fst-decl.h:30:1: warning: class 'LogArc' was previously declared as a struct [-Wmismatched-tags]
  511. class LogArc;
  512. ^
  513. external/srec/tools/thirdparty/OpenFst/fst/lib/arc.h:54:8: note: previous use is here
  514. struct LogArc {
  515.        ^
  516. external/srec/tools/thirdparty/OpenFst/fst/lib/fst-decl.h:30:1: note: did you mean struct here?
  517. class LogArc;
  518. ^~~~~
  519. struct
  520. external/srec/tools/thirdparty/OpenFst/fst/lib/fst-decl.h:31:1: warning: class 'StdArc' was previously declared as a struct [-Wmismatched-tags]
  521. class StdArc;
  522. ^
  523. external/srec/tools/thirdparty/OpenFst/fst/lib/arc.h:30:8: note: previous use is here
  524. struct StdArc {
  525.        ^
  526. external/srec/tools/thirdparty/OpenFst/fst/lib/fst-decl.h:31:1: note: did you mean struct here?
  527. class StdArc;
  528. ^~~~~
  529. struct
  530. 2 warnings generated.
  531. In file included from external/srec/tools/grxmlcompile/grxmlcompile.cpp:32:
  532. external/srec/tools/grxmlcompile/fst-io.h:79:16: warning: unused parameter 'name' [-Wunused-parameter]
  533.                  const char *name) const {
  534.                              ^
  535. external/srec/tools/grxmlcompile/fst-io.h:227:21: warning: '&&' within '||' [-Wlogical-op-parentheses]
  536.             col.size() > 4 && accep ||
  537.             ~~~~~~~~~~~~~~~^~~~~~~~
  538. external/srec/tools/grxmlcompile/fst-io.h:227:21: note: place parentheses around the '&&' expression to silence this warning
  539.             col.size() > 4 && accep ||
  540.                            ^
  541.             (                      )
  542. external/srec/tools/grxmlcompile/fst-io.h:228:22: warning: '&&' within '||' [-Wlogical-op-parentheses]
  543.             col.size() == 3 && !accep) {
  544.             ~~~~~~~~~~~~~~~~^~~~~~~~~
  545. external/srec/tools/grxmlcompile/fst-io.h:228:22: note: place parentheses around the '&&' expression to silence this warning
  546.             col.size() == 3 && !accep) {
  547.                             ^
  548.             (                        )
  549. external/srec/tools/grxmlcompile/fst-io.h:342:38: warning: '&&' within '||' [-Wlogical-op-parentheses]
  550.       if (strm.fail() || !allow_zero && w == Weight::Zero()) {
  551.                       ~~ ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
  552. external/srec/tools/grxmlcompile/fst-io.h:342:38: note: place parentheses around the '&&' expression to silence this warning
  553.       if (strm.fail() || !allow_zero && w == Weight::Zero()) {
  554.                                      ^
  555.                          (                                 )
  556. In file included from external/srec/srec/ca/rec_nbes.c:31:
  557. In file included from external/srec/srec/include/simapi.h:31:
  558. In file included from external/srec/srec/include/c42mul.h:36:
  559. In file included from external/srec/srec/include/srec.h:31:
  560. In file included from external/srec/srec/include/srec_context.h:28:
  561. external/srec/srec/include/portable.h:55:47: warning: unused parameter 'afile' [-Wunused-parameter]
  562.   static PINLINE PFile* file_must_open(PFile* afile, const LCHAR *name, const LCHAR *mode, ESR_BOOL littleEndian)
  563.                                               ^
  564. external/srec/srec/include/portable.h:55:101: warning: unused parameter 'littleEndian' [-Wunused-parameter]
  565.   static PINLINE PFile* file_must_open(PFile* afile, const LCHAR *name, const LCHAR *mode, ESR_BOOL littleEndian)
  566.                                                                                                     ^
  567. host C: libSR_Core <= external/srec/srec/ca/syn_srec.c
  568. In file included from external/srec/srec/ca/rec_resu.c:32:
  569. In file included from external/srec/srec/include/simapi.h:31:
  570. In file included from external/srec/srec/include/c42mul.h:36:
  571. In file included from external/srec/srec/include/srec.h:31:
  572. In file included from external/srec/srec/include/srec_context.h:28:
  573. external/srec/srec/include/portable.h:55:47: warning: unused parameter 'afile' [-Wunused-parameter]
  574.   static PINLINE PFile* file_must_open(PFile* afile, const LCHAR *name, const LCHAR *mode, ESR_BOOL littleEndian)
  575.                                               ^
  576. external/srec/srec/include/portable.h:55:101: warning: unused parameter 'littleEndian' [-Wunused-parameter]
  577.   static PINLINE PFile* file_must_open(PFile* afile, const LCHAR *name, const LCHAR *mode, ESR_BOOL littleEndian)
  578.                                                                                                     ^
  579. 2 warnings generated.
  580. In file included from external/srec/tools/grxmlcompile/grxmlcompile.cpp:48:
  581. In file included from external/srec/tools/grxmlcompile/grxmldoc.h:29:
  582. In file included from external/srec/tools/grxmlcompile/vocab.h:38:
  583. In file included from external/srec/srec/include/simapi.h:31:
  584. In file included from external/srec/srec/include/c42mul.h:36:
  585. In file included from external/srec/srec/include/srec.h:31:
  586. In file included from external/srec/srec/include/srec_context.h:28:
  587. external/srec/srec/include/portable.h:55:47: warning: unused parameter 'afile' [-Wunused-parameter]
  588.   static PINLINE PFile* file_must_open(PFile* afile, const LCHAR *name, const LCHAR *mode, ESR_BOOL littleEndian)
  589.                                               ^
  590. external/srec/srec/include/portable.h:55:101: warning: unused parameter 'littleEndian' [-Wunused-parameter]
  591.   static PINLINE PFile* file_must_open(PFile* afile, const LCHAR *name, const LCHAR *mode, ESR_BOOL littleEndian)
  592.                                                                                                     ^
  593. In file included from external/srec/tools/grxmlcompile/grxmlcompile.cpp:48:
  594. In file included from external/srec/tools/grxmlcompile/grxmldoc.h:29:
  595. external/srec/tools/grxmlcompile/vocab.h:72:9: warning: typedef requires a name [-Wmissing-declarations]
  596.         typedef enum PelPosition {LEFT, RIGHT, MIDDLE};
  597.         ^~~~~~~
  598. In file included from external/srec/tools/grxmlcompile/grxmlcompile.cpp:48:
  599. external/srec/tools/grxmlcompile/grxmldoc.h:43:5: warning: typedef requires a name [-Wmissing-declarations]
  600.     typedef enum KeywordValues {NodeTypeGrammar, NodeTypeRule, NodeTypeRuleReference, NodeTypeOneOf, NodeTypeItem, NodeTypeTag, NodeTypeCount, NodeTypeMeta, NodeTypeBadValue};
  601.     ^~~~~~~
  602. In file included from external/srec/srec/ca/syn_srec.c:35:
  603. In file included from external/srec/srec/include/simapi.h:31:
  604. In file included from external/srec/srec/include/c42mul.h:36:
  605. In file included from external/srec/srec/include/srec.h:31:
  606. In file included from external/srec/srec/include/srec_context.h:28:
  607. external/srec/srec/include/portable.h:55:47: warning: unused parameter 'afile' [-Wunused-parameter]
  608.   static PINLINE PFile* file_must_open(PFile* afile, const LCHAR *name, const LCHAR *mode, ESR_BOOL littleEndian)
  609.                                               ^
  610. external/srec/srec/include/portable.h:55:101: warning: unused parameter 'littleEndian' [-Wunused-parameter]
  611.   static PINLINE PFile* file_must_open(PFile* afile, const LCHAR *name, const LCHAR *mode, ESR_BOOL littleEndian)
  612.                                                                                                     ^
  613. external/srec/srec/ca/syn_srec.c:41:51: warning: unused parameter 'allocname' [-Wunused-parameter]
  614. static void free_buffer(char* buffer, const char* allocname)
  615.                                                   ^
  616. host C: libSR_Core <= external/srec/srec/ca/utt_basi.c
  617. external/srec/tools/grxmlcompile/grxmlcompile.cpp:151:29: warning: unused parameter 'prgname' [-Wunused-parameter]
  618. int usage_error(const char* prgname)
  619.                             ^external/srec/srec/ca/syn_srec.c
  620. :333:78: warning: unused parameter 'no' [-Wunused-parameter]
  621. int CA_CheckTranscription(CA_Syntax *hSyntax, const char *transcription, int no)
  622.                                                                              ^
  623. 2 warnings generated.
  624. 4 warnings generated.
  625. host C: libSR_Core <= external/srec/srec/ca/utt_data.c
  626. In file included from external/srec/srec/ca/utt_basi.c:32:
  627. In file included from external/srec/srec/include/simapi.h:31:
  628. In file included from external/srec/srec/include/c42mul.h:36:
  629. In file included from external/srec/srec/include/srec.h:31:
  630. In file included from external/srec/srec/include/srec_context.h:28:
  631. external/srec/srec/include/portable.h:55:47: warning: unused parameter 'afile' [-Wunused-parameter]
  632.   static PINLINE PFile* file_must_open(PFile* afile, const LCHAR *name, const LCHAR *mode, ESR_BOOL littleEndian)
  633.                                               ^
  634. external/srec/srec/include/portable.h:55:101: warning: unused parameter 'littleEndian' [-Wunused-parameter]
  635.   static PINLINE PFile* file_must_open(PFile* afile, const LCHAR *name, const LCHAR *mode, ESR_BOOL littleEndian)
  636.                                                                                                     ^
  637. host C: libSR_Core <= external/srec/srec/ca/utt_proc.c
  638. 2 warnings generated.
  639. host C: libSR_Core <= external/srec/srec/ca/voc_basi.c
  640. In file included from external/srec/srec/ca/utt_data.c:32:
  641. In file included from external/srec/srec/include/simapi.h:31:
  642. In file included from external/srec/srec/include/c42mul.h:36:
  643. In file included from external/srec/srec/include/srec.h:31:
  644. In file included from external/srec/srec/include/srec_context.h:28:
  645. external/srec/srec/include/portable.h:55:47: warning: unused parameter 'afile' [-Wunused-parameter]
  646.   static PINLINE PFile* file_must_open(PFile* afile, const LCHAR *name, const LCHAR *mode, ESR_BOOL littleEndian)
  647.                                               ^
  648. external/srec/srec/include/portable.h:55:101: warning: unused parameter 'littleEndian' [-Wunused-parameter]
  649.   static PINLINE PFile* file_must_open(PFile* afile, const LCHAR *name, const LCHAR *mode, ESR_BOOL littleEndian)
  650.                                                                                                     ^
  651. In file included from external/srec/srec/ca/utt_proc.c:32:
  652. In file included from external/srec/srec/include/simapi.h:31:
  653. In file included from external/srec/srec/include/c42mul.h:36:
  654. In file included from external/srec/srec/include/srec.h:31:
  655. In file included from external/srec/srec/include/srec_context.h:28:
  656. external/srec/srec/include/portable.h:55:47: warning: unused parameter 'afile' [-Wunused-parameter]
  657.   static PINLINE PFile* file_must_open(PFile* afile, const LCHAR *name, const LCHAR *mode, ESR_BOOL littleEndian)
  658.                                               ^
  659. external/srec/srec/include/portable.h:55:101: warning: unused parameter 'littleEndian' [-Wunused-parameter]
  660.   static PINLINE PFile* file_must_open(PFile* afile, const LCHAR *name, const LCHAR *mode, ESR_BOOL littleEndian)
  661.                                                                                                     ^
  662. 2 warnings generated.
  663. 2 warnings generated.
  664. host C: libSR_Core <= external/srec/srec/ca/../cfront/ca_cms.c
  665. In file included from external/srec/tools/grxmlcompile/grxmlcompile.cpp:25:
  666. In file included from external/srec/tools/thirdparty/OpenFst/fst/lib/fstlib.h:50:
  667. external/srec/tools/thirdparty/OpenFst/fst/lib/vector-fst.h:325:3: error: use of undeclared identifier 'SetInputSymbols'
  668. host C: libSR_Core <= external/srec/srec/ca/../cfront/ca_front.c
  669.   SetInputSymbols(fst.InputSymbols());
  670.   ^
  671.   this->
  672. external/srec/tools/thirdparty/OpenFst/fst/lib/vector-fst.h:656:19: note: in instantiation of member function 'fst::VectorFstImpl<fst::StdArc>::VectorFstImpl' requested here
  673.       impl_ = new VectorFstImpl<A>(*this);
  674.                   ^
  675. external/srec/tools/thirdparty/OpenFst/fst/lib/vector-fst.h:728:10: note: in instantiation of member function 'fst::VectorFst<fst::StdArc>::MutateCheck' requested here
  676.     fst->MutateCheck();
  677.          ^
  678. external/srec/tools/grxmlcompile/grxmlcompile.cpp:364:52: note: in instantiation of member function 'fst::MutableArcIterator<fst::VectorFst<fst::StdArc> >::MutableArcIterator' requested here
  679.     for(fst::MutableArcIterator<fst::StdVectorFst> aiter(&fst_, s);
  680.                                                    ^
  681. external/srec/tools/thirdparty/OpenFst/fst/lib/fst.h:439:8: note: must qualify identifier to find this declaration in dependent base class
  682.   void SetInputSymbols(const SymbolTable* isyms) {
  683.        ^
  684. In file included from external/srec/tools/grxmlcompile/grxmlcompile.cpp:25:
  685. In file included from external/srec/tools/thirdparty/OpenFst/fst/lib/fstlib.h:50:
  686. external/srec/tools/thirdparty/OpenFst/fst/lib/vector-fst.h:326:3: error: use of undeclared identifier 'SetOutputSymbols'
  687.   SetOutputSymbols(fst.OutputSymbols());
  688.   ^
  689.   this->
  690. external/srec/tools/thirdparty/OpenFst/fst/lib/fst.h:444:8: note: must qualify identifier to find this declaration in dependent base class
  691.   void SetOutputSymbols(const SymbolTable* osyms) {
  692.        ^
  693. In file included from external/srec/tools/grxmlcompile/grxmlcompile.cpp:25:
  694. In file included from external/srec/tools/thirdparty/OpenFst/fst/lib/fstlib.h:50:
  695. external/srec/tools/thirdparty/OpenFst/fst/lib/vector-fst.h:335:5: error: use of undeclared identifier 'ReserveArcs'
  696.     ReserveArcs(s, fst.NumArcs(s));
  697.     ^
  698.     this->
  699. external/srec/tools/thirdparty/OpenFst/fst/lib/vector-fst.h:135:8: note: must qualify identifier to find this declaration in dependent base class
  700.   void ReserveArcs(StateId s, size_t n) { states_[s]->arcs.reserve(n); }
  701.        ^
  702. In file included from external/srec/srec/ca/voc_basi.c:32:
  703. In file included from external/srec/srec/include/simapi.h:31:
  704. In file included from external/srec/srec/include/c42mul.h:36:
  705. In file included from external/srec/srec/include/srec.h:external/srec/tools/thirdparty/OpenFst/fst/lib/vector-fst.h31::
  706. 342In file included from :external/srec/srec/include/srec_context.h11::28 :
  707. error: external/srec/srec/include/portable.huse of undeclared identifier 'GetState':55
  708. :47: warning:         ++GetState(s)->niepsilons;
  709. unused parameter 'afile' [-Wunused-parameter]          ^
  710.  
  711.           this->
  712.   static PINLINE PFile* file_must_open(PFile* afile, const LCHAR *name, const LCHAR *mode, ESR_BOOL littleEndian)external/srec/tools/thirdparty/OpenFst/fst/lib/vector-fst.h
  713. :127                                              ^:10
  714. : note: must qualify identifier to find this declaration in dependent base class
  715.   State *GetState(StateId s) { return states_[s]; }external/srec/srec/include/portable.h
  716. :55         ^:
  717. 101: external/srec/tools/thirdparty/OpenFst/fst/lib/vector-fst.hwarning: :129:unused parameter 'littleEndian' [-Wunused-parameter]16:
  718.    static PINLINE PFile* file_must_open(PFile* afile, const LCHAR *name, const LCHAR *mode, ESR_BOOL littleEndian)note:
  719. must qualify identifier to find this declaration in dependent base class                                                                                                    ^
  720.  
  721.   const State *GetState(StateId s) const { return states_[s]; }
  722.                ^
  723. external/srec/tools/thirdparty/OpenFst/fst/lib/vector-fst.h:344:11: error: use of undeclared identifier 'GetState'
  724.         ++GetState(s)->noepsilons;
  725.           ^
  726.           this->
  727. external/srec/tools/thirdparty/OpenFst/fst/lib/vector-fst.h:127:10: note: must qualify identifier to find this declaration in dependent base class
  728.   State *GetState(StateId s) { return states_[s]; }
  729.          ^
  730. external/srec/tools/thirdparty/OpenFst/fst/lib/vector-fst.h:129:16: note: must qualify identifier to find this declaration in dependent base class
  731.   const State *GetState(StateId s) const { return states_[s]; }
  732.                ^
  733. external/srec/srec/ca/voc_basi.c:68:70: warning: unused parameter 'phtname' [-Wunused-parameter]
  734. void CA_LoadDictionary(CA_Vocab *hVocab, const LCHAR *vocname, char *phtname, ESR_Locale* locale)
  735.                                                                      ^
  736. external/srec/srec/ca/voc_basi.c:153:87: warning: unused parameter 'pronSize' [-Wunused-parameter]
  737. int CA_GetFullEntryInDictionary(CA_Vocab *hVocab, const char *label, char *pron, int *pronSize, int pronMaxSize)
  738.                                                                                       ^
  739. external/srec/tools/thirdparty/OpenFst/fst/lib/vector-fst.h:233:29: error: use of undeclared identifier 'GetState'
  740.     VectorState<A> *state = GetState(s);
  741.                             ^
  742.                             this->
  743. external/srec/tools/thirdparty/OpenFst/fst/lib/vector-fst.h:595:12: note: in instantiation of member function 'fst::VectorFstImpl<fst::StdArc>::AddArc' requested here
  744.     impl_->AddArc(s, arc);
  745.            ^
  746. external/srec/tools/grxmlcompile/grxmlcompile.cpp:559:10: note: in instantiation of member function 'fst::VectorFst<fst::StdArc>::AddArc' requested here
  747.           cfst_.AddArc( s, fst::StdArc(SLOT_COUNTER_OFFSET+i /*model*/,
  748.                 ^
  749. external/srec/tools/thirdparty/OpenFst/fst/lib/vector-fst.h:127:10: note: must qualify identifier to find this declaration in dependent base class
  750.   State *GetState(StateId s) { return states_[s]; }
  751.          ^
  752. external/srec/tools/thirdparty/OpenFst/fst/lib/vector-fst.h:129:16: note: must qualify identifier to find this declaration in dependent base class
  753.   const State *GetState(StateId s) const { return states_[s]; }
  754.                ^
  755. external/srec/tools/thirdparty/OpenFst/fst/lib/vector-fst.h:214:17: error: use of undeclared identifier 'Final'
  756.     Weight ow = Final(s);
  757.                 ^
  758.                 this->
  759. external/srec/tools/thirdparty/OpenFst/fst/lib/vector-fst.h:581:12: note: in instantiation of member function 'fst::VectorFstImpl<fst::StdArc>::SetFinal' requested here
  760.     impl_->SetFinal(s, w);
  761.            ^
  762. external/srec/tools/grxmlcompile/grxmlcompile.cpp:652:9: note: in instantiation of member function 'fst::VectorFst<fst::StdArc>::SetFinal' requested here
  763.   l_fst.SetFinal(stateEn, 0.0);  // 1st arg is state ID, 2nd arg weight
  764.         ^
  765. external/srec/tools/thirdparty/OpenFst/fst/lib/vector-fst.h:51:10: note: must qualify identifier to find this declaration in dependent base class
  766.   Weight Final(StateId s) const { return states_[s]->final; }
  767.          ^
  768. 4 warnings generated.
  769. In file included from external/srec/tools/grxmlcompile/grxmlcompile.cpp:24:
  770. In file included from external/srec/tools/thirdparty/OpenFst/fst/lib/fst.h:23:
  771. In file included from external/srec/tools/thirdparty/OpenFst/fst/lib/arc.h:22:
  772. In file included from external/srec/tools/thirdparty/OpenFst/fst/lib/float-weight.h:25:
  773. external/srec/tools/thirdparty/OpenFst/fst/lib/weight.h:127:33: warning: self-comparison always evaluates to false [-Wtautological-compare]
  774.     if (W::Properties() & props != props)
  775.                                 ^
  776. external/srec/tools/thirdparty/OpenFst/fst/lib/queue.h:532:20: note: in instantiation of member function 'fst::NaturalLess<fst::TropicalWeight>::NaturalLess' requested here
  777.         less = new NaturalLess<Weight>;
  778.                    ^
  779. external/srec/tools/thirdparty/OpenFst/fst/lib/rmepsilon.h:294:22: note: in instantiation of function template specialization 'fst::AutoQueue<int>::AutoQueue<fst::StdArc, fst::EpsilonArcFilter<fst::StdArc> >' requested here
  780.   AutoQueue<StateId> state_queue(*fst, &distance, EpsilonArcFilter<Arc>());
  781.                      ^
  782. external/srec/tools/grxmlcompile/grxmlcompile.cpp:832:3: note: in instantiation of function template specialization 'fst::RmEpsilon<fst::StdArc>' requested here
  783.   fst::RmEpsilon( &grev_fst, /*connect?*/ true );
  784.   ^
  785. In file included from external/srec/srec/ca/../cfront/ca_front.c:39:
  786. external/srec/srec/include/portable.h:55:47: warning: unused parameter 'afile' [-Wunused-parameter]
  787.   static PINLINE PFile* file_must_open(PFile* afile, const LCHAR *name, const LCHAR *mode, ESR_BOOL littleEndian)
  788.                                               ^
  789. external/srec/srec/include/portable.h:55:101: warning: unused parameter 'littleEndian' [-Wunused-parameter]
  790.   static PINLINE PFile* file_must_open(PFile* afile, const LCHAR *name, const LCHAR *mode, ESR_BOOL littleEndian)
  791.                                                                                                     ^
  792. In file included from external/srec/srec/ca/../cfront/ca_cms.c:38:
  793. external/srec/srec/include/portable.h:55:47: warning: unused parameter 'afile' [-Wunused-parameter]
  794.   static PINLINE PFile* file_must_open(PFile* afile, const LCHAR *name, const LCHAR *mode, ESR_BOOL littleEndian)
  795.                                               ^
  796. external/srec/srec/include/portable.h:55:101: warning: unused parameter 'littleEndian' [-Wunused-parameter]
  797.   static PINLINE PFile* file_must_open(PFile* afile, const LCHAR *name, const LCHAR *mode, ESR_BOOL littleEndian)
  798.                                                                                                     ^
  799. external/srec/srec/ca/../cfront/ca_cms.c:85:36: warning: unused parameter 'hWave' [-Wunused-parameter]
  800. void CA_SaveCMSParameters(CA_Wave *hWave, const char *basename)
  801.                                    ^
  802. external/srec/srec/ca/../cfront/ca_cms.c:85:55: warning: unused parameter 'basename' [-Wunused-parameter]
  803. void CA_SaveCMSParameters(CA_Wave *hWave, const char *basename)
  804.                                                       ^
  805. external/srec/srec/ca/../cfront/ca_cms.c:91:55: warning: unused parameter 'basename' [-Wunused-parameter]
  806. void CA_LoadCMSParameters(CA_Wave *hWave, const char *basename,
  807.                                                       ^
  808. 2 warnings generated.
  809. 5 warnings generated.
  810. host C: libSR_Core <= external/srec/srec/ca/../cfront/ca_wave.c
  811. In file included from external/srec/tools/grxmlcompile/grxmlcompile.cpp:25:
  812. In file included from external/srec/tools/thirdparty/OpenFst/fst/lib/fstlib.h:59:
  813. external/srec/tools/thirdparty/OpenFst/fst/lib/determinize.h:297:5: error: use of undeclared identifier 'SetArcs'
  814.     SetArcs(s);
  815.     ^
  816.     this->
  817. external/srec/tools/thirdparty/OpenFst/fst/lib/determinize.h:616:20: note: in instantiation of member function 'fst::DeterminizeFsaImpl<fst::GallicArc<fst::StdArc, 2>, fst::GallicCommonDivisor<int, fst::TropicalWeight, 2, fst::DefaultCommonDivisor<fst::TropicalWeight>> >::Expand' requested here
  818.       :  impl_(new DeterminizeFsaImpl<A, D>(fst, common_divisor, opts)) {}
  819.                    ^
  820. external/srec/tools/thirdparty/OpenFst/fst/lib/determinize.h:635:25: note: in instantiation of function template specialization 'fst::DeterminizeFst<fst::GallicArc<fst::StdArc, 2> >::DeterminizeFst<fst::GallicCommonDivisor<int, fst::TropicalWeight, 2, fst::DefaultCommonDivisor<fst::TropicalWeight>> >' requested here
  821.   DeterminizeFst<ToArc> det_fsa(to_fst, CommonDivisor(), opts);
  822.                         ^
  823. external/srec/tools/thirdparty/OpenFst/fst/lib/determinize.h:553:19: note: in instantiation of member function 'fst::DeterminizeFstImpl<fst::StdArc, 2>::DeterminizeFstImpl' requested here
  824.       impl_ = new DeterminizeFstImpl<A, STRING_LEFT_RESTRICT>(fst, opts);
  825.                   ^
  826. external/srec/tools/thirdparty/OpenFst/fst/lib/determinize.h:715:11: note: in instantiation of member function 'fst::DeterminizeFst<fst::StdArc>::DeterminizeFst' requested here
  827.   *ofst = DeterminizeFst<Arc>(ifst, nopts);
  828.           ^
  829. external/srec/tools/grxmlcompile/grxmlcompile.cpp:834:3: note: in instantiation of function template specialization 'fst::Determinize<fst::StdArc>' requested here
  830.   fst::Determinize(grev_fst, &grev_det_fst);
  831.   ^
  832. external/srec/tools/thirdparty/OpenFst/fst/lib/cache.h:176:8: note: must qualify identifier to find this declaration in dependent base class
  833.   void SetArcs(StateId s) {
  834.        ^
  835. external/srec/tools/thirdparty/OpenFst/fst/lib/cache.h:132:9: error: use of undeclared identifier 'SetState'
  836.         SetState(s, new S);
  837.         ^
  838.         this->
  839. external/srec/tools/thirdparty/OpenFst/fst/lib/cache.h:171:16: note: in instantiation of member function 'fst::CacheBaseImpl<fst::CacheState<fst::GallicArc<fst::StdArc, 2>> >::ExtendState' requested here
  840.     S *state = ExtendState(s);
  841.                ^
  842. external/srec/tools/thirdparty/OpenFst/fst/lib/determinize.h:371:19: note: in instantiation of member function 'fst::CacheBaseImpl<fst::CacheState<fst::GallicArc<fst::StdArc, 2>> >::AddArc' requested here
  843.     CacheImpl<A>::AddArc(s, arc);
  844.                   ^
  845. external/srec/tools/thirdparty/OpenFst/fst/lib/determinize.h:296:7: note: in instantiation of member function 'fst::DeterminizeFsaImpl<fst::GallicArc<fst::StdArc, 2>, fst::GallicCommonDivisor<int, fst::TropicalWeight, 2, fst::DefaultCommonDivisor<fst::TropicalWeight>> >::AddArc' requested here
  846.       AddArc(s, liter->first, liter->second);
  847.       ^
  848. external/srec/tools/thirdparty/OpenFst/fst/lib/determinize.h:616:20: note: in instantiation of member function 'fst::DeterminizeFsaImpl<fst::GallicArc<fst::StdArc, 2>, fst::GallicCommonDivisor<int, fst::TropicalWeight, 2, fst::DefaultCommonDivisor<fst::TropicalWeight>> >::Expand' requested here
  849.       :  impl_(new DeterminizeFsaImpl<A, D>(fst, common_divisor, opts)) {}
  850.                    ^
  851. external/srec/tools/thirdparty/OpenFst/fst/lib/determinize.h:635:25: note: in instantiation of function template specialization 'fst::DeterminizeFst<fst::GallicArc<fst::StdArc, 2> >::DeterminizeFst<fst::GallicCommonDivisor<int, fst::TropicalWeight, 2, fst::DefaultCommonDivisor<fst::TropicalWeight>> >' requested here
  852.   DeterminizeFst<ToArc> det_fsa(to_fst, CommonDivisor(), opts);
  853.                         ^
  854. external/srec/tools/thirdparty/OpenFst/fst/lib/determinize.h:553:19: note: in instantiation of member function 'fst::DeterminizeFstImpl<fst::StdArc, 2>::DeterminizeFstImpl' requested here
  855.       impl_ = new DeterminizeFstImpl<A, STRING_LEFT_RESTRICT>(fst, opts);
  856.                   ^
  857. external/srec/tools/thirdparty/OpenFst/fst/lib/determinize.h:715:11: note: in instantiation of member function 'fst::DeterminizeFst<fst::StdArc>::DeterminizeFst' requested here
  858.   *ofst = DeterminizeFst<Arc>(ifst, nopts);
  859.           ^
  860. external/srec/tools/grxmlcompile/grxmlcompile.cpp:834:3: note: in instantiation of function template specialization 'fst::Determinize<fst::StdArc>' requested here
  861.   fst::Determinize(grev_fst, &grev_det_fst);
  862.   ^
  863. external/srec/tools/thirdparty/OpenFst/fst/lib/vector-fst.h:131:8: note: must qualify identifier to find this declaration in dependent base class
  864.   void SetState(StateId s, State *state) { states_[s] = state; }
  865.        ^
  866. In file included from external/srec/tools/grxmlcompile/grxmlcompile.cpp:25:
  867. In file included from external/srec/tools/thirdparty/OpenFst/fst/lib/fstlib.h:54:
  868. In file included from external/srec/tools/thirdparty/OpenFst/fst/lib/arcsort.h:24:
  869. external/srec/tools/thirdparty/OpenFst/fst/lib/cache.h:136:11: error: use of undeclared identifier 'SetState'
  870.           SetState(cache_first_state_id_, cache_first_state_);
  871.           ^
  872.           this->
  873. external/srec/tools/thirdparty/OpenFst/fst/lib/vector-fst.h:131:8: note: must qualify identifier to find this declaration in dependent base class
  874.   void SetState(StateId s, State *state) { states_[s] = state; }
  875.        ^
  876. In file included from external/srec/tools/grxmlcompile/grxmlcompile.cpp:25:
  877. In file included from external/srec/tools/thirdparty/OpenFst/fst/lib/fstlib.h:54:
  878. In file included from external/srec/tools/thirdparty/OpenFst/fst/lib/arcsort.h:24:
  879. external/srec/tools/thirdparty/OpenFst/fst/lib/cache.h:290:9: error: use of undeclared identifier 'SetState'
  880.         SetState(s, 0);
  881.         ^
  882.         this->
  883. external/srec/tools/thirdparty/OpenFst/fst/lib/cache.h:150:13: note: in instantiation of member function 'fst::CacheBaseImpl<fst::CacheState<fst::GallicArc<fst::StdArc, 2>> >::GC' requested here
  884.             GC(s, false);
  885.             ^
  886. external/srec/tools/thirdparty/OpenFst/fst/lib/cache.h:171:16: note: in instantiation of member function 'fst::CacheBaseImpl<fst::CacheState<fst::GallicArc<fst::StdArc, 2>> >::ExtendState' requested here
  887.     S *state = ExtendState(s);
  888.                ^
  889. external/srec/tools/thirdparty/OpenFst/fst/lib/determinize.h:371:19: note: in instantiation of member function 'fst::CacheBaseImpl<fst::CacheState<fst::GallicArc<fst::StdArc, 2>> >::AddArc' requested here
  890.     CacheImpl<A>::AddArc(s, arc);
  891.                   ^
  892. external/srec/tools/thirdparty/OpenFst/fst/lib/determinize.h:296:7: note: in instantiation of member function 'fst::DeterminizeFsaImpl<fst::GallicArc<fst::StdArc, 2>, fst::GallicCommonDivisor<int, fst::TropicalWeight, 2, fst::DefaultCommonDivisor<fst::TropicalWeight>> >::AddArc' requested here
  893.       AddArc(s, liter->first, liter->second);
  894.       ^
  895. external/srec/tools/thirdparty/OpenFst/fst/lib/determinize.h:616:20: note: in instantiation of member function 'fst::DeterminizeFsaImpl<fst::GallicArc<fst::StdArc, 2>, fst::GallicCommonDivisor<int, fst::TropicalWeight, 2, fst::DefaultCommonDivisor<fst::TropicalWeight>> >::Expand' requested here
  896.       :  impl_(new DeterminizeFsaImpl<A, D>(fst, common_divisor, opts)) {}
  897.                    ^
  898. external/srec/tools/thirdparty/OpenFst/fst/lib/determinize.h:635:25: note: in instantiation of function template specialization 'fst::DeterminizeFst<fst::GallicArc<fst::StdArc, 2> >::DeterminizeFst<fst::GallicCommonDivisor<int, fst::TropicalWeight, 2, fst::DefaultCommonDivisor<fst::TropicalWeight>> >' requested here
  899.   DeterminizeFst<ToArc> det_fsa(to_fst, CommonDivisor(), opts);
  900.                         ^
  901. external/srec/tools/thirdparty/OpenFst/fst/lib/determinize.h:553:19: note: in instantiation of member function 'fst::DeterminizeFstImpl<fst::StdArc, 2>::DeterminizeFstImpl' requested here
  902.       impl_ = new DeterminizeFstImpl<A, STRING_LEFT_RESTRICT>(fst, opts);
  903.                   ^
  904. external/srec/tools/thirdparty/OpenFst/fst/lib/determinize.h:715:11: note: in instantiation of member function 'fst::DeterminizeFst<fst::StdArc>::DeterminizeFst' requested here
  905.   *ofst = DeterminizeFst<Arc>(ifst, nopts);
  906.           ^
  907. external/srec/tools/grxmlcompile/grxmlcompile.cpp:834:3: note: in instantiation of function template specialization 'fst::Determinize<fst::StdArc>' requested here
  908.   fst::Determinize(grev_fst, &grev_det_fst);
  909.   ^
  910. external/srec/tools/thirdparty/OpenFst/fst/lib/vector-fst.h:131:8: note: must qualify identifier to find this declaration in dependent base class
  911.   void SetState(StateId s, State *state) { states_[s] = state; }
  912.        ^
  913. host C: libSR_Core <= external/srec/srec/ca/../cfront/cheldsp4.c
  914. In file included from external/srec/tools/grxmlcompile/grxmlcompile.cpp:25:
  915. In file included from external/srec/tools/thirdparty/OpenFst/fst/lib/fstlib.h:55:
  916. In file included from external/srec/tools/thirdparty/OpenFst/fst/lib/closure.h:23:
  917. In file included from external/srec/tools/thirdparty/OpenFst/fst/lib/rational.h:23:
  918. external/srec/tools/thirdparty/OpenFst/fst/lib/map.h:297:7: error: use of undeclared identifier 'SetStart'
  919.       SetStart(FindOState(fst_->Start()));
  920.       ^
  921.       this->
  922. external/srec/tools/thirdparty/OpenFst/fst/lib/map.h:486:49: note: in instantiation of member function 'fst::MapFstImpl<fst::StdArc, fst::GallicArc<fst::StdArc, 2>, fst::ToGallicMapper<fst::StdArc, 2> >::Start' requested here
  923.   virtual StateId Start() const { return impl_->Start(); }
  924.                                                 ^
  925. external/srec/tools/thirdparty/OpenFst/fst/lib/determinize.h:630:9: note: in instantiation of member function 'fst::MapFst<fst::StdArc, fst::GallicArc<fst::StdArc, 2>, fst::ToGallicMapper<fst::StdArc, 2> >::Start' requested here
  926.   ToFst to_fst(fst, ToMapper());
  927.         ^
  928. external/srec/tools/thirdparty/OpenFst/fst/lib/determinize.h:553:19: note: in instantiation of member function 'fst::DeterminizeFstImpl<fst::StdArc, 2>::DeterminizeFstImpl' requested here
  929.       impl_ = new DeterminizeFstImpl<A, STRING_LEFT_RESTRICT>(fst, opts);
  930.                   ^
  931. external/srec/tools/thirdparty/OpenFst/fst/lib/determinize.h:715:11: note: in instantiation of member function 'fst::DeterminizeFst<fst::StdArc>::DeterminizeFst' requested here
  932.   *ofst = DeterminizeFst<Arc>(ifst, nopts);
  933.           ^
  934. external/srec/tools/grxmlcompile/grxmlcompile.cpp:834:3: note: in instantiation of function template specialization 'fst::Determinize<fst::StdArc>' requested here
  935.   fst::Determinize(grev_fst, &grev_det_fst);
  936.   ^
  937. external/srec/tools/thirdparty/OpenFst/fst/lib/cache.h:157:8: note: must qualify identifier to find this declaration in dependent base class
  938.   void SetStart(StateId s) {
  939.        ^
  940. In file included from external/srec/tools/grxmlcompile/grxmlcompile.cpp:25:
  941. In file included from external/srec/tools/thirdparty/OpenFst/fst/lib/fstlib.h:55:
  942. In file included from external/srec/tools/thirdparty/OpenFst/fst/lib/closure.h:23:
  943. In file included from external/srec/tools/thirdparty/OpenFst/fst/lib/rational.h:23:
  944. external/srec/tools/thirdparty/OpenFst/fst/lib/map.h:309:11: error: use of undeclared identifier 'SetFinal'
  945.           SetFinal(s, final_arc.weight);
  946.           ^
  947.           this->
  948. external/srec/tools/thirdparty/OpenFst/fst/lib/map.h:488:57: note: in instantiation of member function 'fst::MapFstImpl<fst::StdArc, fst::GallicArc<fst::StdArc, 2>, fst::ToGallicMapper<fst::StdArc, 2> >::Final' requested here
  949.   virtual Weight Final(StateId s) const { return impl_->Final(s); }
  950.                                                         ^
  951. external/srec/tools/thirdparty/OpenFst/fst/lib/determinize.h:630:9: note: in instantiation of member function 'fst::MapFst<fst::StdArc, fst::GallicArc<fst::StdArc, 2>, fst::ToGallicMapper<fst::StdArc, 2> >::Final' requested here
  952.   ToFst to_fst(fst, ToMapper());
  953.         ^
  954. external/srec/tools/thirdparty/OpenFst/fst/lib/determinize.h:553:19: note: in instantiation of member function 'fst::DeterminizeFstImpl<fst::StdArc, 2>::DeterminizeFstImpl' requested here
  955.       impl_ = new DeterminizeFstImpl<A, STRING_LEFT_RESTRICT>(fst, opts);
  956.                   ^
  957. external/srec/tools/thirdparty/OpenFst/fst/lib/determinize.h:715:11: note: in instantiation of member function 'fst::DeterminizeFst<fst::StdArc>::DeterminizeFst' requested here
  958.   *ofst = DeterminizeFst<Arc>(ifst, nopts);
  959.           ^
  960. external/srec/tools/grxmlcompile/grxmlcompile.cpp:834:3: note: in instantiation of function template specialization 'fst::Determinize<fst::StdArc>' requested here
  961.   fst::Determinize(grev_fst, &grev_det_fst);
  962.   ^
  963. external/srec/tools/thirdparty/OpenFst/fst/lib/cache.h:164:8: note: must qualify identifier to find this declaration in dependent base class
  964.   void SetFinal(StateId s, Weight w) {
  965.        ^
  966. In file included from external/srec/tools/grxmlcompile/grxmlcompile.cpp:25:
  967. In file included from external/srec/tools/thirdparty/OpenFst/fst/lib/fstlib.h:55:
  968. In file included from external/srec/tools/thirdparty/OpenFst/fst/lib/closure.h:23:
  969. In file included from external/srec/tools/thirdparty/OpenFst/fst/lib/rational.h:23:
  970. external/srec/tools/thirdparty/OpenFst/fst/lib/map.h:314:13: error: use of undeclared identifier 'SetFinal'
  971.             SetFinal(s, Weight::One());
  972.             ^
  973.             this->
  974. external/srec/tools/thirdparty/OpenFst/fst/lib/cache.h:164:8: note: must qualify identifier to find this declaration in dependent base class
  975.   void SetFinal(StateId s, Weight w) {
  976.        ^
  977. In file included from external/srec/tools/grxmlcompile/grxmlcompile.cpp:25:
  978. In file included from external/srec/tools/thirdparty/OpenFst/fst/lib/fstlib.h:55:
  979. In file included from external/srec/tools/thirdparty/OpenFst/fst/lib/closure.h:23:
  980. In file included from external/srec/tools/thirdparty/OpenFst/fst/lib/rational.h:23:
  981. external/srec/tools/thirdparty/OpenFst/fst/lib/map.h:319:15: error: use of undeclared identifier 'SetFinal'
  982.               SetFinal(s, final_arc.weight);
  983.               ^
  984.               this->
  985. external/srec/tools/thirdparty/OpenFst/fst/lib/cache.h:164:8: note: must qualify identifier to find this declaration in dependent base class
  986.   void SetFinal(StateId s, Weight w) {
  987.        ^
  988. In file included from external/srec/tools/grxmlcompile/grxmlcompile.cpp:25:
  989. In file included from external/srec/tools/thirdparty/OpenFst/fst/lib/fstlib.h:55:
  990. In file included from external/srec/tools/thirdparty/OpenFst/fst/lib/closure.h:23:
  991. In file included from external/srec/tools/thirdparty/OpenFst/fst/lib/rational.h:23:
  992. external/srec/tools/thirdparty/OpenFst/fst/lib/map.h:321:15: error: use of undeclared identifier 'SetFinal'
  993.               SetFinal(s, Weight::Zero());
  994.               ^
  995.               this->
  996. external/srec/tools/thirdparty/OpenFst/fst/lib/cache.h:164:8: note: must qualify identifier to find this declaration in dependent base class
  997.   void SetFinal(StateId s, Weight w) {
  998.        ^
  999. In file included from external/srec/tools/grxmlcompile/grxmlcompile.cpp:25:
  1000. In file included from external/srec/tools/thirdparty/OpenFst/fst/lib/fstlib.h:55:
  1001. In file included from external/srec/tools/thirdparty/OpenFst/fst/lib/closure.h:23:
  1002. In file included from external/srec/tools/thirdparty/OpenFst/fst/lib/rational.h:23:
  1003. external/srec/tools/thirdparty/OpenFst/fst/lib/map.h:326:11: error: use of undeclared identifier 'SetFinal'
  1004.           SetFinal(s, s == superfinal_ ? Weight::One() : Weight::Zero());
  1005.           ^
  1006.           this->
  1007. external/srec/tools/thirdparty/OpenFst/fst/lib/cache.h:164:8: note: must qualify identifier to find this declaration in dependent base class
  1008.   void SetFinal(StateId s, Weight w) {
  1009.        ^
  1010. In file included from external/srec/tools/grxmlcompile/grxmlcompile.cpp:25:
  1011. In file included from external/srec/tools/thirdparty/OpenFst/fst/lib/fstlib.h:55:
  1012. In file included from external/srec/tools/thirdparty/OpenFst/fst/lib/closure.h:23:
  1013. In file included from external/srec/tools/thirdparty/OpenFst/fst/lib/rational.h:23:
  1014. external/srec/tools/thirdparty/OpenFst/fst/lib/map.h:360:29: error: use of undeclared identifier 'SetArcs'
  1015.     if (s == superfinal_) { SetArcs(s); return; }
  1016.                             ^
  1017.                             this->
  1018. external/srec/tools/thirdparty/OpenFst/fst/lib/map.h:336:7: note: in instantiation of member function 'fst::MapFstImpl<fst::StdArc, fst::GallicArc<fst::StdArc, 2>, fst::ToGallicMapper<fst::StdArc, 2> >::Expand' requested here
  1019.       Expand(s);
  1020.       ^
  1021. external/srec/tools/thirdparty/OpenFst/fst/lib/map.h:492:51: note: in instantiation of member function 'fst::MapFstImpl<fst::StdArc, fst::GallicArc<fst::StdArc, 2>, fst::ToGallicMapper<fst::StdArc, 2> >::NumArcs' requested here
  1022.   size_t NumArcs(StateId s) const { return impl_->NumArcs(s); }
  1023.                                                   ^
  1024. external/srec/tools/thirdparty/OpenFst/fst/lib/determinize.h:630:9: note: in instantiation of member function 'fst::MapFst<fst::StdArc, fst::GallicArc<fst::StdArc, 2>, fst::ToGallicMapper<fst::StdArc, 2> >::NumArcs' requested here
  1025.   ToFst to_fst(fst, ToMapper());
  1026.         ^
  1027. external/srec/tools/thirdparty/OpenFst/fst/lib/determinize.h:553:19: note: in instantiation of member function 'fst::DeterminizeFstImpl<fst::StdArc, 2>::DeterminizeFstImpl' requested here
  1028.       impl_ = new DeterminizeFstImpl<A, STRING_LEFT_RESTRICT>(fst, opts);
  1029.                   ^
  1030. external/srec/tools/thirdparty/OpenFst/fst/lib/determinize.h:715:11: note: in instantiation of member function 'fst::DeterminizeFst<fst::StdArc>::DeterminizeFst' requested here
  1031.   *ofst = DeterminizeFst<Arc>(ifst, nopts);
  1032.           ^
  1033. external/srec/tools/grxmlcompile/grxmlcompile.cpp:834:3: note: in instantiation of function template specialization 'fst::Determinize<fst::StdArc>' requested here
  1034.   fst::Determinize(grev_fst, &grev_det_fst);
  1035.   ^
  1036. external/srec/tools/thirdparty/OpenFst/fst/lib/cache.h:176:8: note: must qualify identifier to find this declaration in dependent base class
  1037.   void SetArcs(StateId s) {
  1038.        ^
  1039. In file included from external/srec/tools/grxmlcompile/grxmlcompile.cpp:25:
  1040. In file included from external/srec/tools/thirdparty/OpenFst/fst/lib/fstlib.h:55:
  1041. In file included from external/srec/tools/thirdparty/OpenFst/fst/lib/closure.h:23:
  1042. In file included from external/srec/tools/thirdparty/OpenFst/fst/lib/rational.h:23:
  1043. external/srec/tools/thirdparty/OpenFst/fst/lib/map.h:367:7: error: use of undeclared identifier 'AddArc'
  1044.       AddArc(s, barc);
  1045.       ^
  1046.       this->
  1047. external/srec/tools/thirdparty/OpenFst/fst/lib/cache.h:170:8: note: must qualify identifier to find this declaration in dependent base class
  1048.   void AddArc(StateId s, const Arc &arc) {
  1049.        ^
  1050. fatal error: too many errors emitted, stopping now [-ferror-limit=]
  1051. In file included from external/srec/srec/ca/../cfront/ca_wave.c:38:
  1052. external/srec/srec/include/portable.h:55:47: warning: unused parameter 'afile' [-Wunused-parameter]
  1053.   static PINLINE PFile* file_must_open(PFile* afile, const LCHAR *name, const LCHAR *mode, ESR_BOOL littleEndian)
  1054.                                               ^
  1055. external/srec/srec/include/portable.h:55:101: warning: unused parameter 'littleEndian' [-Wunused-parameter]
  1056.   static PINLINE PFile* file_must_open(PFile* afile, const LCHAR *name, const LCHAR *mode, ESR_BOOL littleEndian)
  1057.                                                                                                     ^
  1058. external/srec/srec/ca/../cfront/ca_wave.c:162:31: warning: unused parameter 'device_id' [-Wunused-parameter]
  1059.                           int device_id,
  1060.                               ^
  1061. In file included from external/srec/srec/ca/../cfront/cheldsp4.c:34:
  1062. external/srec/srec/include/portable.h:55:47: warning: unused parameter 'afile' [-Wunused-parameter]
  1063.   static PINLINE PFile* file_must_open(PFile* afile, const LCHAR *name, const LCHAR *mode, ESR_BOOL littleEndian)
  1064.                                               ^
  1065. external/srec/srec/include/portable.h:55:101: warning: unused parameter 'littleEndian' [-Wunused-parameter]
  1066.   static PINLINE PFile* file_must_open(PFile* afile, const LCHAR *name, const LCHAR *mode, ESR_BOOL littleEndian)
  1067.                                                                                                     ^
  1068. 3 warnings generated.
  1069. external/srec/srec/ca/../cfront/cheldsp4.c:152:65: warning: unused parameter 'rpram' [-Wunused-parameter]
  1070. static void scale_data(const front_cep *cepobj, const featdata *rpram,  featdata *pram1,
  1071.                                                                 ^
  1072. external/srec/srec/ca/../cfront/cheldsp4.c:153:74: warning: unused parameter 'rast' [-Wunused-parameter]
  1073.                        featdata *pram2, featdata *ddpram, const cepdata *rast,
  1074.                                                                          ^
  1075. external/srec/srec/ca/../cfront/cheldsp4.c:196:40: warning: unused parameter 'rasta_data' [-Wunused-parameter]
  1076.                        const featdata *rasta_data, const featdata *mel_data,
  1077.                                        ^
  1078. host C: libSR_Core <= external/srec/srec/ca/../cfront/chelfep.c
  1079. 5 warnings generated.
  1080. host C: libSR_Core <= external/srec/srec/ca/../cfront/chelmel4.c
  1081. host C: libSR_Core <= external/srec/srec/ca/../cfront/frontobj.c
  1082. In file included from external/srec/srec/ca/../cfront/chelfep.c:38:
  1083. external/srec/srec/include/portable.h:55:47: warning: unused parameter 'afile' [-Wunused-parameter]
  1084.   static PINLINE PFile* file_must_open(PFile* afile, const LCHAR *name, const LCHAR *mode, ESR_BOOL littleEndian)
  1085.                                               ^
  1086. external/srec/srec/include/portable.h:55:101: warning: unused parameter 'littleEndian' [-Wunused-parameter]
  1087.   static PINLINE PFile* file_must_open(PFile* afile, const LCHAR *name, const LCHAR *mode, ESR_BOOL littleEndian)
  1088.                                                                                                     ^
  1089. 2 warnings generated.
  1090. In file included from external/srec/srec/ca/../cfront/frontobj.c:47:
  1091. external/srec/srec/include/portable.h:55:47: warning: unused parameter 'afile' [-Wunused-parameter]
  1092.   static PINLINE PFile* file_must_open(PFile* afile, const LCHAR *name, const LCHAR *mode, ESR_BOOL littleEndian)
  1093.                                               ^
  1094. external/srec/srec/include/portable.h:55:101: warning: unused parameter 'littleEndian' [-Wunused-parameter]
  1095.   static PINLINE PFile* file_must_open(PFile* afile, const LCHAR *name, const LCHAR *mode, ESR_BOOL littleEndian)
  1096.                                                                                                     ^
  1097. host C: libSR_Core <= external/srec/srec/ca/../cfront/frontpar.c
  1098. In file included from external/srec/srec/ca/../cfront/chelmel4.c:33:
  1099. external/srec/srec/include/portable.h:55:47: warning: unused parameter 'afile' [-Wunused-parameter]
  1100.   static PINLINE PFile* file_must_open(PFile* afile, const LCHAR *name, const LCHAR *mode, ESR_BOOL littleEndian)
  1101.                                               ^
  1102. external/srec/srec/include/portable.h:55:101: warning: unused parameter 'littleEndian' [-Wunused-parameter]
  1103.   static PINLINE PFile* file_must_open(PFile* afile, const LCHAR *name, const LCHAR *mode, ESR_BOOL littleEndian)
  1104.                                                                                                     ^
  1105. external/srec/srec/ca/../cfront/chelmel4.c:67:58: warning: unused parameter 'waveobj' [-Wunused-parameter]
  1106. void cepstrum_params(front_channel *channel, front_wave *waveobj,
  1107.                                                          ^
  1108. external/srec/srec/ca/../cfront/chelmel4.c:68:34: warning: unused parameter 'freqobj' [-Wunused-parameter]
  1109.                      front_freq *freqobj, front_cep *cepobj)
  1110.                                  ^
  1111. external/srec/srec/ca/../cfront/frontobj.c:162:39: warning: unused parameter 'waveobj' [-Wunused-parameter]
  1112.   front_channel *channel, front_wave *waveobj,
  1113.                                       ^
  1114. external/srec/srec/ca/../cfront/frontobj.c:320:43: warning: unused parameter 'waveobj' [-Wunused-parameter]
  1115. static void clear_wave_object(front_wave *waveobj)
  1116.                                           ^
  1117. external/srec/srec/ca/../cfront/frontobj.c:523:43: warning: unused parameter 'freqobj' [-Wunused-parameter]
  1118. static void reset_freq_object(front_freq *freqobj)
  1119.                                           ^
  1120. external/srec/srec/ca/../cfront/frontobj.c:641:41: warning: unused parameter 'cepobj' [-Wunused-parameter]
  1121. static void reset_cep_object(front_cep *cepobj)
  1122.                                         ^
  1123. 67 warnings and 20 errors generated.
  1124. 6 warnings generated.
  1125. 4 warnings generated.
  1126. make: *** [out/host/darwin-x86/obj/EXECUTABLES/grxmlcompile_intermediates/grxmlcompile.o] Error 1
  1127. make: *** Waiting for unfinished jobs....
  1128. In file included from external/srec/srec/ca/../cfront/frontpar.c:42:
  1129. external/srec/srec/include/portable.h:55:47: warning: unused parameter 'afile' [-Wunused-parameter]
  1130.   static PINLINE PFile* file_must_open(PFile* afile, const LCHAR *name, const LCHAR *mode, ESR_BOOL littleEndian)
  1131.                                               ^
  1132. external/srec/srec/include/portable.h:55:101: warning: unused parameter 'littleEndian' [-Wunused-parameter]
  1133.   static PINLINE PFile* file_must_open(PFile* afile, const LCHAR *name, const LCHAR *mode, ESR_BOOL littleEndian)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement