The build took 00h 05m 04s and was NOT successful.
The program in this build is written in the following languages, according to sloccount:
| SLOC | Language |
|---|---|
270,886 |
lisp |
91,672 |
cpp |
18,190 |
ansic |
8,725 |
sh |
5,284 |
java |
1,883 |
perl |
1,840 |
makefile |
85 |
awk |
55 |
pascal |
398,620 |
total |
The process tree of the build process is here.
Due to the failure of this package to build, we did not attempt to build several packages that depend on this one. Those packages are:
To avoid scrolling, you may jump to the last line of the
invocation of makepkg that was used to build this
package.
Removed vanilla repositories from pacman.conf and added:
CMD: sudo -u tuscan red makepkg --noextract --syncdeps --skipinteg --skippgpcheck --skipchecksums --noconfirm --nocolor --log --noprogressbar --nocheck
==> Making package: festival 2.4-2 (Wed Aug 24 13:02:02 UTC 2016)==> Checking runtime dependencies...==> Checking buildtime dependencies...==> WARNING: Using existing $srcdir/ tree==> Starting build()...checking build system type... x86_64-unknown-linux-gnuchecking host system type... x86_64-unknown-linux-gnuchecking target system type... x86_64-unknown-linux-gnuchecking for x86_64-unknown-linux-gcc... nochecking for gcc... gccchecking whether the C compiler works... yeschecking for C compiler default output file name... a.outchecking for suffix of executables... checking whether we are cross compiling... nochecking for suffix of object files... ochecking whether we are using the GNU C compiler... yeschecking whether gcc accepts -g... yeschecking for gcc option to accept ISO C89... none neededchecking for x86_64-unknown-linux-ranlib... nochecking for ranlib... ranlibchecking for x86_64-unknown-linux-ar... nochecking for ar... archecking how to run the C preprocessor... gcc -Echecking for grep that handles long lines and -e... /usr/sbin/grepchecking for egrep... /usr/sbin/grep -Echecking for ANSI C header files... yeschecking for sys/types.h... yeschecking for sys/stat.h... yeschecking for stdlib.h... yeschecking for string.h... yeschecking for memory.h... yeschecking for strings.h... yeschecking for inttypes.h... yeschecking for stdint.h... yeschecking for unistd.h... yeschecking whether byte ordering is bigendian... nochecking for tputs in -lncurses... yesconfigure: creating ./config.statusconfig.status: creating config/configCheck system typeRemake modincludes.inc NATIVE_AUDIO ok EDITLINE config/modules/editline.mak SIOD siod/siod.mak WAGON stats/wagon/wagon.mak SCFG grammar/scfg/scfg.mak WFST grammar/wfst/wfst.mak OLS stats/ols.mak RXP rxp/rxp.mak LINUX16_AUDIO config/modules/linux16_audio.makMaking in directory ./siod ...making dependencies -- siodeditline.c el_complete.c editline.c el_sys_unix.c slib.cc slib_core.cc slib_doc.cc slib_file.cc slib_format.cc slib_list.cc slib_math.cc slib_sys.cc slib_server.cc slib_str.cc slib_xtr.cc slib_repl.cc slib_python.cc io.cc trace.cc siod.cc siod_est.cc gcc -c -fno-implicit-templates -fno-strict-aliasing -Wall -DSUPPORT_EDITLINE -I../include slib.ccIn file included from ../include/EST_types.h:44:0, from ../include/EST_string_aux.h:45, from ../include/siod.h:18, from slib.cc:89:../include/EST_TVector.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TVector&)': ../include/EST_TVector.h:316:9: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (i = 0; i < m.n(); ++i) ^~~../include/EST_TVector.h:317:32: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << m(i) << " "; st << endl; ^~In file included from ../include/EST_TSimpleMatrix.h:46:0, from ../include/EST_FMatrix.h:44, from ../include/EST_types.h:47, from ../include/EST_string_aux.h:45, from ../include/siod.h:18, from slib.cc:89:../include/EST_TMatrix.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TMatrix&)': ../include/EST_TMatrix.h:316:13: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (j = 0; j < a.num_columns(); ++j) ^~~../include/EST_TMatrix.h:317:50: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << a.a_no_check(i, j) << " "; st << endl; ^~gcc -c -fno-implicit-templates -fno-strict-aliasing -Wall -DSUPPORT_EDITLINE -I../include slib_core.ccIn file included from ../include/EST_types.h:44:0, from ../include/EST_string_aux.h:45, from ../include/siod.h:18, from slib_core.cc:12:../include/EST_TVector.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TVector&)': ../include/EST_TVector.h:316:9: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (i = 0; i < m.n(); ++i) ^~~../include/EST_TVector.h:317:32: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << m(i) << " "; st << endl; ^~In file included from ../include/EST_TSimpleMatrix.h:46:0, from ../include/EST_FMatrix.h:44, from ../include/EST_types.h:47, from ../include/EST_string_aux.h:45, from ../include/siod.h:18, from slib_core.cc:12:../include/EST_TMatrix.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TMatrix&)': ../include/EST_TMatrix.h:316:13: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (j = 0; j < a.num_columns(); ++j) ^~~../include/EST_TMatrix.h:317:50: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << a.a_no_check(i, j) << " "; st << endl; ^~gcc -c -fno-implicit-templates -fno-strict-aliasing -Wall -DSUPPORT_EDITLINE -I../include slib_doc.ccIn file included from ../include/EST_types.h:44:0, from ../include/EST_string_aux.h:45, from ../include/siod.h:18, from slib_doc.cc:13:../include/EST_TVector.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TVector&)': ../include/EST_TVector.h:316:9: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (i = 0; i < m.n(); ++i) ^~~../include/EST_TVector.h:317:32: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << m(i) << " "; st << endl; ^~In file included from ../include/EST_TSimpleMatrix.h:46:0, from ../include/EST_FMatrix.h:44, from ../include/EST_types.h:47, from ../include/EST_string_aux.h:45, from ../include/siod.h:18, from slib_doc.cc:13:../include/EST_TMatrix.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TMatrix&)': ../include/EST_TMatrix.h:316:13: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (j = 0; j < a.num_columns(); ++j) ^~~../include/EST_TMatrix.h:317:50: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << a.a_no_check(i, j) << " "; st << endl; ^~gcc -c -fno-implicit-templates -fno-strict-aliasing -Wall -DSUPPORT_EDITLINE -I../include slib_file.ccIn file included from ../include/EST_types.h:44:0, from ../include/EST_string_aux.h:45, from ../include/siod.h:18, from slib_file.cc:12:../include/EST_TVector.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TVector&)': ../include/EST_TVector.h:316:9: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (i = 0; i < m.n(); ++i) ^~~../include/EST_TVector.h:317:32: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << m(i) << " "; st << endl; ^~In file included from ../include/EST_TSimpleMatrix.h:46:0, from ../include/EST_FMatrix.h:44, from ../include/EST_types.h:47, from ../include/EST_string_aux.h:45, from ../include/siod.h:18, from slib_file.cc:12:../include/EST_TMatrix.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TMatrix&)': ../include/EST_TMatrix.h:316:13: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (j = 0; j < a.num_columns(); ++j) ^~~../include/EST_TMatrix.h:317:50: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << a.a_no_check(i, j) << " "; st << endl; ^~gcc -c -fno-implicit-templates -fno-strict-aliasing -Wall -DSUPPORT_EDITLINE -I../include slib_format.ccIn file included from ../include/EST_types.h:44:0, from ../include/EST_string_aux.h:45, from ../include/siod.h:18, from slib_format.cc:47:../include/EST_TVector.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TVector&)': ../include/EST_TVector.h:316:9: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (i = 0; i < m.n(); ++i) ^~~../include/EST_TVector.h:317:32: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << m(i) << " "; st << endl; ^~In file included from ../include/EST_TSimpleMatrix.h:46:0, from ../include/EST_FMatrix.h:44, from ../include/EST_types.h:47, from ../include/EST_string_aux.h:45, from ../include/siod.h:18, from slib_format.cc:47:../include/EST_TMatrix.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TMatrix&)': ../include/EST_TMatrix.h:316:13: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (j = 0; j < a.num_columns(); ++j) ^~~../include/EST_TMatrix.h:317:50: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << a.a_no_check(i, j) << " "; st << endl; ^~gcc -c -fno-implicit-templates -fno-strict-aliasing -Wall -DSUPPORT_EDITLINE -I../include slib_list.ccIn file included from ../include/EST_types.h:44:0, from ../include/EST_string_aux.h:45, from ../include/siod.h:18, from slib_list.cc:12:../include/EST_TVector.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TVector&)': ../include/EST_TVector.h:316:9: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (i = 0; i < m.n(); ++i) ^~~../include/EST_TVector.h:317:32: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << m(i) << " "; st << endl; ^~In file included from ../include/EST_TSimpleMatrix.h:46:0, from ../include/EST_FMatrix.h:44, from ../include/EST_types.h:47, from ../include/EST_string_aux.h:45, from ../include/siod.h:18, from slib_list.cc:12:../include/EST_TMatrix.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TMatrix&)': ../include/EST_TMatrix.h:316:13: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (j = 0; j < a.num_columns(); ++j) ^~~../include/EST_TMatrix.h:317:50: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << a.a_no_check(i, j) << " "; st << endl; ^~slib_list.cc: In function 'obj* eql(LISP, LISP)':slib_list.cc:78:28: warning: this 'else' clause does not guard... [-Wmisleading-indentation] {if EQ(x,y) return(truth); else ^~~~slib_list.cc:82:2: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'else' return(NIL);} ^~~~~~gcc -c -fno-implicit-templates -fno-strict-aliasing -Wall -DSUPPORT_EDITLINE -I../include slib_math.ccIn file included from ../include/EST_types.h:44:0, from ../include/EST_string_aux.h:45, from ../include/siod.h:18, from slib_math.cc:12:../include/EST_TVector.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TVector&)': ../include/EST_TVector.h:316:9: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (i = 0; i < m.n(); ++i) ^~~../include/EST_TVector.h:317:32: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << m(i) << " "; st << endl; ^~In file included from ../include/EST_TSimpleMatrix.h:46:0, from ../include/EST_FMatrix.h:44, from ../include/EST_types.h:47, from ../include/EST_string_aux.h:45, from ../include/siod.h:18, from slib_math.cc:12:../include/EST_TMatrix.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TMatrix&)': ../include/EST_TMatrix.h:316:13: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (j = 0; j < a.num_columns(); ++j) ^~~../include/EST_TMatrix.h:317:50: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << a.a_no_check(i, j) << " "; st << endl; ^~gcc -c -fno-implicit-templates -fno-strict-aliasing -Wall -DSUPPORT_EDITLINE -I../include slib_sys.ccIn file included from ../include/EST_types.h:44:0, from ../include/EST_string_aux.h:45, from ../include/siod.h:18, from slib_sys.cc:12:../include/EST_TVector.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TVector&)': ../include/EST_TVector.h:316:9: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (i = 0; i < m.n(); ++i) ^~~../include/EST_TVector.h:317:32: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << m(i) << " "; st << endl; ^~In file included from ../include/EST_TSimpleMatrix.h:46:0, from ../include/EST_FMatrix.h:44, from ../include/EST_types.h:47, from ../include/EST_string_aux.h:45, from ../include/siod.h:18, from slib_sys.cc:12:../include/EST_TMatrix.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TMatrix&)': ../include/EST_TMatrix.h:316:13: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (j = 0; j < a.num_columns(); ++j) ^~~../include/EST_TMatrix.h:317:50: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << a.a_no_check(i, j) << " "; st << endl; ^~gcc -c -fno-implicit-templates -fno-strict-aliasing -Wall -DSUPPORT_EDITLINE -I../include slib_server.ccIn file included from ../include/EST_types.h:44:0, from ../include/EST_io_aux.h:46, from slib_server.cc:12:../include/EST_TVector.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TVector&)': ../include/EST_TVector.h:316:9: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (i = 0; i < m.n(); ++i) ^~~../include/EST_TVector.h:317:32: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << m(i) << " "; st << endl; ^~In file included from ../include/EST_TSimpleMatrix.h:46:0, from ../include/EST_FMatrix.h:44, from ../include/EST_types.h:47, from ../include/EST_io_aux.h:46, from slib_server.cc:12:../include/EST_TMatrix.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TMatrix&)': ../include/EST_TMatrix.h:316:13: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (j = 0; j < a.num_columns(); ++j) ^~~../include/EST_TMatrix.h:317:50: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << a.a_no_check(i, j) << " "; st << endl; ^~gcc -c -fno-implicit-templates -fno-strict-aliasing -Wall -DSUPPORT_EDITLINE -I../include slib_str.ccIn file included from ../include/EST_types.h:44:0, from ../include/EST_string_aux.h:45, from ../include/siod.h:18, from slib_str.cc:19:../include/EST_TVector.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TVector&)': ../include/EST_TVector.h:316:9: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (i = 0; i < m.n(); ++i) ^~~../include/EST_TVector.h:317:32: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << m(i) << " "; st << endl; ^~In file included from ../include/EST_TSimpleMatrix.h:46:0, from ../include/EST_FMatrix.h:44, from ../include/EST_types.h:47, from ../include/EST_string_aux.h:45, from ../include/siod.h:18, from slib_str.cc:19:../include/EST_TMatrix.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TMatrix&)': ../include/EST_TMatrix.h:316:13: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (j = 0; j < a.num_columns(); ++j) ^~~../include/EST_TMatrix.h:317:50: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << a.a_no_check(i, j) << " "; st << endl; ^~gcc -c -fno-implicit-templates -fno-strict-aliasing -Wall -DSUPPORT_EDITLINE -I../include slib_xtr.ccIn file included from ../include/EST_types.h:44:0, from ../include/EST_string_aux.h:45, from ../include/siod.h:18, from slib_xtr.cc:18:../include/EST_TVector.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TVector&)': ../include/EST_TVector.h:316:9: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (i = 0; i < m.n(); ++i) ^~~../include/EST_TVector.h:317:32: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << m(i) << " "; st << endl; ^~In file included from ../include/EST_TSimpleMatrix.h:46:0, from ../include/EST_FMatrix.h:44, from ../include/EST_types.h:47, from ../include/EST_string_aux.h:45, from ../include/siod.h:18, from slib_xtr.cc:18:../include/EST_TMatrix.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TMatrix&)': ../include/EST_TMatrix.h:316:13: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (j = 0; j < a.num_columns(); ++j) ^~~../include/EST_TMatrix.h:317:50: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << a.a_no_check(i, j) << " "; st << endl; ^~gcc -c -fno-implicit-templates -fno-strict-aliasing -Wall -DSUPPORT_EDITLINE -I../include slib_repl.ccIn file included from ../include/EST_types.h:44:0, from ../include/EST_string_aux.h:45, from ../include/siod.h:18, from slib_repl.cc:38:../include/EST_TVector.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TVector&)': ../include/EST_TVector.h:316:9: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (i = 0; i < m.n(); ++i) ^~~../include/EST_TVector.h:317:32: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << m(i) << " "; st << endl; ^~In file included from ../include/EST_TSimpleMatrix.h:46:0, from ../include/EST_FMatrix.h:44, from ../include/EST_types.h:47, from ../include/EST_string_aux.h:45, from ../include/siod.h:18, from slib_repl.cc:38:../include/EST_TMatrix.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TMatrix&)': ../include/EST_TMatrix.h:316:13: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (j = 0; j < a.num_columns(); ++j) ^~~../include/EST_TMatrix.h:317:50: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << a.a_no_check(i, j) << " "; st << endl; ^~gcc -c -fno-implicit-templates -fno-strict-aliasing -Wall -DSUPPORT_EDITLINE -I../include slib_python.ccslib_python.cc:377:12: warning: 'est_no_python_support' defined but not used [-Wunused-variable] static int est_no_python_support = 1; ^~~~~~~~~~~~~~~~~~~~~gcc -c -fno-implicit-templates -fno-strict-aliasing -Wall -DSUPPORT_EDITLINE -I../include io.ccIn file included from ../include/EST_types.h:44:0, from ../include/EST_string_aux.h:45, from ../include/siod.h:18, from io.cc:52:../include/EST_TVector.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TVector&)': ../include/EST_TVector.h:316:9: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (i = 0; i < m.n(); ++i) ^~~../include/EST_TVector.h:317:32: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << m(i) << " "; st << endl; ^~In file included from ../include/EST_TSimpleMatrix.h:46:0, from ../include/EST_FMatrix.h:44, from ../include/EST_types.h:47, from ../include/EST_string_aux.h:45, from ../include/siod.h:18, from io.cc:52:../include/EST_TMatrix.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TMatrix&)': ../include/EST_TMatrix.h:316:13: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (j = 0; j < a.num_columns(); ++j) ^~~../include/EST_TMatrix.h:317:50: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << a.a_no_check(i, j) << " "; st << endl; ^~gcc -c -fno-implicit-templates -fno-strict-aliasing -Wall -DSUPPORT_EDITLINE -I../include trace.ccIn file included from ../include/EST_types.h:44:0, from ../include/EST_string_aux.h:45, from ../include/siod.h:18, from trace.cc:17:../include/EST_TVector.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TVector&)': ../include/EST_TVector.h:316:9: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (i = 0; i < m.n(); ++i) ^~~../include/EST_TVector.h:317:32: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << m(i) << " "; st << endl; ^~In file included from ../include/EST_TSimpleMatrix.h:46:0, from ../include/EST_FMatrix.h:44, from ../include/EST_types.h:47, from ../include/EST_string_aux.h:45, from ../include/siod.h:18, from trace.cc:17:../include/EST_TMatrix.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TMatrix&)': ../include/EST_TMatrix.h:316:13: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (j = 0; j < a.num_columns(); ++j) ^~~../include/EST_TMatrix.h:317:50: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << a.a_no_check(i, j) << " "; st << endl; ^~gcc -c -fno-implicit-templates -fno-strict-aliasing -Wall -DSUPPORT_EDITLINE -I../include -DINSTANTIATE_TEMPLATES siod.ccIn file included from ../include/EST_types.h:44:0, from ../include/EST_string_aux.h:45, from ../include/siod.h:18, from siod.cc:35:../include/EST_TVector.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TVector&)': ../include/EST_TVector.h:316:9: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (i = 0; i < m.n(); ++i) ^~~../include/EST_TVector.h:317:32: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << m(i) << " "; st << endl; ^~In file included from ../include/EST_TSimpleMatrix.h:46:0, from ../include/EST_FMatrix.h:44, from ../include/EST_types.h:47, from ../include/EST_string_aux.h:45, from ../include/siod.h:18, from siod.cc:35:../include/EST_TMatrix.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TMatrix&)': ../include/EST_TMatrix.h:316:13: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (j = 0; j < a.num_columns(); ++j) ^~~../include/EST_TMatrix.h:317:50: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << a.a_no_check(i, j) << " "; st << endl; ^~gcc -c -fno-implicit-templates -fno-strict-aliasing -Wall -DSUPPORT_EDITLINE -I../include -DINSTANTIATE_TEMPLATES siod_est.ccIn file included from ../include/EST_types.h:44:0, from ../include/EST_string_aux.h:45, from ../include/siod.h:18, from siod_est.cc:46:../include/EST_TVector.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TVector&)': ../include/EST_TVector.h:316:9: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (i = 0; i < m.n(); ++i) ^~~../include/EST_TVector.h:317:32: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << m(i) << " "; st << endl; ^~In file included from ../include/EST_TSimpleMatrix.h:46:0, from ../include/EST_FMatrix.h:44, from ../include/EST_types.h:47, from ../include/EST_string_aux.h:45, from ../include/siod.h:18, from siod_est.cc:46:../include/EST_TMatrix.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TMatrix&)': ../include/EST_TMatrix.h:316:13: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (j = 0; j < a.num_columns(); ++j) ^~~../include/EST_TMatrix.h:317:50: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << a.a_no_check(i, j) << " "; st << endl; ^~gcc -c -fno-strict-aliasing -Wall -DSUPPORT_EDITLINE -I../include siodeditline.cgcc -c -fno-strict-aliasing -Wall -DSUPPORT_EDITLINE -I../include el_complete.cgcc -c -fno-strict-aliasing -Wall -DSUPPORT_EDITLINE -I../include editline.cgcc -c -fno-strict-aliasing -Wall -DSUPPORT_EDITLINE -I../include el_sys_unix.clook at library estools slib.o slib_core.o slib_doc.o slib_file.o slib_format.o slib_list.o slib_math.o slib_sys.o slib_server.o slib_str.o slib_xtr.o slib_repl.o slib_python.o io.o trace.o siod.o siod_est.o siodeditline.o el_complete.o editline.o el_sys_unix.oUpdate library estools slib.o slib_core.o slib_doc.o slib_file.o slib_format.o slib_list.o slib_math.o slib_sys.o slib_server.o slib_str.o slib_xtr.o slib_repl.o slib_python.o io.o trace.o siod.o siod_est.o siodeditline.o el_complete.o editline.o el_sys_unix.oar: `u' modifier ignored since `D' is the default (see `U')a - slib.oa - slib_core.oa - slib_doc.oa - slib_file.oa - slib_format.oa - slib_list.oa - slib_math.oa - slib_sys.oa - slib_server.oa - slib_str.oa - slib_xtr.oa - slib_repl.oa - slib_python.oa - io.oa - trace.oa - siod.oa - siod_est.oa - siodeditline.oa - el_complete.oa - editline.oa - el_sys_unix.olook at library estbaselook at library eststringMaking in directory ./rxp ...making dependencies -- charset.c dtd.c string16.c url.c ctype16.c input.c stdio16.c system.c xmlparser.c XML_Parser.cc gcc -c -fno-strict-aliasing -Wall -DCHAR_SIZE=8 -I../include/rxp -I../include charset.ccharset.c: In function 'init_charset':charset.c:236:33: warning: variable 'bytes' set but not used [-Wunused-but-set-variable] union {char b[2]; short s;} bytes; ^~~~~gcc -c -fno-strict-aliasing -Wall -DCHAR_SIZE=8 -I../include/rxp -I../include dtd.cgcc -c -fno-strict-aliasing -Wall -DCHAR_SIZE=8 -I../include/rxp -I../include string16.cgcc -c -fno-strict-aliasing -Wall -DCHAR_SIZE=8 -I../include/rxp -I../include url.cgcc -c -fno-strict-aliasing -Wall -DCHAR_SIZE=8 -I../include/rxp -I../include ctype16.cgcc -c -fno-strict-aliasing -Wall -DCHAR_SIZE=8 -I../include/rxp -I../include input.cIn file included from input.c:49:0:input.c: In function 'SourceFromStream':../include/rxp/string16.h:51:20: warning: null argument where non-null required (argument 1) [-Wnonnull] #define strlen8(s) strlen((s)) ^../include/rxp/string16.h:81:16: note: in expansion of macro 'strlen8' #define Strlen strlen8 ^~~~~~~../include/rxp/dtd.h:205:37: note: in expansion of macro 'Strlen' NewExternalEntityN(name, name ? Strlen(name) : 0, pub, sys, nnot, parent) ^~~~~~input.c:61:9: note: in expansion of macro 'NewExternalEntity' e = NewExternalEntity(0, 0, description, 0, 0); ^~~~~~~~~~~~~~~~~gcc -c -fno-strict-aliasing -Wall -DCHAR_SIZE=8 -I../include/rxp -I../include stdio16.cstdio16.c: In function 'Vfprintf':stdio16.c:420:15: warning: variable 'L' set but not used [-Wunused-but-set-variable] int l, h, L; ^stdio16.c:419:37: warning: variable 'zflag' set but not used [-Wunused-but-set-variable] int mflag, pflag, sflag, hflag, zflag; ^~~~~stdio16.c:419:30: warning: variable 'hflag' set but not used [-Wunused-but-set-variable] int mflag, pflag, sflag, hflag, zflag; ^~~~~stdio16.c:419:23: warning: variable 'sflag' set but not used [-Wunused-but-set-variable] int mflag, pflag, sflag, hflag, zflag; ^~~~~stdio16.c:419:16: warning: variable 'pflag' set but not used [-Wunused-but-set-variable] int mflag, pflag, sflag, hflag, zflag; ^~~~~gcc -c -fno-strict-aliasing -Wall -DCHAR_SIZE=8 -I../include/rxp -I../include system.cgcc -c -fno-strict-aliasing -Wall -DCHAR_SIZE=8 -I../include/rxp -I../include xmlparser.cIn file included from xmlparser.c:45:0:xmlparser.c: In function 'parse_dtd':../include/rxp/string16.h:51:20: warning: null argument where non-null required (argument 1) [-Wnonnull] #define strlen8(s) strlen((s)) ^../include/rxp/string16.h:81:16: note: in expansion of macro 'strlen8' #define Strlen strlen8 ^~~~~~~../include/rxp/dtd.h:205:37: note: in expansion of macro 'Strlen' NewExternalEntityN(name, name ? Strlen(name) : 0, pub, sys, nnot, parent) ^~~~~~xmlparser.c:1616:18: note: in expansion of macro 'NewExternalEntity' external_part = NewExternalEntity(0, publicid, systemid, 0, parent); ^~~~~~~~~~~~~~~~~../include/rxp/string16.h:51:20: warning: null argument where non-null required (argument 1) [-Wnonnull] #define strlen8(s) strlen((s)) ^../include/rxp/string16.h:81:16: note: in expansion of macro 'strlen8' #define Strlen strlen8 ^~~~~~~../include/rxp/dtd.h:207:37: note: in expansion of macro 'Strlen' NewInternalEntityN(name, name ? Strlen(name) : 0, test, parent, l, l1, mat) ^~~~~~xmlparser.c:1631:18: note: in expansion of macro 'NewInternalEntity' internal_part = NewInternalEntity(0, p->pbuf, parent, line, cpos, 1); ^~~~~~~~~~~~~~~~~gcc -c -fno-implicit-templates -fno-strict-aliasing -Wall -DCHAR_SIZE=8 -I../include/rxp -I../include -DINSTANTIATE_TEMPLATES XML_Parser.ccIn file included from ../include/EST_TDeque.h:38:0, from ../include/rxp/XML_Parser.h:50, from XML_Parser.cc:41:../include/EST_TVector.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TVector&)': ../include/EST_TVector.h:316:9: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (i = 0; i < m.n(); ++i) ^~~../include/EST_TVector.h:317:32: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << m(i) << " "; st << endl; ^~In file included from ../include/rxp/rxp.h:21:0, from ../include/rxp/XML_Parser.h:52, from XML_Parser.cc:41:XML_Parser.cc: In member function 'XML_Parser* XML_Parser_Class::make_parser(FILE*, EST_String, void*)':../include/rxp/string16.h:51:30: warning: null argument where non-null required (argument 1) [-Wnonnull] #define strlen8(s) strlen((s)) ^../include/rxp/string16.h:81:16: note: in expansion of macro 'strlen8' #define Strlen strlen8 ^~~~~~~../include/rxp/dtd.h:205:37: note: in expansion of macro 'Strlen' NewExternalEntityN(name, name ? Strlen(name) : 0, pub, sys, nnot, parent) ^~~~~~XML_Parser.cc:82:16: note: in expansion of macro 'NewExternalEntity' Entity ent = NewExternalEntity(0,0,strdup8(desc),0,0); ^~~~~~~~~~~~~~~~~XML_Parser.cc: In member function 'XML_Parser* XML_Parser_Class::make_parser(EST_String, void*)':../include/rxp/string16.h:51:30: warning: null argument where non-null required (argument 1) [-Wnonnull] #define strlen8(s) strlen((s)) ^../include/rxp/string16.h:81:16: note: in expansion of macro 'strlen8' #define Strlen strlen8 ^~~~~~~../include/rxp/dtd.h:205:37: note: in expansion of macro 'Strlen' NewExternalEntityN(name, name ? Strlen(name) : 0, pub, sys, nnot, parent) ^~~~~~XML_Parser.cc:113:16: note: in expansion of macro 'NewExternalEntity' Entity ent = NewExternalEntity(0,0,strdup8(filename),0,0); ^~~~~~~~~~~~~~~~~look at library estoolslook at library estbase charset.o dtd.o string16.o url.o ctype16.o input.o stdio16.o system.o xmlparser.o XML_Parser.oUpdate library estbase charset.o dtd.o string16.o url.o ctype16.o input.o stdio16.o system.o xmlparser.o XML_Parser.oar: `u' modifier ignored since `D' is the default (see `U')a - charset.oa - dtd.oa - string16.oa - url.oa - ctype16.oa - input.oa - stdio16.oa - system.oa - xmlparser.oa - XML_Parser.olook at library eststringMaking in directory ./audio ...making dependencies -- gen_audio.cc nas.cc esd.cc sun16audio.cc mplayer.cc win32audio.cc irixaudio.cc os2audio.cc macosxaudio.cc linux_sound.cc gcc -c -fno-implicit-templates -fno-strict-aliasing -Wall -DSUPPORT_VOXWARE -I../include gen_audio.ccIn file included from ../include/EST_types.h:44:0, from ../include/EST_Features.h:43, from ../include/EST_Featured.h:39, from ../include/EST_Wave.h:45, from gen_audio.cc:48:../include/EST_TVector.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TVector&)': ../include/EST_TVector.h:316:9: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (i = 0; i < m.n(); ++i) ^~~../include/EST_TVector.h:317:32: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << m(i) << " "; st << endl; ^~In file included from ../include/EST_TSimpleMatrix.h:46:0, from ../include/EST_FMatrix.h:44, from ../include/EST_types.h:47, from ../include/EST_Features.h:43, from ../include/EST_Featured.h:39, from ../include/EST_Wave.h:45, from gen_audio.cc:48:../include/EST_TMatrix.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TMatrix&)': ../include/EST_TMatrix.h:316:13: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (j = 0; j < a.num_columns(); ++j) ^~~../include/EST_TMatrix.h:317:50: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << a.a_no_check(i, j) << " "; st << endl; ^~gcc -c -fno-implicit-templates -fno-strict-aliasing -Wall -DSUPPORT_VOXWARE -I../include nas.ccIn file included from ../include/EST_types.h:44:0, from ../include/EST_Features.h:43, from ../include/EST_Featured.h:39, from ../include/EST_Wave.h:45, from nas.cc:45:../include/EST_TVector.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TVector&)': ../include/EST_TVector.h:316:9: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (i = 0; i < m.n(); ++i) ^~~../include/EST_TVector.h:317:32: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << m(i) << " "; st << endl; ^~In file included from ../include/EST_TSimpleMatrix.h:46:0, from ../include/EST_FMatrix.h:44, from ../include/EST_types.h:47, from ../include/EST_Features.h:43, from ../include/EST_Featured.h:39, from ../include/EST_Wave.h:45, from nas.cc:45:../include/EST_TMatrix.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TMatrix&)': ../include/EST_TMatrix.h:316:13: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (j = 0; j < a.num_columns(); ++j) ^~~../include/EST_TMatrix.h:317:50: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << a.a_no_check(i, j) << " "; st << endl; ^~gcc -c -fno-implicit-templates -fno-strict-aliasing -Wall -DSUPPORT_VOXWARE -I../include esd.ccIn file included from ../include/EST_types.h:44:0, from ../include/EST_Features.h:43, from ../include/EST_Featured.h:39, from ../include/EST_Wave.h:45, from esd.cc:46:../include/EST_TVector.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TVector&)': ../include/EST_TVector.h:316:9: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (i = 0; i < m.n(); ++i) ^~~../include/EST_TVector.h:317:32: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << m(i) << " "; st << endl; ^~In file included from ../include/EST_TSimpleMatrix.h:46:0, from ../include/EST_FMatrix.h:44, from ../include/EST_types.h:47, from ../include/EST_Features.h:43, from ../include/EST_Featured.h:39, from ../include/EST_Wave.h:45, from esd.cc:46:../include/EST_TMatrix.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TMatrix&)': ../include/EST_TMatrix.h:316:13: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (j = 0; j < a.num_columns(); ++j) ^~~../include/EST_TMatrix.h:317:50: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << a.a_no_check(i, j) << " "; st << endl; ^~gcc -c -fno-implicit-templates -fno-strict-aliasing -Wall -DSUPPORT_VOXWARE -I../include sun16audio.ccIn file included from ../include/EST_types.h:44:0, from ../include/EST_Features.h:43, from ../include/EST_Featured.h:39, from ../include/EST_Wave.h:45, from sun16audio.cc:53:../include/EST_TVector.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TVector&)': ../include/EST_TVector.h:316:9: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (i = 0; i < m.n(); ++i) ^~~../include/EST_TVector.h:317:32: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << m(i) << " "; st << endl; ^~In file included from ../include/EST_TSimpleMatrix.h:46:0, from ../include/EST_FMatrix.h:44, from ../include/EST_types.h:47, from ../include/EST_Features.h:43, from ../include/EST_Featured.h:39, from ../include/EST_Wave.h:45, from sun16audio.cc:53:../include/EST_TMatrix.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TMatrix&)': ../include/EST_TMatrix.h:316:13: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (j = 0; j < a.num_columns(); ++j) ^~~../include/EST_TMatrix.h:317:50: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << a.a_no_check(i, j) << " "; st << endl; ^~gcc -c -fno-implicit-templates -fno-strict-aliasing -Wall -DSUPPORT_VOXWARE -I../include mplayer.ccIn file included from ../include/EST_types.h:44:0, from ../include/EST_Features.h:43, from ../include/EST_Featured.h:39, from ../include/EST_Wave.h:45, from mplayer.cc:42:../include/EST_TVector.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TVector&)': ../include/EST_TVector.h:316:9: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (i = 0; i < m.n(); ++i) ^~~../include/EST_TVector.h:317:32: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << m(i) << " "; st << endl; ^~In file included from ../include/EST_TSimpleMatrix.h:46:0, from ../include/EST_FMatrix.h:44, from ../include/EST_types.h:47, from ../include/EST_Features.h:43, from ../include/EST_Featured.h:39, from ../include/EST_Wave.h:45, from mplayer.cc:42:../include/EST_TMatrix.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TMatrix&)': ../include/EST_TMatrix.h:316:13: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (j = 0; j < a.num_columns(); ++j) ^~~../include/EST_TMatrix.h:317:50: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << a.a_no_check(i, j) << " "; st << endl; ^~gcc -c -fno-implicit-templates -fno-strict-aliasing -Wall -DSUPPORT_VOXWARE -I../include win32audio.ccIn file included from ../include/EST_types.h:44:0, from ../include/EST_Features.h:43, from ../include/EST_Featured.h:39, from ../include/EST_Wave.h:45, from win32audio.cc:42:../include/EST_TVector.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TVector&)': ../include/EST_TVector.h:316:9: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (i = 0; i < m.n(); ++i) ^~~../include/EST_TVector.h:317:32: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << m(i) << " "; st << endl; ^~In file included from ../include/EST_TSimpleMatrix.h:46:0, from ../include/EST_FMatrix.h:44, from ../include/EST_types.h:47, from ../include/EST_Features.h:43, from ../include/EST_Featured.h:39, from ../include/EST_Wave.h:45, from win32audio.cc:42:../include/EST_TMatrix.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TMatrix&)': ../include/EST_TMatrix.h:316:13: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (j = 0; j < a.num_columns(); ++j) ^~~../include/EST_TMatrix.h:317:50: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << a.a_no_check(i, j) << " "; st << endl; ^~gcc -c -fno-implicit-templates -fno-strict-aliasing -Wall -DSUPPORT_VOXWARE -I../include irixaudio.ccIn file included from ../include/EST_types.h:44:0, from ../include/EST_Features.h:43, from ../include/EST_Featured.h:39, from ../include/EST_Wave.h:45, from irixaudio.cc:15:../include/EST_TVector.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TVector&)': ../include/EST_TVector.h:316:9: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (i = 0; i < m.n(); ++i) ^~~../include/EST_TVector.h:317:32: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << m(i) << " "; st << endl; ^~In file included from ../include/EST_TSimpleMatrix.h:46:0, from ../include/EST_FMatrix.h:44, from ../include/EST_types.h:47, from ../include/EST_Features.h:43, from ../include/EST_Featured.h:39, from ../include/EST_Wave.h:45, from irixaudio.cc:15:../include/EST_TMatrix.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TMatrix&)': ../include/EST_TMatrix.h:316:13: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (j = 0; j < a.num_columns(); ++j) ^~~../include/EST_TMatrix.h:317:50: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << a.a_no_check(i, j) << " "; st << endl; ^~gcc -c -fno-implicit-templates -fno-strict-aliasing -Wall -DSUPPORT_VOXWARE -I../include os2audio.ccIn file included from ../include/EST_types.h:44:0, from ../include/EST_Features.h:43, from ../include/EST_Featured.h:39, from ../include/EST_Wave.h:45, from os2audio.cc:254:../include/EST_TVector.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TVector&)': ../include/EST_TVector.h:316:9: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (i = 0; i < m.n(); ++i) ^~~../include/EST_TVector.h:317:32: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << m(i) << " "; st << endl; ^~In file included from ../include/EST_TSimpleMatrix.h:46:0, from ../include/EST_FMatrix.h:44, from ../include/EST_types.h:47, from ../include/EST_Features.h:43, from ../include/EST_Featured.h:39, from ../include/EST_Wave.h:45, from os2audio.cc:254:../include/EST_TMatrix.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TMatrix&)': ../include/EST_TMatrix.h:316:13: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (j = 0; j < a.num_columns(); ++j) ^~~../include/EST_TMatrix.h:317:50: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << a.a_no_check(i, j) << " "; st << endl; ^~gcc -c -fno-implicit-templates -fno-strict-aliasing -Wall -DSUPPORT_VOXWARE -I../include macosxaudio.ccIn file included from ../include/EST_types.h:44:0, from ../include/EST_Features.h:43, from ../include/EST_Featured.h:39, from ../include/EST_Wave.h:45, from macosxaudio.cc:44:../include/EST_TVector.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TVector&)': ../include/EST_TVector.h:316:9: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (i = 0; i < m.n(); ++i) ^~~../include/EST_TVector.h:317:32: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << m(i) << " "; st << endl; ^~In file included from ../include/EST_TSimpleMatrix.h:46:0, from ../include/EST_FMatrix.h:44, from ../include/EST_types.h:47, from ../include/EST_Features.h:43, from ../include/EST_Featured.h:39, from ../include/EST_Wave.h:45, from macosxaudio.cc:44:../include/EST_TMatrix.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TMatrix&)': ../include/EST_TMatrix.h:316:13: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (j = 0; j < a.num_columns(); ++j) ^~~../include/EST_TMatrix.h:317:50: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << a.a_no_check(i, j) << " "; st << endl; ^~gcc -c -fno-implicit-templates -fno-strict-aliasing -Wall -DSUPPORT_VOXWARE -I../include linux_sound.ccIn file included from ../include/EST_types.h:44:0, from ../include/EST_Features.h:43, from ../include/EST_Featured.h:39, from ../include/EST_Wave.h:45, from linux_sound.cc:56:../include/EST_TVector.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TVector&)': ../include/EST_TVector.h:316:9: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (i = 0; i < m.n(); ++i) ^~~../include/EST_TVector.h:317:32: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << m(i) << " "; st << endl; ^~In file included from ../include/EST_TSimpleMatrix.h:46:0, from ../include/EST_FMatrix.h:44, from ../include/EST_types.h:47, from ../include/EST_Features.h:43, from ../include/EST_Featured.h:39, from ../include/EST_Wave.h:45, from linux_sound.cc:56:../include/EST_TMatrix.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TMatrix&)': ../include/EST_TMatrix.h:316:13: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (j = 0; j < a.num_columns(); ++j) ^~~../include/EST_TMatrix.h:317:50: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << a.a_no_check(i, j) << " "; st << endl; ^~look at library estoolslook at library estbase gen_audio.o nas.o esd.o sun16audio.o mplayer.o win32audio.o irixaudio.o os2audio.o macosxaudio.o linux_sound.oUpdate library estbase gen_audio.o nas.o esd.o sun16audio.o mplayer.o win32audio.o irixaudio.o os2audio.o macosxaudio.o linux_sound.oar: `u' modifier ignored since `D' is the default (see `U')a - gen_audio.oa - nas.oa - esd.oa - sun16audio.oa - mplayer.oa - win32audio.oa - irixaudio.oa - os2audio.oa - macosxaudio.oa - linux_sound.olook at library eststringMaking in directory ./utils ...making dependencies -- cmd_line.cc util_io.cc filetrans.cc cmd_line_aux.cc EST_swapping.cc est_file.cc EST_cutils.c EST_error.c walloc.c system_specific_unix.c gcc -c -fno-implicit-templates -fno-strict-aliasing -Wall -I../include cmd_line.ccIn file included from ../include/EST_types.h:44:0, from ../include/EST_io_aux.h:46, from cmd_line.cc:44:../include/EST_TVector.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TVector&)': ../include/EST_TVector.h:316:9: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (i = 0; i < m.n(); ++i) ^~~../include/EST_TVector.h:317:32: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << m(i) << " "; st << endl; ^~In file included from ../include/EST_TSimpleMatrix.h:46:0, from ../include/EST_FMatrix.h:44, from ../include/EST_types.h:47, from ../include/EST_io_aux.h:46, from cmd_line.cc:44:../include/EST_TMatrix.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TMatrix&)': ../include/EST_TMatrix.h:316:13: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (j = 0; j < a.num_columns(); ++j) ^~~../include/EST_TMatrix.h:317:50: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << a.a_no_check(i, j) << " "; st << endl; ^~gcc -c -fno-implicit-templates -fno-strict-aliasing -Wall -I../include util_io.ccIn file included from ../include/EST_types.h:44:0, from util_io.cc:46:../include/EST_TVector.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TVector&)': ../include/EST_TVector.h:316:9: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (i = 0; i < m.n(); ++i) ^~~../include/EST_TVector.h:317:32: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << m(i) << " "; st << endl; ^~In file included from ../include/EST_TSimpleMatrix.h:46:0, from ../include/EST_FMatrix.h:44, from ../include/EST_types.h:47, from util_io.cc:46:../include/EST_TMatrix.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TMatrix&)': ../include/EST_TMatrix.h:316:13: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (j = 0; j < a.num_columns(); ++j) ^~~../include/EST_TMatrix.h:317:50: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << a.a_no_check(i, j) << " "; st << endl; ^~gcc -c -fno-implicit-templates -fno-strict-aliasing -Wall -I../include filetrans.ccIn file included from ../include/EST_types.h:44:0, from ../include/EST_io_aux.h:46, from filetrans.cc:44:../include/EST_TVector.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TVector&)': ../include/EST_TVector.h:316:9: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (i = 0; i < m.n(); ++i) ^~~../include/EST_TVector.h:317:32: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << m(i) << " "; st << endl; ^~In file included from ../include/EST_TSimpleMatrix.h:46:0, from ../include/EST_FMatrix.h:44, from ../include/EST_types.h:47, from ../include/EST_io_aux.h:46, from filetrans.cc:44:../include/EST_TMatrix.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TMatrix&)': ../include/EST_TMatrix.h:316:13: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (j = 0; j < a.num_columns(); ++j) ^~~../include/EST_TMatrix.h:317:50: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << a.a_no_check(i, j) << " "; st << endl; ^~gcc -c -fno-implicit-templates -fno-strict-aliasing -Wall -I../include cmd_line_aux.ccIn file included from ../include/EST_types.h:44:0, from ../include/EST_string_aux.h:45, from cmd_line_aux.cc:44:../include/EST_TVector.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TVector&)': ../include/EST_TVector.h:316:9: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (i = 0; i < m.n(); ++i) ^~~../include/EST_TVector.h:317:32: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << m(i) << " "; st << endl; ^~In file included from ../include/EST_TSimpleMatrix.h:46:0, from ../include/EST_FMatrix.h:44, from ../include/EST_types.h:47, from ../include/EST_string_aux.h:45, from cmd_line_aux.cc:44:../include/EST_TMatrix.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TMatrix&)': ../include/EST_TMatrix.h:316:13: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (j = 0; j < a.num_columns(); ++j) ^~~../include/EST_TMatrix.h:317:50: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << a.a_no_check(i, j) << " "; st << endl; ^~gcc -c -fno-implicit-templates -fno-strict-aliasing -Wall -I../include EST_swapping.ccgcc -c -fno-implicit-templates -fno-strict-aliasing -Wall -I../include -DINSTANTIATE_TEMPLATES est_file.ccIn file included from ../include/EST_types.h:44:0, from ../include/EST_Features.h:43, from est_file.cc:44:../include/EST_TVector.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TVector&)': ../include/EST_TVector.h:316:9: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (i = 0; i < m.n(); ++i) ^~~../include/EST_TVector.h:317:32: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << m(i) << " "; st << endl; ^~In file included from ../include/EST_TSimpleMatrix.h:46:0, from ../include/EST_FMatrix.h:44, from ../include/EST_types.h:47, from ../include/EST_Features.h:43, from est_file.cc:44:../include/EST_TMatrix.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TMatrix&)': ../include/EST_TMatrix.h:316:13: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (j = 0; j < a.num_columns(); ++j) ^~~../include/EST_TMatrix.h:317:50: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << a.a_no_check(i, j) << " "; st << endl; ^~gcc -c -fno-strict-aliasing -Wall -I../include -DESTNAME='Edinburgh Speech Tools Library' -DESTDATE='December 2014' -DESTVERSION='2.4' -DESTLIBDIRC='/tmp/festival/src/speech_tools/lib' -DESTSTATE='release' -DESTOSTYPE='unknown_Linux' EST_cutils.cgcc -c -fno-strict-aliasing -Wall -I../include EST_error.cgcc -c -fno-strict-aliasing -Wall -I../include walloc.cgcc -c -fno-strict-aliasing -Wall -I../include system_specific_unix.clook at library estoolslook at library estbase cmd_line.o util_io.o filetrans.o cmd_line_aux.o EST_swapping.o est_file.o EST_cutils.o EST_error.o walloc.o system_specific_unix.oUpdate library estbase cmd_line.o util_io.o filetrans.o cmd_line_aux.o EST_swapping.o est_file.o EST_cutils.o EST_error.o walloc.o system_specific_unix.oar: `u' modifier ignored since `D' is the default (see `U')a - cmd_line.oa - util_io.oa - filetrans.oa - cmd_line_aux.oa - EST_swapping.oa - est_file.oa - EST_cutils.oa - EST_error.oa - walloc.oa - system_specific_unix.olook at library eststring walloc.oUpdate library eststring walloc.oar: `u' modifier ignored since `D' is the default (see `U')a - walloc.oMaking in directory ./base_class ...making dependencies -- EST_UList.cc EST_Option.cc EST_StringTrie.cc EST_Token.cc vec_mat_aux.cc EST_Pathname_unix.cc THash_aux.cc EST_FMatrix.cc EST_Complex.cc EST_Val.cc EST_matrix_support.cc rateconv.cc EST_IMatrix.cc EST_SMatrix.cc EST_DMatrix.cc vec_mat_aux_d.cc EST_FeatureData.cc EST_slist_aux.cc EST_svec_aux.cc EST_ilist_aux.cc EST_features_aux.cc EST_features_io.cc vec_mat_aux_i.cc EST_Featured.cc EST_Features.cc gcc -c -fno-implicit-templates -fno-strict-aliasing -Wall -I../include EST_UList.ccgcc -c -fno-implicit-templates -fno-strict-aliasing -Wall -I../include EST_Option.ccIn file included from ../include/EST_types.h:44:0, from ../include/EST_io_aux.h:46, from EST_Option.cc:42:../include/EST_TVector.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TVector&)': ../include/EST_TVector.h:316:9: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (i = 0; i < m.n(); ++i) ^~~../include/EST_TVector.h:317:32: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << m(i) << " "; st << endl; ^~In file included from ../include/EST_TSimpleMatrix.h:46:0, from ../include/EST_FMatrix.h:44, from ../include/EST_types.h:47, from ../include/EST_io_aux.h:46, from EST_Option.cc:42:../include/EST_TMatrix.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TMatrix&)': ../include/EST_TMatrix.h:316:13: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (j = 0; j < a.num_columns(); ++j) ^~~../include/EST_TMatrix.h:317:50: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << a.a_no_check(i, j) << " "; st << endl; ^~gcc -c -fno-implicit-templates -fno-strict-aliasing -Wall -I../include EST_StringTrie.ccgcc -c -fno-implicit-templates -fno-strict-aliasing -Wall -I../include EST_Token.ccIn file included from ../include/EST_types.h:44:0, from ../include/EST_string_aux.h:45, from EST_Token.cc:49:../include/EST_TVector.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TVector&)': ../include/EST_TVector.h:316:9: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (i = 0; i < m.n(); ++i) ^~~../include/EST_TVector.h:317:32: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << m(i) << " "; st << endl; ^~In file included from ../include/EST_TSimpleMatrix.h:46:0, from ../include/EST_FMatrix.h:44, from ../include/EST_types.h:47, from ../include/EST_string_aux.h:45, from EST_Token.cc:49:../include/EST_TMatrix.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TMatrix&)': ../include/EST_TMatrix.h:316:13: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (j = 0; j < a.num_columns(); ++j) ^~~../include/EST_TMatrix.h:317:50: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << a.a_no_check(i, j) << " "; st << endl; ^~gcc -c -fno-implicit-templates -fno-strict-aliasing -Wall -I../include vec_mat_aux.ccIn file included from ../include/EST_TMatrix.h:49:0, from ../include/EST_TSimpleMatrix.h:46, from ../include/EST_FMatrix.h:44, from vec_mat_aux.cc:39:../include/EST_TVector.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TVector&)': ../include/EST_TVector.h:316:9: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (i = 0; i < m.n(); ++i) ^~~../include/EST_TVector.h:317:32: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << m(i) << " "; st << endl; ^~In file included from ../include/EST_TSimpleMatrix.h:46:0, from ../include/EST_FMatrix.h:44, from vec_mat_aux.cc:39:../include/EST_TMatrix.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TMatrix&)': ../include/EST_TMatrix.h:316:13: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (j = 0; j < a.num_columns(); ++j) ^~~../include/EST_TMatrix.h:317:50: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << a.a_no_check(i, j) << " "; st << endl; ^~gcc -c -fno-implicit-templates -fno-strict-aliasing -Wall -I../include EST_Pathname_unix.ccgcc -c -fno-implicit-templates -fno-strict-aliasing -Wall -I../include THash_aux.ccgcc -c -fno-implicit-templates -fno-strict-aliasing -Wall -I../include EST_FMatrix.ccIn file included from ../include/EST_types.h:44:0, from EST_FMatrix.cc:48:../include/EST_TVector.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TVector&)': ../include/EST_TVector.h:316:9: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (i = 0; i < m.n(); ++i) ^~~../include/EST_TVector.h:317:32: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << m(i) << " "; st << endl; ^~In file included from ../include/EST_TSimpleMatrix.h:46:0, from ../include/EST_FMatrix.h:44, from ../include/EST_types.h:47, from EST_FMatrix.cc:48:../include/EST_TMatrix.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TMatrix&)': ../include/EST_TMatrix.h:316:13: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (j = 0; j < a.num_columns(); ++j) ^~~../include/EST_TMatrix.h:317:50: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << a.a_no_check(i, j) << " "; st << endl; ^~EST_FMatrix.cc: In member function 'EST_read_status EST_FVector::est_load(const EST_String&)':EST_FMatrix.cc:634:3: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if ((r = read_est_header(ts, hinfo, ascii, t)) != format_ok) ^~EST_FMatrix.cc:636:5: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if' if (t != est_file_fvector) ^~gcc -c -fno-implicit-templates -fno-strict-aliasing -Wall -I../include EST_Complex.ccgcc -c -fno-implicit-templates -fno-strict-aliasing -Wall -I../include EST_Val.ccIn file included from ../include/EST_types.h:44:0, from ../include/EST_string_aux.h:45, from EST_Val.cc:41:../include/EST_TVector.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TVector&)': ../include/EST_TVector.h:316:9: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (i = 0; i < m.n(); ++i) ^~~../include/EST_TVector.h:317:32: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << m(i) << " "; st << endl; ^~In file included from ../include/EST_TSimpleMatrix.h:46:0, from ../include/EST_FMatrix.h:44, from ../include/EST_types.h:47, from ../include/EST_string_aux.h:45, from EST_Val.cc:41:../include/EST_TMatrix.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TMatrix&)': ../include/EST_TMatrix.h:316:13: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (j = 0; j < a.num_columns(); ++j) ^~~../include/EST_TMatrix.h:317:50: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << a.a_no_check(i, j) << " "; st << endl; ^~gcc -c -fno-implicit-templates -fno-strict-aliasing -Wall -I../include EST_matrix_support.ccIn file included from EST_matrix_support.cc:42:0:../include/EST_TVector.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TVector&)': ../include/EST_TVector.h:316:9: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (i = 0; i < m.n(); ++i) ^~~../include/EST_TVector.h:317:32: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << m(i) << " "; st << endl; ^~gcc -c -fno-implicit-templates -fno-strict-aliasing -Wall -I../include -O3 rateconv.cc -o rateconv.ogcc -c -fno-implicit-templates -fno-strict-aliasing -Wall -I../include EST_IMatrix.ccIn file included from ../include/EST_types.h:44:0, from EST_IMatrix.cc:46:../include/EST_TVector.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TVector&)': ../include/EST_TVector.h:316:9: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (i = 0; i < m.n(); ++i) ^~~../include/EST_TVector.h:317:32: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << m(i) << " "; st << endl; ^~In file included from ../include/EST_TSimpleMatrix.h:46:0, from ../include/EST_FMatrix.h:44, from ../include/EST_types.h:47, from EST_IMatrix.cc:46:../include/EST_TMatrix.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TMatrix&)': ../include/EST_TMatrix.h:316:13: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (j = 0; j < a.num_columns(); ++j) ^~~../include/EST_TMatrix.h:317:50: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << a.a_no_check(i, j) << " "; st << endl; ^~gcc -c -fno-implicit-templates -fno-strict-aliasing -Wall -I../include EST_SMatrix.ccIn file included from ../include/EST_types.h:44:0, from EST_SMatrix.cc:46:../include/EST_TVector.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TVector&)': ../include/EST_TVector.h:316:9: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (i = 0; i < m.n(); ++i) ^~~../include/EST_TVector.h:317:32: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << m(i) << " "; st << endl; ^~In file included from ../include/EST_TSimpleMatrix.h:46:0, from ../include/EST_FMatrix.h:44, from ../include/EST_types.h:47, from EST_SMatrix.cc:46:../include/EST_TMatrix.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TMatrix&)': ../include/EST_TMatrix.h:316:13: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (j = 0; j < a.num_columns(); ++j) ^~~../include/EST_TMatrix.h:317:50: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << a.a_no_check(i, j) << " "; st << endl; ^~gcc -c -fno-implicit-templates -fno-strict-aliasing -Wall -I../include EST_DMatrix.ccIn file included from ../include/EST_types.h:44:0, from EST_DMatrix.cc:47:../include/EST_TVector.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TVector&)': ../include/EST_TVector.h:316:9: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (i = 0; i < m.n(); ++i) ^~~../include/EST_TVector.h:317:32: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << m(i) << " "; st << endl; ^~In file included from ../include/EST_TSimpleMatrix.h:46:0, from ../include/EST_FMatrix.h:44, from ../include/EST_types.h:47, from EST_DMatrix.cc:47:../include/EST_TMatrix.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TMatrix&)': ../include/EST_TMatrix.h:316:13: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (j = 0; j < a.num_columns(); ++j) ^~~../include/EST_TMatrix.h:317:50: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << a.a_no_check(i, j) << " "; st << endl; ^~EST_DMatrix.cc: In member function 'EST_read_status EST_DMatrix::est_load(const EST_String&)':EST_DMatrix.cc:436:3: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if ((r = read_est_header(ts, hinfo, ascii, t)) != format_ok) ^~EST_DMatrix.cc:438:5: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if' if (t != est_file_dmatrix) ^~EST_DMatrix.cc: In member function 'EST_read_status EST_DVector::est_load(const EST_String&)':EST_DMatrix.cc:566:3: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if ((r = read_est_header(ts, hinfo, ascii, t)) != format_ok) ^~EST_DMatrix.cc:568:5: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if' if (t != est_file_dvector) ^~gcc -c -fno-implicit-templates -fno-strict-aliasing -Wall -I../include vec_mat_aux_d.ccIn file included from ../include/EST_TMatrix.h:49:0, from ../include/EST_TSimpleMatrix.h:46, from ../include/EST_DMatrix.h:44, from vec_mat_aux_d.cc:40:../include/EST_TVector.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TVector&)': ../include/EST_TVector.h:316:9: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (i = 0; i < m.n(); ++i) ^~~../include/EST_TVector.h:317:32: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << m(i) << " "; st << endl; ^~In file included from ../include/EST_TSimpleMatrix.h:46:0, from ../include/EST_DMatrix.h:44, from vec_mat_aux_d.cc:40:../include/EST_TMatrix.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TMatrix&)': ../include/EST_TMatrix.h:316:13: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (j = 0; j < a.num_columns(); ++j) ^~~../include/EST_TMatrix.h:317:50: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << a.a_no_check(i, j) << " "; st << endl; ^~gcc -c -fno-implicit-templates -fno-strict-aliasing -Wall -I../include EST_FeatureData.ccIn file included from ../include/EST_TMatrix.h:49:0, from EST_FeatureData.cc:41:../include/EST_TVector.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TVector&)': ../include/EST_TVector.h:316:9: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (i = 0; i < m.n(); ++i) ^~~../include/EST_TVector.h:317:32: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << m(i) << " "; st << endl; ^~In file included from EST_FeatureData.cc:41:0:../include/EST_TMatrix.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TMatrix&)': ../include/EST_TMatrix.h:316:13: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (j = 0; j < a.num_columns(); ++j) ^~~../include/EST_TMatrix.h:317:50: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << a.a_no_check(i, j) << " "; st << endl; ^~gcc -c -fno-implicit-templates -fno-strict-aliasing -Wall -I../include EST_slist_aux.ccIn file included from ../include/EST_types.h:44:0, from EST_slist_aux.cc:46:../include/EST_TVector.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TVector&)': ../include/EST_TVector.h:316:9: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (i = 0; i < m.n(); ++i) ^~~../include/EST_TVector.h:317:32: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << m(i) << " "; st << endl; ^~In file included from ../include/EST_TSimpleMatrix.h:46:0, from ../include/EST_FMatrix.h:44, from ../include/EST_types.h:47, from EST_slist_aux.cc:46:../include/EST_TMatrix.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TMatrix&)': ../include/EST_TMatrix.h:316:13: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (j = 0; j < a.num_columns(); ++j) ^~~../include/EST_TMatrix.h:317:50: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << a.a_no_check(i, j) << " "; st << endl; ^~gcc -c -fno-implicit-templates -fno-strict-aliasing -Wall -I../include EST_svec_aux.ccIn file included from ../include/EST_types.h:44:0, from EST_svec_aux.cc:45:../include/EST_TVector.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TVector&)': ../include/EST_TVector.h:316:9: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (i = 0; i < m.n(); ++i) ^~~../include/EST_TVector.h:317:32: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << m(i) << " "; st << endl; ^~In file included from ../include/EST_TSimpleMatrix.h:46:0, from ../include/EST_FMatrix.h:44, from ../include/EST_types.h:47, from EST_svec_aux.cc:45:../include/EST_TMatrix.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TMatrix&)': ../include/EST_TMatrix.h:316:13: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (j = 0; j < a.num_columns(); ++j) ^~~../include/EST_TMatrix.h:317:50: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << a.a_no_check(i, j) << " "; st << endl; ^~gcc -c -fno-implicit-templates -fno-strict-aliasing -Wall -I../include EST_ilist_aux.ccIn file included from ../include/EST_types.h:44:0, from EST_ilist_aux.cc:46:../include/EST_TVector.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TVector&)': ../include/EST_TVector.h:316:9: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (i = 0; i < m.n(); ++i) ^~~../include/EST_TVector.h:317:32: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << m(i) << " "; st << endl; ^~In file included from ../include/EST_TSimpleMatrix.h:46:0, from ../include/EST_FMatrix.h:44, from ../include/EST_types.h:47, from EST_ilist_aux.cc:46:../include/EST_TMatrix.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TMatrix&)': ../include/EST_TMatrix.h:316:13: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (j = 0; j < a.num_columns(); ++j) ^~~../include/EST_TMatrix.h:317:50: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << a.a_no_check(i, j) << " "; st << endl; ^~gcc -c -fno-implicit-templates -fno-strict-aliasing -Wall -I../include EST_features_aux.ccIn file included from ../include/EST_types.h:44:0, from ../include/EST_Features.h:43, from ../include/EST_features_aux.h:46, from EST_features_aux.cc:40:../include/EST_TVector.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TVector&)': ../include/EST_TVector.h:316:9: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (i = 0; i < m.n(); ++i) ^~~../include/EST_TVector.h:317:32: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << m(i) << " "; st << endl; ^~In file included from ../include/EST_TSimpleMatrix.h:46:0, from ../include/EST_FMatrix.h:44, from ../include/EST_types.h:47, from ../include/EST_Features.h:43, from ../include/EST_features_aux.h:46, from EST_features_aux.cc:40:../include/EST_TMatrix.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TMatrix&)': ../include/EST_TMatrix.h:316:13: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (j = 0; j < a.num_columns(); ++j) ^~~../include/EST_TMatrix.h:317:50: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << a.a_no_check(i, j) << " "; st << endl; ^~gcc -c -fno-implicit-templates -fno-strict-aliasing -Wall -I../include EST_features_io.ccIn file included from ../include/EST_types.h:44:0, from ../include/EST_Features.h:43, from EST_features_io.cc:40:../include/EST_TVector.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TVector&)': ../include/EST_TVector.h:316:9: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (i = 0; i < m.n(); ++i) ^~~../include/EST_TVector.h:317:32: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << m(i) << " "; st << endl; ^~In file included from ../include/EST_TSimpleMatrix.h:46:0, from ../include/EST_FMatrix.h:44, from ../include/EST_types.h:47, from ../include/EST_Features.h:43, from EST_features_io.cc:40:../include/EST_TMatrix.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TMatrix&)': ../include/EST_TMatrix.h:316:13: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (j = 0; j < a.num_columns(); ++j) ^~~../include/EST_TMatrix.h:317:50: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << a.a_no_check(i, j) << " "; st << endl; ^~gcc -c -fno-implicit-templates -fno-strict-aliasing -Wall -I../include vec_mat_aux_i.ccIn file included from ../include/EST_TMatrix.h:49:0, from ../include/EST_TSimpleMatrix.h:46, from ../include/EST_IMatrix.h:44, from vec_mat_aux_i.cc:39:../include/EST_TVector.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TVector&)': ../include/EST_TVector.h:316:9: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (i = 0; i < m.n(); ++i) ^~~../include/EST_TVector.h:317:32: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << m(i) << " "; st << endl; ^~In file included from ../include/EST_TSimpleMatrix.h:46:0, from ../include/EST_IMatrix.h:44, from vec_mat_aux_i.cc:39:../include/EST_TMatrix.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TMatrix&)': ../include/EST_TMatrix.h:316:13: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (j = 0; j < a.num_columns(); ++j) ^~~../include/EST_TMatrix.h:317:50: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << a.a_no_check(i, j) << " "; st << endl; ^~gcc -c -fno-implicit-templates -fno-strict-aliasing -Wall -I../include -DINSTANTIATE_TEMPLATES EST_Featured.ccIn file included from ../include/EST_types.h:44:0, from ../include/EST_Features.h:43, from ../include/EST_Featured.h:39, from EST_Featured.cc:41:../include/EST_TVector.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TVector&)': ../include/EST_TVector.h:316:9: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (i = 0; i < m.n(); ++i) ^~~../include/EST_TVector.h:317:32: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << m(i) << " "; st << endl; ^~In file included from ../include/EST_TSimpleMatrix.h:46:0, from ../include/EST_FMatrix.h:44, from ../include/EST_types.h:47, from ../include/EST_Features.h:43, from ../include/EST_Featured.h:39, from EST_Featured.cc:41:../include/EST_TMatrix.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TMatrix&)': ../include/EST_TMatrix.h:316:13: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (j = 0; j < a.num_columns(); ++j) ^~~../include/EST_TMatrix.h:317:50: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << a.a_no_check(i, j) << " "; st << endl; ^~gcc -c -fno-implicit-templates -fno-strict-aliasing -Wall -I../include -DINSTANTIATE_TEMPLATES EST_Features.ccIn file included from ../include/EST_types.h:44:0, from ../include/EST_Features.h:43, from EST_Features.cc:40:../include/EST_TVector.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TVector&)': ../include/EST_TVector.h:316:9: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (i = 0; i < m.n(); ++i) ^~~../include/EST_TVector.h:317:32: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << m(i) << " "; st << endl; ^~In file included from ../include/EST_TSimpleMatrix.h:46:0, from ../include/EST_FMatrix.h:44, from ../include/EST_types.h:47, from ../include/EST_Features.h:43, from EST_Features.cc:40:../include/EST_TMatrix.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TMatrix&)': ../include/EST_TMatrix.h:316:13: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (j = 0; j < a.num_columns(); ++j) ^~~../include/EST_TMatrix.h:317:50: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << a.a_no_check(i, j) << " "; st << endl; ^~look at library estoolslook at library estbase EST_UList.o EST_Option.o EST_StringTrie.o EST_Token.o vec_mat_aux.o EST_Pathname_unix.o THash_aux.o EST_FMatrix.o EST_Complex.o EST_Val.o EST_matrix_support.o rateconv.o EST_IMatrix.o EST_SMatrix.o EST_DMatrix.o vec_mat_aux_d.o EST_FeatureData.o EST_slist_aux.o EST_svec_aux.o EST_ilist_aux.o EST_features_aux.o EST_features_io.o vec_mat_aux_i.o EST_Featured.o EST_Features.oUpdate library estbase EST_UList.o EST_Option.o EST_StringTrie.o EST_Token.o vec_mat_aux.o EST_Pathname_unix.o THash_aux.o EST_FMatrix.o EST_Complex.o EST_Val.o EST_matrix_support.o rateconv.o EST_IMatrix.o EST_SMatrix.o EST_DMatrix.o vec_mat_aux_d.o EST_FeatureData.o EST_slist_aux.o EST_svec_aux.o EST_ilist_aux.o EST_features_aux.o EST_features_io.o vec_mat_aux_i.o EST_Featured.o EST_Features.oar: `u' modifier ignored since `D' is the default (see `U')a - EST_UList.oa - EST_Option.oa - EST_StringTrie.oa - EST_Token.oa - vec_mat_aux.oa - EST_Pathname_unix.oa - THash_aux.oa - EST_FMatrix.oa - EST_Complex.oa - EST_Val.oa - EST_matrix_support.oa - rateconv.oa - EST_IMatrix.oa - EST_SMatrix.oa - EST_DMatrix.oa - vec_mat_aux_d.oa - EST_FeatureData.oa - EST_slist_aux.oa - EST_svec_aux.oa - EST_ilist_aux.oa - EST_features_aux.oa - EST_features_io.oa - vec_mat_aux_i.oa - EST_Featured.oa - EST_Features.olook at library eststringMaking in directory base_class/string ...making dependencies -- EST_String.cc EST_Regex.cc EST_Chunk.cc regexp.cc regerror.c regsub.c EST_strcasecmp.c gcc -c -fno-implicit-templates -fno-strict-aliasing -Wall -I. -I../../include EST_String.ccgcc -c -fno-implicit-templates -fno-strict-aliasing -Wall -I. -I../../include EST_Regex.ccgcc -c -fno-implicit-templates -fno-strict-aliasing -Wall -I. -I../../include EST_Chunk.ccgcc -c -fno-implicit-templates -fno-strict-aliasing -Wall -I. -I../../include regexp.ccgcc -c -fno-strict-aliasing -Wall -I. -I../../include regerror.cgcc -c -fno-strict-aliasing -Wall -I. -I../../include regsub.cgcc -c -fno-strict-aliasing -Wall -I. -I../../include EST_strcasecmp.clook at library estoolslook at library estbaselook at library eststring EST_String.o EST_Regex.o EST_Chunk.o regexp.o regerror.o regsub.o EST_strcasecmp.oUpdate library eststring EST_String.o EST_Regex.o EST_Chunk.o regexp.o regerror.o regsub.o EST_strcasecmp.oar: `u' modifier ignored since `D' is the default (see `U')a - EST_String.oa - EST_Regex.oa - EST_Chunk.oa - regexp.oa - regerror.oa - regsub.oa - EST_strcasecmp.oMaking in directory base_class/inst_tmpl ...making dependencies -- list_i_t.cc list_si_t.cc list_f_t.cc list_d_t.cc list_c_t.cc list_s_t.cc list_val_t.cc list_li_t.cc list_vs_t.cc list_vi_t.cc matrix_i_t.cc matrix_si_t.cc matrix_f_t.cc matrix_d_t.cc matrix_s_t.cc matrix_val_t.cc vector_i_t.cc vector_si_t.cc vector_f_t.cc vector_d_t.cc vector_c_t.cc vector_s_t.cc vector_val_t.cc vector_ls_t.cc vector_fvector_t.cc vector_fmatrix_t.cc vector_dvector_t.cc vector_dmatrix_t.cc kvl_fi_t.cc kvl_ii_t.cc kvl_sd_t.cc kvl_sf_t.cc kvl_ss_t.cc kvl_si_t.cc kvl_sv_t.cc kvl_rs_t.cc kvl_vpi_t.cc hash_fi_t.cc hash_ii_t.cc hash_sd_t.cc hash_sf_t.cc hash_ss_t.cc hash_si_t.cc hash_sv_t.cc hash_iv_t.cc hash_sfmp_t.cc hash_srp.cc tbuffer_t.cc deq_s_t.cc deq_i_t.cc gcc -c -fno-implicit-templates -fno-strict-aliasing -Wall -I../../include -DINSTANTIATE_TEMPLATES list_i_t.ccgcc -c -fno-implicit-templates -fno-strict-aliasing -Wall -I../../include -DINSTANTIATE_TEMPLATES list_si_t.ccgcc -c -fno-implicit-templates -fno-strict-aliasing -Wall -I../../include -DINSTANTIATE_TEMPLATES list_f_t.ccgcc -c -fno-implicit-templates -fno-strict-aliasing -Wall -I../../include -DINSTANTIATE_TEMPLATES list_d_t.ccgcc -c -fno-implicit-templates -fno-strict-aliasing -Wall -I../../include -DINSTANTIATE_TEMPLATES list_c_t.ccgcc -c -fno-implicit-templates -fno-strict-aliasing -Wall -I../../include -DINSTANTIATE_TEMPLATES list_s_t.ccgcc -c -fno-implicit-templates -fno-strict-aliasing -Wall -I../../include -DINSTANTIATE_TEMPLATES list_val_t.ccgcc -c -fno-implicit-templates -fno-strict-aliasing -Wall -I../../include -DINSTANTIATE_TEMPLATES list_li_t.ccIn file included from ../../include/EST_types.h:44:0, from list_li_t.cc:41:../../include/EST_TVector.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TVector&)': ../../include/EST_TVector.h:316:9: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (i = 0; i < m.n(); ++i) ^~~../../include/EST_TVector.h:317:32: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << m(i) << " "; st << endl; ^~In file included from ../../include/EST_TSimpleMatrix.h:46:0, from ../../include/EST_FMatrix.h:44, from ../../include/EST_types.h:47, from list_li_t.cc:41:../../include/EST_TMatrix.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TMatrix&)': ../../include/EST_TMatrix.h:316:13: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (j = 0; j < a.num_columns(); ++j) ^~~../../include/EST_TMatrix.h:317:50: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << a.a_no_check(i, j) << " "; st << endl; ^~gcc -c -fno-implicit-templates -fno-strict-aliasing -Wall -I../../include -DINSTANTIATE_TEMPLATES list_vs_t.ccIn file included from list_vs_t.cc:43:0:../../include/EST_TVector.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TVector&)': ../../include/EST_TVector.h:316:9: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (i = 0; i < m.n(); ++i) ^~~../../include/EST_TVector.h:317:32: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << m(i) << " "; st << endl; ^~gcc -c -fno-implicit-templates -fno-strict-aliasing -Wall -I../../include -DINSTANTIATE_TEMPLATES list_vi_t.ccIn file included from list_vi_t.cc:43:0:../../include/EST_TVector.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TVector&)': ../../include/EST_TVector.h:316:9: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (i = 0; i < m.n(); ++i) ^~~../../include/EST_TVector.h:317:32: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << m(i) << " "; st << endl; ^~gcc -c -fno-implicit-templates -fno-strict-aliasing -Wall -I../../include -DINSTANTIATE_TEMPLATES matrix_i_t.ccIn file included from ../../include/EST_TMatrix.h:49:0, from matrix_i_t.cc:41:../../include/EST_TVector.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TVector&)': ../../include/EST_TVector.h:316:9: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (i = 0; i < m.n(); ++i) ^~~../../include/EST_TVector.h:317:32: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << m(i) << " "; st << endl; ^~In file included from matrix_i_t.cc:41:0:../../include/EST_TMatrix.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TMatrix&)': ../../include/EST_TMatrix.h:316:13: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (j = 0; j < a.num_columns(); ++j) ^~~../../include/EST_TMatrix.h:317:50: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << a.a_no_check(i, j) << " "; st << endl; ^~gcc -c -fno-implicit-templates -fno-strict-aliasing -Wall -I../../include -DINSTANTIATE_TEMPLATES matrix_si_t.ccIn file included from ../../include/EST_TMatrix.h:49:0, from matrix_si_t.cc:41:../../include/EST_TVector.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TVector&)': ../../include/EST_TVector.h:316:9: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (i = 0; i < m.n(); ++i) ^~~../../include/EST_TVector.h:317:32: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << m(i) << " "; st << endl; ^~In file included from matrix_si_t.cc:41:0:../../include/EST_TMatrix.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TMatrix&)': ../../include/EST_TMatrix.h:316:13: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (j = 0; j < a.num_columns(); ++j) ^~~../../include/EST_TMatrix.h:317:50: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << a.a_no_check(i, j) << " "; st << endl; ^~gcc -c -fno-implicit-templates -fno-strict-aliasing -Wall -I../../include -DINSTANTIATE_TEMPLATES matrix_f_t.ccIn file included from ../../include/EST_TMatrix.h:49:0, from matrix_f_t.cc:41:../../include/EST_TVector.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TVector&)': ../../include/EST_TVector.h:316:9: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (i = 0; i < m.n(); ++i) ^~~../../include/EST_TVector.h:317:32: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << m(i) << " "; st << endl; ^~In file included from matrix_f_t.cc:41:0:../../include/EST_TMatrix.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TMatrix&)': ../../include/EST_TMatrix.h:316:13: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (j = 0; j < a.num_columns(); ++j) ^~~../../include/EST_TMatrix.h:317:50: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << a.a_no_check(i, j) << " "; st << endl; ^~gcc -c -fno-implicit-templates -fno-strict-aliasing -Wall -I../../include -DINSTANTIATE_TEMPLATES matrix_d_t.ccIn file included from ../../include/EST_TMatrix.h:49:0, from matrix_d_t.cc:41:../../include/EST_TVector.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TVector&)': ../../include/EST_TVector.h:316:9: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (i = 0; i < m.n(); ++i) ^~~../../include/EST_TVector.h:317:32: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << m(i) << " "; st << endl; ^~In file included from matrix_d_t.cc:41:0:../../include/EST_TMatrix.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TMatrix&)': ../../include/EST_TMatrix.h:316:13: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (j = 0; j < a.num_columns(); ++j) ^~~../../include/EST_TMatrix.h:317:50: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << a.a_no_check(i, j) << " "; st << endl; ^~gcc -c -fno-implicit-templates -fno-strict-aliasing -Wall -I../../include -DINSTANTIATE_TEMPLATES matrix_s_t.ccIn file included from ../../include/EST_TMatrix.h:49:0, from matrix_s_t.cc:42:../../include/EST_TVector.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TVector&)': ../../include/EST_TVector.h:316:9: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (i = 0; i < m.n(); ++i) ^~~../../include/EST_TVector.h:317:32: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << m(i) << " "; st << endl; ^~In file included from matrix_s_t.cc:42:0:../../include/EST_TMatrix.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TMatrix&)': ../../include/EST_TMatrix.h:316:13: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (j = 0; j < a.num_columns(); ++j) ^~~../../include/EST_TMatrix.h:317:50: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << a.a_no_check(i, j) << " "; st << endl; ^~gcc -c -fno-implicit-templates -fno-strict-aliasing -Wall -I../../include -DINSTANTIATE_TEMPLATES matrix_val_t.ccIn file included from ../../include/EST_TMatrix.h:49:0, from matrix_val_t.cc:40:../../include/EST_TVector.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TVector&)': ../../include/EST_TVector.h:316:9: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (i = 0; i < m.n(); ++i) ^~~../../include/EST_TVector.h:317:32: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << m(i) << " "; st << endl; ^~In file included from matrix_val_t.cc:40:0:../../include/EST_TMatrix.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TMatrix&)': ../../include/EST_TMatrix.h:316:13: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (j = 0; j < a.num_columns(); ++j) ^~~../../include/EST_TMatrix.h:317:50: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << a.a_no_check(i, j) << " "; st << endl; ^~gcc -c -fno-implicit-templates -fno-strict-aliasing -Wall -I../../include -DINSTANTIATE_TEMPLATES vector_i_t.ccIn file included from vector_i_t.cc:40:0:../../include/EST_TVector.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TVector&)': ../../include/EST_TVector.h:316:9: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (i = 0; i < m.n(); ++i) ^~~../../include/EST_TVector.h:317:32: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << m(i) << " "; st << endl; ^~gcc -c -fno-implicit-templates -fno-strict-aliasing -Wall -I../../include -DINSTANTIATE_TEMPLATES vector_si_t.ccIn file included from vector_si_t.cc:40:0:../../include/EST_TVector.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TVector&)': ../../include/EST_TVector.h:316:9: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (i = 0; i < m.n(); ++i) ^~~../../include/EST_TVector.h:317:32: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << m(i) << " "; st << endl; ^~gcc -c -fno-implicit-templates -fno-strict-aliasing -Wall -I../../include -DINSTANTIATE_TEMPLATES vector_f_t.ccIn file included from vector_f_t.cc:41:0:../../include/EST_TVector.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TVector&)': ../../include/EST_TVector.h:316:9: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (i = 0; i < m.n(); ++i) ^~~../../include/EST_TVector.h:317:32: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << m(i) << " "; st << endl; ^~gcc -c -fno-implicit-templates -fno-strict-aliasing -Wall -I../../include -DINSTANTIATE_TEMPLATES vector_d_t.ccIn file included from vector_d_t.cc:41:0:../../include/EST_TVector.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TVector&)': ../../include/EST_TVector.h:316:9: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (i = 0; i < m.n(); ++i) ^~~../../include/EST_TVector.h:317:32: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << m(i) << " "; st << endl; ^~gcc -c -fno-implicit-templates -fno-strict-aliasing -Wall -I../../include -DINSTANTIATE_TEMPLATES vector_c_t.ccIn file included from vector_c_t.cc:40:0:../../include/EST_TVector.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TVector&)': ../../include/EST_TVector.h:316:9: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (i = 0; i < m.n(); ++i) ^~~../../include/EST_TVector.h:317:32: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << m(i) << " "; st << endl; ^~gcc -c -fno-implicit-templates -fno-strict-aliasing -Wall -I../../include -DINSTANTIATE_TEMPLATES vector_s_t.ccIn file included from vector_s_t.cc:41:0:../../include/EST_TVector.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TVector&)': ../../include/EST_TVector.h:316:9: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (i = 0; i < m.n(); ++i) ^~~../../include/EST_TVector.h:317:32: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << m(i) << " "; st << endl; ^~gcc -c -fno-implicit-templates -fno-strict-aliasing -Wall -I../../include -DINSTANTIATE_TEMPLATES vector_val_t.ccIn file included from vector_val_t.cc:40:0:../../include/EST_TVector.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TVector&)': ../../include/EST_TVector.h:316:9: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (i = 0; i < m.n(); ++i) ^~~../../include/EST_TVector.h:317:32: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << m(i) << " "; st << endl; ^~gcc -c -fno-implicit-templates -fno-strict-aliasing -Wall -I../../include -DINSTANTIATE_TEMPLATES vector_ls_t.ccIn file included from ../../include/EST_types.h:44:0, from vector_ls_t.cc:40:../../include/EST_TVector.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TVector&)': ../../include/EST_TVector.h:316:9: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (i = 0; i < m.n(); ++i) ^~~../../include/EST_TVector.h:317:32: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << m(i) << " "; st << endl; ^~In file included from ../../include/EST_TSimpleMatrix.h:46:0, from ../../include/EST_FMatrix.h:44, from ../../include/EST_types.h:47, from vector_ls_t.cc:40:../../include/EST_TMatrix.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TMatrix&)': ../../include/EST_TMatrix.h:316:13: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (j = 0; j < a.num_columns(); ++j) ^~~../../include/EST_TMatrix.h:317:50: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << a.a_no_check(i, j) << " "; st << endl; ^~gcc -c -fno-implicit-templates -fno-strict-aliasing -Wall -I../../include -DINSTANTIATE_TEMPLATES vector_fvector_t.ccIn file included from ../../include/EST_types.h:44:0, from vector_fvector_t.cc:40:../../include/EST_TVector.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TVector&)': ../../include/EST_TVector.h:316:9: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (i = 0; i < m.n(); ++i) ^~~../../include/EST_TVector.h:317:32: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << m(i) << " "; st << endl; ^~In file included from ../../include/EST_TSimpleMatrix.h:46:0, from ../../include/EST_FMatrix.h:44, from ../../include/EST_types.h:47, from vector_fvector_t.cc:40:../../include/EST_TMatrix.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TMatrix&)': ../../include/EST_TMatrix.h:316:13: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (j = 0; j < a.num_columns(); ++j) ^~~../../include/EST_TMatrix.h:317:50: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << a.a_no_check(i, j) << " "; st << endl; ^~gcc -c -fno-implicit-templates -fno-strict-aliasing -Wall -I../../include -DINSTANTIATE_TEMPLATES vector_fmatrix_t.ccIn file included from ../../include/EST_types.h:44:0, from vector_fmatrix_t.cc:40:../../include/EST_TVector.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TVector&)': ../../include/EST_TVector.h:316:9: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (i = 0; i < m.n(); ++i) ^~~../../include/EST_TVector.h:317:32: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << m(i) << " "; st << endl; ^~In file included from ../../include/EST_TSimpleMatrix.h:46:0, from ../../include/EST_FMatrix.h:44, from ../../include/EST_types.h:47, from vector_fmatrix_t.cc:40:../../include/EST_TMatrix.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TMatrix&)': ../../include/EST_TMatrix.h:316:13: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (j = 0; j < a.num_columns(); ++j) ^~~../../include/EST_TMatrix.h:317:50: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << a.a_no_check(i, j) << " "; st << endl; ^~gcc -c -fno-implicit-templates -fno-strict-aliasing -Wall -I../../include -DINSTANTIATE_TEMPLATES vector_dvector_t.ccIn file included from ../../include/EST_types.h:44:0, from vector_dvector_t.cc:40:../../include/EST_TVector.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TVector&)': ../../include/EST_TVector.h:316:9: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (i = 0; i < m.n(); ++i) ^~~../../include/EST_TVector.h:317:32: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << m(i) << " "; st << endl; ^~In file included from ../../include/EST_TSimpleMatrix.h:46:0, from ../../include/EST_FMatrix.h:44, from ../../include/EST_types.h:47, from vector_dvector_t.cc:40:../../include/EST_TMatrix.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TMatrix&)': ../../include/EST_TMatrix.h:316:13: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (j = 0; j < a.num_columns(); ++j) ^~~../../include/EST_TMatrix.h:317:50: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << a.a_no_check(i, j) << " "; st << endl; ^~gcc -c -fno-implicit-templates -fno-strict-aliasing -Wall -I../../include -DINSTANTIATE_TEMPLATES vector_dmatrix_t.ccIn file included from ../../include/EST_types.h:44:0, from vector_dmatrix_t.cc:40:../../include/EST_TVector.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TVector&)': ../../include/EST_TVector.h:316:9: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (i = 0; i < m.n(); ++i) ^~~../../include/EST_TVector.h:317:32: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << m(i) << " "; st << endl; ^~In file included from ../../include/EST_TSimpleMatrix.h:46:0, from ../../include/EST_FMatrix.h:44, from ../../include/EST_types.h:47, from vector_dmatrix_t.cc:40:../../include/EST_TMatrix.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TMatrix&)': ../../include/EST_TMatrix.h:316:13: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (j = 0; j < a.num_columns(); ++j) ^~~../../include/EST_TMatrix.h:317:50: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << a.a_no_check(i, j) << " "; st << endl; ^~gcc -c -fno-implicit-templates -fno-strict-aliasing -Wall -I../../include -DINSTANTIATE_TEMPLATES kvl_fi_t.ccgcc -c -fno-implicit-templates -fno-strict-aliasing -Wall -I../../include -DINSTANTIATE_TEMPLATES kvl_ii_t.ccgcc -c -fno-implicit-templates -fno-strict-aliasing -Wall -I../../include -DINSTANTIATE_TEMPLATES kvl_sd_t.ccgcc -c -fno-implicit-templates -fno-strict-aliasing -Wall -I../../include -DINSTANTIATE_TEMPLATES kvl_sf_t.ccgcc -c -fno-implicit-templates -fno-strict-aliasing -Wall -I../../include -DINSTANTIATE_TEMPLATES kvl_ss_t.ccgcc -c -fno-implicit-templates -fno-strict-aliasing -Wall -I../../include -DINSTANTIATE_TEMPLATES kvl_si_t.ccgcc -c -fno-implicit-templates -fno-strict-aliasing -Wall -I../../include -DINSTANTIATE_TEMPLATES kvl_sv_t.ccgcc -c -fno-implicit-templates -fno-strict-aliasing -Wall -I../../include -DINSTANTIATE_TEMPLATES kvl_rs_t.ccgcc -c -fno-implicit-templates -fno-strict-aliasing -Wall -I../../include -DINSTANTIATE_TEMPLATES kvl_vpi_t.ccgcc -c -fno-implicit-templates -fno-strict-aliasing -Wall -I../../include -DINSTANTIATE_TEMPLATES hash_fi_t.ccgcc -c -fno-implicit-templates -fno-strict-aliasing -Wall -I../../include -DINSTANTIATE_TEMPLATES hash_ii_t.ccgcc -c -fno-implicit-templates -fno-strict-aliasing -Wall -I../../include -DINSTANTIATE_TEMPLATES hash_sd_t.ccgcc -c -fno-implicit-templates -fno-strict-aliasing -Wall -I../../include -DINSTANTIATE_TEMPLATES hash_sf_t.ccgcc -c -fno-implicit-templates -fno-strict-aliasing -Wall -I../../include -DINSTANTIATE_TEMPLATES hash_ss_t.ccgcc -c -fno-implicit-templates -fno-strict-aliasing -Wall -I../../include -DINSTANTIATE_TEMPLATES hash_si_t.ccgcc -c -fno-implicit-templates -fno-strict-aliasing -Wall -I../../include -DINSTANTIATE_TEMPLATES hash_sv_t.ccgcc -c -fno-implicit-templates -fno-strict-aliasing -Wall -I../../include -DINSTANTIATE_TEMPLATES hash_iv_t.ccgcc -c -fno-implicit-templates -fno-strict-aliasing -Wall -I../../include -DINSTANTIATE_TEMPLATES hash_sfmp_t.ccIn file included from ../../include/EST_TMatrix.h:49:0, from ../../include/EST_TSimpleMatrix.h:46, from ../../include/EST_FMatrix.h:44, from hash_sfmp_t.cc:40:../../include/EST_TVector.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TVector&)': ../../include/EST_TVector.h:316:9: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (i = 0; i < m.n(); ++i) ^~~../../include/EST_TVector.h:317:32: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << m(i) << " "; st << endl; ^~In file included from ../../include/EST_TSimpleMatrix.h:46:0, from ../../include/EST_FMatrix.h:44, from hash_sfmp_t.cc:40:../../include/EST_TMatrix.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TMatrix&)': ../../include/EST_TMatrix.h:316:13: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (j = 0; j < a.num_columns(); ++j) ^~~../../include/EST_TMatrix.h:317:50: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << a.a_no_check(i, j) << " "; st << endl; ^~gcc -c -fno-implicit-templates -fno-strict-aliasing -Wall -I../../include -DINSTANTIATE_TEMPLATES hash_srp.ccIn file included from ../../include/EST_types.h:44:0, from ../../include/ling_class/EST_Relation.h:45, from hash_srp.cc:40:../../include/EST_TVector.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TVector&)': ../../include/EST_TVector.h:316:9: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (i = 0; i < m.n(); ++i) ^~~../../include/EST_TVector.h:317:32: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << m(i) << " "; st << endl; ^~In file included from ../../include/EST_TSimpleMatrix.h:46:0, from ../../include/EST_FMatrix.h:44, from ../../include/EST_types.h:47, from ../../include/ling_class/EST_Relation.h:45, from hash_srp.cc:40:../../include/EST_TMatrix.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TMatrix&)': ../../include/EST_TMatrix.h:316:13: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (j = 0; j < a.num_columns(); ++j) ^~~../../include/EST_TMatrix.h:317:50: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << a.a_no_check(i, j) << " "; st << endl; ^~gcc -c -fno-implicit-templates -fno-strict-aliasing -Wall -I../../include -DINSTANTIATE_TEMPLATES tbuffer_t.ccgcc -c -fno-implicit-templates -fno-strict-aliasing -Wall -I../../include -DINSTANTIATE_TEMPLATES deq_s_t.ccIn file included from ../../include/EST_TDeque.h:38:0, from deq_s_t.cc:41:../../include/EST_TVector.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TVector&)': ../../include/EST_TVector.h:316:9: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (i = 0; i < m.n(); ++i) ^~~../../include/EST_TVector.h:317:32: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << m(i) << " "; st << endl; ^~gcc -c -fno-implicit-templates -fno-strict-aliasing -Wall -I../../include -DINSTANTIATE_TEMPLATES deq_i_t.ccIn file included from ../../include/EST_TDeque.h:38:0, from deq_i_t.cc:40:../../include/EST_TVector.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TVector&)': ../../include/EST_TVector.h:316:9: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (i = 0; i < m.n(); ++i) ^~~../../include/EST_TVector.h:317:32: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << m(i) << " "; st << endl; ^~look at library estoolslook at library estbase list_i_t.o list_si_t.o list_f_t.o list_d_t.o list_c_t.o list_s_t.o list_val_t.o list_li_t.o list_vs_t.o list_vi_t.o matrix_i_t.o matrix_si_t.o matrix_f_t.o matrix_d_t.o matrix_s_t.o matrix_val_t.o vector_i_t.o vector_si_t.o vector_f_t.o vector_d_t.o vector_c_t.o vector_s_t.o vector_val_t.o vector_ls_t.o vector_fvector_t.o vector_fmatrix_t.o vector_dvector_t.o vector_dmatrix_t.o kvl_fi_t.o kvl_ii_t.o kvl_sd_t.o kvl_sf_t.o kvl_ss_t.o kvl_si_t.o kvl_sv_t.o kvl_rs_t.o kvl_vpi_t.o hash_fi_t.o hash_ii_t.o hash_sd_t.o hash_sf_t.o hash_ss_t.o hash_si_t.o hash_sv_t.o hash_iv_t.o hash_sfmp_t.o hash_srp.o tbuffer_t.o deq_s_t.o deq_i_t.oUpdate library estbase list_i_t.o list_si_t.o list_f_t.o list_d_t.o list_c_t.o list_s_t.o list_val_t.o list_li_t.o list_vs_t.o list_vi_t.o matrix_i_t.o matrix_si_t.o matrix_f_t.o matrix_d_t.o matrix_s_t.o matrix_val_t.o vector_i_t.o vector_si_t.o vector_f_t.o vector_d_t.o vector_c_t.o vector_s_t.o vector_val_t.o vector_ls_t.o vector_fvector_t.o vector_fmatrix_t.o vector_dvector_t.o vector_dmatrix_t.o kvl_fi_t.o kvl_ii_t.o kvl_sd_t.o kvl_sf_t.o kvl_ss_t.o kvl_si_t.o kvl_sv_t.o kvl_rs_t.o kvl_vpi_t.o hash_fi_t.o hash_ii_t.o hash_sd_t.o hash_sf_t.o hash_ss_t.o hash_si_t.o hash_sv_t.o hash_iv_t.o hash_sfmp_t.o hash_srp.o tbuffer_t.o deq_s_t.o deq_i_t.oar: `u' modifier ignored since `D' is the default (see `U')a - list_i_t.oa - list_si_t.oa - list_f_t.oa - list_d_t.oa - list_c_t.oa - list_s_t.oa - list_val_t.oa - list_li_t.oa - list_vs_t.oa - list_vi_t.oa - matrix_i_t.oa - matrix_si_t.oa - matrix_f_t.oa - matrix_d_t.oa - matrix_s_t.oa - matrix_val_t.oa - vector_i_t.oa - vector_si_t.oa - vector_f_t.oa - vector_d_t.oa - vector_c_t.oa - vector_s_t.oa - vector_val_t.oa - vector_ls_t.oa - vector_fvector_t.oa - vector_fmatrix_t.oa - vector_dvector_t.oa - vector_dmatrix_t.oa - kvl_fi_t.oa - kvl_ii_t.oa - kvl_sd_t.oa - kvl_sf_t.oa - kvl_ss_t.oa - kvl_si_t.oa - kvl_sv_t.oa - kvl_rs_t.oa - kvl_vpi_t.oa - hash_fi_t.oa - hash_ii_t.oa - hash_sd_t.oa - hash_sf_t.oa - hash_ss_t.oa - hash_si_t.oa - hash_sv_t.oa - hash_iv_t.oa - hash_sfmp_t.oa - hash_srp.oa - tbuffer_t.oa - deq_s_t.oa - deq_i_t.olook at library eststringMaking in directory ./ling_class ...making dependencies -- EST_Item.cc EST_Item_Content.cc item_aux.cc EST_relation_aux.cc EST_relation_track.cc relation_io.cc EST_relation_compare.cc standard_feature_functions.cc EST_Relation_mls.cc EST_item_aux.cc EST_item_content_aux.cc EST_Relation.cc EST_UtteranceFile.cc genxml.cc EST_utterance_aux.cc ling_class_init.cc ling_t.cc EST_Utterance.cc item_feats.cc apml.cc solexml.cc EST_FeatureFunctionPackage.cc EST_FeatureFunctionContext.cc gcc -c -fno-implicit-templates -fno-strict-aliasing -Wall -I../include EST_Item.ccIn file included from ../include/EST_types.h:44:0, from ../include/EST_Features.h:43, from ../include/ling_class/EST_Item.h:48, from EST_Item.cc:54:../include/EST_TVector.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TVector&)': ../include/EST_TVector.h:316:9: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (i = 0; i < m.n(); ++i) ^~~../include/EST_TVector.h:317:32: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << m(i) << " "; st << endl; ^~In file included from ../include/EST_TSimpleMatrix.h:46:0, from ../include/EST_FMatrix.h:44, from ../include/EST_types.h:47, from ../include/EST_Features.h:43, from ../include/ling_class/EST_Item.h:48, from EST_Item.cc:54:../include/EST_TMatrix.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TMatrix&)': ../include/EST_TMatrix.h:316:13: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (j = 0; j < a.num_columns(); ++j) ^~~../include/EST_TMatrix.h:317:50: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << a.a_no_check(i, j) << " "; st << endl; ^~In file included from EST_Item.cc:54:0:../include/ling_class/EST_Item.h: In member function 'EST_Item* EST_Item::next() const':../include/ling_class/EST_Item.h:342:47: warning: nonnull argument 'this' compared to NULL [-Wnonnull-compare] EST_Item *next() const { return this == 0 ? 0 : n; } ~~~~~~~~~~^~~~~~~../include/ling_class/EST_Item.h: In member function 'EST_Item* EST_Item::down() const':../include/ling_class/EST_Item.h:346:47: warning: nonnull argument 'this' compared to NULL [-Wnonnull-compare] EST_Item *down() const { return this == 0 ? 0 : d; } ~~~~~~~~~~^~~~~~~../include/ling_class/EST_Item.h: In member function 'EST_Item* EST_Item::up() const':../include/ling_class/EST_Item.h:348:47: warning: nonnull argument 'this' compared to NULL [-Wnonnull-compare] EST_Item *up() const { return this == 0 ? 0 : u; } ~~~~~~~~~~^~~~~~~EST_Item.cc: In member function 'EST_Item* EST_Item::last() const':EST_Item.cc:334:5: warning: nonnull argument 'this' compared to NULL [-Wnonnull-compare] if (this == 0) return 0; ^~EST_Item.cc: In member function 'EST_Item* EST_Item::first() const':EST_Item.cc:344:5: warning: nonnull argument 'this' compared to NULL [-Wnonnull-compare] if (this == 0) return 0; ^~EST_Item.cc: In member function 'EST_Item* EST_Item::top() const':EST_Item.cc:353:5: warning: nonnull argument 'this' compared to NULL [-Wnonnull-compare] if (this == 0) return 0; ^~EST_Item.cc: In member function 'EST_Item* EST_Item::next_item() const':EST_Item.cc:371:5: warning: nonnull argument 'this' compared to NULL [-Wnonnull-compare] if (this == 0) ^~EST_Item.cc: In member function 'EST_Item* EST_Item::first_leaf() const':EST_Item.cc:389:5: warning: nonnull argument 'this' compared to NULL [-Wnonnull-compare] if (this == 0) ^~EST_Item.cc: In member function 'EST_Item* EST_Item::next_leaf() const':EST_Item.cc:360:5: warning: nonnull argument 'this' compared to NULL [-Wnonnull-compare] if (this == 0) ^~EST_Item.cc: In member function 'EST_Item* EST_Item::last_leaf() const':EST_Item.cc:400:5: warning: nonnull argument 'this' compared to NULL [-Wnonnull-compare] if (this == 0) ^~EST_Item.cc: In member function 'int EST_Item::verify() const':EST_Item.cc:564:5: warning: nonnull argument 'this' compared to NULL [-Wnonnull-compare] if (this == 0) ^~EST_Item.cc: In member function 'EST_Item* EST_Item::append_daughter(EST_Item*)':EST_Item.cc:427:5: warning: nonnull argument 'this' compared to NULL [-Wnonnull-compare] if (this == 0) ^~EST_Item.cc: In member function 'EST_Item* EST_Item::prepend_daughter(EST_Item*)':EST_Item.cc:466:5: warning: nonnull argument 'this' compared to NULL [-Wnonnull-compare] if (this == 0) ^~EST_Item.cc: In member function 'EST_Item* EST_Item::insert_parent(EST_Item*)':EST_Item.cc:317:5: warning: nonnull argument 'this' compared to NULL [-Wnonnull-compare] if (this == 0) return 0; ^~gcc -c -fno-implicit-templates -fno-strict-aliasing -Wall -I../include EST_Item_Content.ccIn file included from ../include/EST_types.h:44:0, from ../include/EST_Features.h:43, from ../include/ling_class/EST_Item_Content.h:49, from EST_Item_Content.cc:44:../include/EST_TVector.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TVector&)': ../include/EST_TVector.h:316:9: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (i = 0; i < m.n(); ++i) ^~~../include/EST_TVector.h:317:32: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << m(i) << " "; st << endl; ^~In file included from ../include/EST_TSimpleMatrix.h:46:0, from ../include/EST_FMatrix.h:44, from ../include/EST_types.h:47, from ../include/EST_Features.h:43, from ../include/ling_class/EST_Item_Content.h:49, from EST_Item_Content.cc:44:../include/EST_TMatrix.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TMatrix&)': ../include/EST_TMatrix.h:316:13: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (j = 0; j < a.num_columns(); ++j) ^~~../include/EST_TMatrix.h:317:50: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << a.a_no_check(i, j) << " "; st << endl; ^~EST_Item_Content.cc: In member function 'int EST_Item_Content::unref_relation(const EST_String&)':EST_Item_Content.cc:66:5: warning: nonnull argument 'this' compared to NULL [-Wnonnull-compare] if (this != 0) ^~gcc -c -fno-implicit-templates -fno-strict-aliasing -Wall -I../include item_aux.ccIn file included from ../include/EST_types.h:44:0, from ../include/EST_Features.h:43, from ../include/ling_class/EST_Item.h:48, from item_aux.cc:43:../include/EST_TVector.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TVector&)': ../include/EST_TVector.h:316:9: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (i = 0; i < m.n(); ++i) ^~~../include/EST_TVector.h:317:32: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << m(i) << " "; st << endl; ^~In file included from ../include/EST_TSimpleMatrix.h:46:0, from ../include/EST_FMatrix.h:44, from ../include/EST_types.h:47, from ../include/EST_Features.h:43, from ../include/ling_class/EST_Item.h:48, from item_aux.cc:43:../include/EST_TMatrix.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TMatrix&)': ../include/EST_TMatrix.h:316:13: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (j = 0; j < a.num_columns(); ++j) ^~~../include/EST_TMatrix.h:317:50: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << a.a_no_check(i, j) << " "; st << endl; ^~In file included from item_aux.cc:43:0:../include/ling_class/EST_Item.h: In member function 'const EST_Val EST_Item::f(const EST_String&, const EST_Val&) const':../include/ling_class/EST_Item.h:292:2: warning: nonnull argument 'this' compared to NULL [-Wnonnull-compare] if (this == 0) ^~../include/ling_class/EST_Item.h: In member function 'EST_Item* EST_Item::next() const':../include/ling_class/EST_Item.h:342:47: warning: nonnull argument 'this' compared to NULL [-Wnonnull-compare] EST_Item *next() const { return this == 0 ? 0 : n; } ~~~~~~~~~~^~~~~~~../include/ling_class/EST_Item.h: In member function 'EST_Item* EST_Item::prev() const':../include/ling_class/EST_Item.h:344:47: warning: nonnull argument 'this' compared to NULL [-Wnonnull-compare] EST_Item *prev() const { return this == 0 ? 0 : p; } ~~~~~~~~~~^~~~~~~../include/ling_class/EST_Item.h: In member function 'EST_Item* EST_Item::down() const':../include/ling_class/EST_Item.h:346:47: warning: nonnull argument 'this' compared to NULL [-Wnonnull-compare] EST_Item *down() const { return this == 0 ? 0 : d; } ~~~~~~~~~~^~~~~~~../include/ling_class/EST_Item.h: In member function 'EST_Item* EST_Item::up() const':../include/ling_class/EST_Item.h:348:47: warning: nonnull argument 'this' compared to NULL [-Wnonnull-compare] EST_Item *up() const { return this == 0 ? 0 : u; } ~~~~~~~~~~^~~~~~~gcc -c -fno-implicit-templates -fno-strict-aliasing -Wall -I../include EST_relation_aux.ccIn file included from ../include/EST_types.h:44:0, from EST_relation_aux.cc:43:../include/EST_TVector.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TVector&)': ../include/EST_TVector.h:316:9: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (i = 0; i < m.n(); ++i) ^~~../include/EST_TVector.h:317:32: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << m(i) << " "; st << endl; ^~In file included from ../include/EST_TSimpleMatrix.h:46:0, from ../include/EST_FMatrix.h:44, from ../include/EST_types.h:47, from EST_relation_aux.cc:43:../include/EST_TMatrix.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TMatrix&)': ../include/EST_TMatrix.h:316:13: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (j = 0; j < a.num_columns(); ++j) ^~~../include/EST_TMatrix.h:317:50: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << a.a_no_check(i, j) << " "; st << endl; ^~EST_relation_aux.cc: In function 'void label_map(EST_Relation&, EST_Option&)':EST_relation_aux.cc:243:19: warning: variable 'n' set but not used [-Wunused-but-set-variable] EST_Item *p, *n; ^In file included from ../include/ling_class/EST_Relation.h:48:0, from EST_relation_aux.cc:44:../include/ling_class/EST_Item.h: In member function 'void EST_Item::set_name(const EST_String&) const':../include/ling_class/EST_Item.h:249:7: warning: nonnull argument 'this' compared to NULL [-Wnonnull-compare] { if (this != 0) p_contents->set_name(name); } ^~../include/ling_class/EST_Item.h: In member function 'const EST_Val EST_Item::f(const EST_String&) const':../include/ling_class/EST_Item.h:257:2: warning: nonnull argument 'this' compared to NULL [-Wnonnull-compare] if (this == 0) ^~../include/ling_class/EST_Item.h: In member function 'const EST_Val EST_Item::f(const EST_String&, const EST_Val&) const':../include/ling_class/EST_Item.h:292:2: warning: nonnull argument 'this' compared to NULL [-Wnonnull-compare] if (this == 0) ^~../include/ling_class/EST_Item.h: In member function 'EST_Item* EST_Item::next() const':../include/ling_class/EST_Item.h:342:47: warning: nonnull argument 'this' compared to NULL [-Wnonnull-compare] EST_Item *next() const { return this == 0 ? 0 : n; } ~~~~~~~~~~^~~~~~~../include/ling_class/EST_Item.h: In member function 'EST_Item* EST_Item::prev() const':../include/ling_class/EST_Item.h:344:47: warning: nonnull argument 'this' compared to NULL [-Wnonnull-compare] EST_Item *prev() const { return this == 0 ? 0 : p; } ~~~~~~~~~~^~~~~~~../include/ling_class/EST_Item.h: In member function 'EST_Item* EST_Item::down() const':../include/ling_class/EST_Item.h:346:47: warning: nonnull argument 'this' compared to NULL [-Wnonnull-compare] EST_Item *down() const { return this == 0 ? 0 : d; } ~~~~~~~~~~^~~~~~~gcc -c -fno-implicit-templates -fno-strict-aliasing -Wall -I../include EST_relation_track.ccIn file included from ../include/EST_types.h:44:0, from EST_relation_track.cc:44:../include/EST_TVector.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TVector&)': ../include/EST_TVector.h:316:9: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (i = 0; i < m.n(); ++i) ^~~../include/EST_TVector.h:317:32: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << m(i) << " "; st << endl; ^~In file included from ../include/EST_TSimpleMatrix.h:46:0, from ../include/EST_FMatrix.h:44, from ../include/EST_types.h:47, from EST_relation_track.cc:44:../include/EST_TMatrix.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TMatrix&)': ../include/EST_TMatrix.h:316:13: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (j = 0; j < a.num_columns(); ++j) ^~~../include/EST_TMatrix.h:317:50: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << a.a_no_check(i, j) << " "; st << endl; ^~In file included from ../include/ling_class/EST_Relation.h:48:0, from EST_relation_track.cc:45:../include/ling_class/EST_Item.h: In member function 'void EST_Item::set_name(const EST_String&) const':../include/ling_class/EST_Item.h:249:7: warning: nonnull argument 'this' compared to NULL [-Wnonnull-compare] { if (this != 0) p_contents->set_name(name); } ^~../include/ling_class/EST_Item.h: In member function 'const EST_Val EST_Item::f(const EST_String&) const':../include/ling_class/EST_Item.h:257:2: warning: nonnull argument 'this' compared to NULL [-Wnonnull-compare] if (this == 0) ^~../include/ling_class/EST_Item.h: In member function 'EST_Item* EST_Item::next() const':../include/ling_class/EST_Item.h:342:47: warning: nonnull argument 'this' compared to NULL [-Wnonnull-compare] EST_Item *next() const { return this == 0 ? 0 : n; } ~~~~~~~~~~^~~~~~~gcc -c -fno-implicit-templates -fno-strict-aliasing -Wall -I../include relation_io.ccIn file included from ../include/EST_types.h:44:0, from relation_io.cc:43:../include/EST_TVector.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TVector&)': ../include/EST_TVector.h:316:9: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (i = 0; i < m.n(); ++i) ^~~../include/EST_TVector.h:317:32: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << m(i) << " "; st << endl; ^~In file included from ../include/EST_TSimpleMatrix.h:46:0, from ../include/EST_FMatrix.h:44, from ../include/EST_types.h:47, from relation_io.cc:43:../include/EST_TMatrix.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TMatrix&)': ../include/EST_TMatrix.h:316:13: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (j = 0; j < a.num_columns(); ++j) ^~~../include/EST_TMatrix.h:317:50: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << a.a_no_check(i, j) << " "; st << endl; ^~relation_io.cc: In function 'EST_read_status read_label_portion(EST_TokenStream&, EST_Relation&, int)':relation_io.cc:281:11: warning: variable 'hstart' set but not used [-Wunused-but-set-variable] float hstart, hend; ^~~~~~In file included from ../include/ling_class/EST_Relation.h:48:0, from relation_io.cc:44:../include/ling_class/EST_Item.h: In member function 'void EST_Item::set_name(const EST_String&) const':../include/ling_class/EST_Item.h:249:7: warning: nonnull argument 'this' compared to NULL [-Wnonnull-compare] { if (this != 0) p_contents->set_name(name); } ^~../include/ling_class/EST_Item.h: In member function 'const EST_Val EST_Item::f(const EST_String&, const EST_Val&) const':../include/ling_class/EST_Item.h:292:2: warning: nonnull argument 'this' compared to NULL [-Wnonnull-compare] if (this == 0) ^~../include/ling_class/EST_Item.h: In member function 'EST_Item* EST_Item::next() const':../include/ling_class/EST_Item.h:342:47: warning: nonnull argument 'this' compared to NULL [-Wnonnull-compare] EST_Item *next() const { return this == 0 ? 0 : n; } ~~~~~~~~~~^~~~~~~gcc -c -fno-implicit-templates -fno-strict-aliasing -Wall -I../include EST_relation_compare.ccIn file included from ../include/EST_types.h:44:0, from EST_relation_compare.cc:43:../include/EST_TVector.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TVector&)': ../include/EST_TVector.h:316:9: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (i = 0; i < m.n(); ++i) ^~~../include/EST_TVector.h:317:32: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << m(i) << " "; st << endl; ^~In file included from ../include/EST_TSimpleMatrix.h:46:0, from ../include/EST_FMatrix.h:44, from ../include/EST_types.h:47, from EST_relation_compare.cc:43:../include/EST_TMatrix.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TMatrix&)': ../include/EST_TMatrix.h:316:13: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (j = 0; j < a.num_columns(); ++j) ^~~../include/EST_TMatrix.h:317:50: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << a.a_no_check(i, j) << " "; st << endl; ^~EST_relation_compare.cc: In function 'EST_FMatrix matrix_compare(EST_Relation&, EST_Relation&, int, float, int)':EST_relation_compare.cc:450:15: warning: variable 'pos' set but not used [-Wunused-but-set-variable] int i, j, pos; ^~~In file included from ../include/ling_class/EST_Relation.h:48:0, from EST_relation_compare.cc:45:../include/ling_class/EST_Item.h: In member function 'void EST_Item::set_name(const EST_String&) const':../include/ling_class/EST_Item.h:249:7: warning: nonnull argument 'this' compared to NULL [-Wnonnull-compare] { if (this != 0) p_contents->set_name(name); } ^~../include/ling_class/EST_Item.h: In member function 'const EST_Val EST_Item::f(const EST_String&) const':../include/ling_class/EST_Item.h:257:2: warning: nonnull argument 'this' compared to NULL [-Wnonnull-compare] if (this == 0) ^~../include/ling_class/EST_Item.h: In member function 'const EST_Val EST_Item::f(const EST_String&, const EST_Val&) const':../include/ling_class/EST_Item.h:292:2: warning: nonnull argument 'this' compared to NULL [-Wnonnull-compare] if (this == 0) ^~../include/ling_class/EST_Item.h: In member function 'EST_Item* EST_Item::next() const':../include/ling_class/EST_Item.h:342:47: warning: nonnull argument 'this' compared to NULL [-Wnonnull-compare] EST_Item *next() const { return this == 0 ? 0 : n; } ~~~~~~~~~~^~~~~~~gcc -c -fno-implicit-templates -fno-strict-aliasing -Wall -I../include standard_feature_functions.ccIn file included from ../include/EST_types.h:44:0, from ../include/EST_Features.h:43, from ../include/ling_class/EST_Item.h:48, from standard_feature_functions.cc:43:../include/EST_TVector.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TVector&)': ../include/EST_TVector.h:316:9: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (i = 0; i < m.n(); ++i) ^~~../include/EST_TVector.h:317:32: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << m(i) << " "; st << endl; ^~In file included from ../include/EST_TSimpleMatrix.h:46:0, from ../include/EST_FMatrix.h:44, from ../include/EST_types.h:47, from ../include/EST_Features.h:43, from ../include/ling_class/EST_Item.h:48, from standard_feature_functions.cc:43:../include/EST_TMatrix.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TMatrix&)': ../include/EST_TMatrix.h:316:13: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (j = 0; j < a.num_columns(); ++j) ^~~../include/EST_TMatrix.h:317:50: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << a.a_no_check(i, j) << " "; st << endl; ^~In file included from standard_feature_functions.cc:43:0:../include/ling_class/EST_Item.h: In member function 'const EST_Val EST_Item::f(const EST_String&) const':../include/ling_class/EST_Item.h:257:2: warning: nonnull argument 'this' compared to NULL [-Wnonnull-compare] if (this == 0) ^~../include/ling_class/EST_Item.h: In member function 'const EST_Val EST_Item::f(const EST_String&, const EST_Val&) const':../include/ling_class/EST_Item.h:292:2: warning: nonnull argument 'this' compared to NULL [-Wnonnull-compare] if (this == 0) ^~../include/ling_class/EST_Item.h: In member function 'EST_Item* EST_Item::prev() const':../include/ling_class/EST_Item.h:344:47: warning: nonnull argument 'this' compared to NULL [-Wnonnull-compare] EST_Item *prev() const { return this == 0 ? 0 : p; } ~~~~~~~~~~^~~~~~~../include/ling_class/EST_Item.h: In member function 'EST_Item* EST_Item::up() const':../include/ling_class/EST_Item.h:348:47: warning: nonnull argument 'this' compared to NULL [-Wnonnull-compare] EST_Item *up() const { return this == 0 ? 0 : u; } ~~~~~~~~~~^~~~~~~gcc -c -fno-implicit-templates -fno-strict-aliasing -Wall -I../include EST_Relation_mls.ccIn file included from ../include/EST_types.h:44:0, from ../include/EST_Features.h:43, from ../include/ling_class/EST_Item.h:48, from EST_Relation_mls.cc:48:../include/EST_TVector.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TVector&)': ../include/EST_TVector.h:316:9: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (i = 0; i < m.n(); ++i) ^~~../include/EST_TVector.h:317:32: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << m(i) << " "; st << endl; ^~In file included from ../include/EST_TSimpleMatrix.h:46:0, from ../include/EST_FMatrix.h:44, from ../include/EST_types.h:47, from ../include/EST_Features.h:43, from ../include/ling_class/EST_Item.h:48, from EST_Relation_mls.cc:48:../include/EST_TMatrix.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TMatrix&)': ../include/EST_TMatrix.h:316:13: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (j = 0; j < a.num_columns(); ++j) ^~~../include/EST_TMatrix.h:317:50: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << a.a_no_check(i, j) << " "; st << endl; ^~EST_Relation_mls.cc: In function 'void add_link(EST_Item*, EST_Item*)':EST_Relation_mls.cc:63:18: warning: variable 'q' set but not used [-Wunused-but-set-variable] EST_Item *d,*q; ^In file included from EST_Relation_mls.cc:48:0:../include/ling_class/EST_Item.h: In member function 'EST_Item* EST_Item::next() const':../include/ling_class/EST_Item.h:342:47: warning: nonnull argument 'this' compared to NULL [-Wnonnull-compare] EST_Item *next() const { return this == 0 ? 0 : n; } ~~~~~~~~~~^~~~~~~../include/ling_class/EST_Item.h: In member function 'EST_Item* EST_Item::down() const':../include/ling_class/EST_Item.h:346:47: warning: nonnull argument 'this' compared to NULL [-Wnonnull-compare] EST_Item *down() const { return this == 0 ? 0 : d; } ~~~~~~~~~~^~~~~~~../include/ling_class/EST_Item.h: In member function 'EST_Item* EST_Item::up() const':../include/ling_class/EST_Item.h:348:47: warning: nonnull argument 'this' compared to NULL [-Wnonnull-compare] EST_Item *up() const { return this == 0 ? 0 : u; } ~~~~~~~~~~^~~~~~~gcc -c -fno-implicit-templates -fno-strict-aliasing -Wall -I../include EST_item_aux.ccIn file included from ../include/EST_types.h:44:0, from ../include/EST_Features.h:43, from ../include/EST_features_aux.h:46, from ../include/ling_class/EST_item_aux.h:46, from EST_item_aux.cc:40:../include/EST_TVector.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TVector&)': ../include/EST_TVector.h:316:9: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (i = 0; i < m.n(); ++i) ^~~../include/EST_TVector.h:317:32: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << m(i) << " "; st << endl; ^~In file included from ../include/EST_TSimpleMatrix.h:46:0, from ../include/EST_FMatrix.h:44, from ../include/EST_types.h:47, from ../include/EST_Features.h:43, from ../include/EST_features_aux.h:46, from ../include/ling_class/EST_item_aux.h:46, from EST_item_aux.cc:40:../include/EST_TMatrix.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TMatrix&)': ../include/EST_TMatrix.h:316:13: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (j = 0; j < a.num_columns(); ++j) ^~~../include/EST_TMatrix.h:317:50: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << a.a_no_check(i, j) << " "; st << endl; ^~In file included from EST_item_aux.cc:41:0:../include/ling_class/EST_Item.h: In member function 'const EST_Val EST_Item::f(const EST_String&, const EST_Val&) const':../include/ling_class/EST_Item.h:292:2: warning: nonnull argument 'this' compared to NULL [-Wnonnull-compare] if (this == 0) ^~../include/ling_class/EST_Item.h: In member function 'EST_Item* EST_Item::next() const':../include/ling_class/EST_Item.h:342:47: warning: nonnull argument 'this' compared to NULL [-Wnonnull-compare] EST_Item *next() const { return this == 0 ? 0 : n; } ~~~~~~~~~~^~~~~~~../include/ling_class/EST_Item.h: In member function 'EST_Item* EST_Item::prev() const':../include/ling_class/EST_Item.h:344:47: warning: nonnull argument 'this' compared to NULL [-Wnonnull-compare] EST_Item *prev() const { return this == 0 ? 0 : p; } ~~~~~~~~~~^~~~~~~gcc -c -fno-implicit-templates -fno-strict-aliasing -Wall -I../include EST_item_content_aux.ccIn file included from ../include/EST_types.h:44:0, from ../include/EST_Features.h:43, from ../include/EST_features_aux.h:46, from ../include/ling_class/EST_item_content_aux.h:46, from EST_item_content_aux.cc:40:../include/EST_TVector.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TVector&)': ../include/EST_TVector.h:316:9: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (i = 0; i < m.n(); ++i) ^~~../include/EST_TVector.h:317:32: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << m(i) << " "; st << endl; ^~In file included from ../include/EST_TSimpleMatrix.h:46:0, from ../include/EST_FMatrix.h:44, from ../include/EST_types.h:47, from ../include/EST_Features.h:43, from ../include/EST_features_aux.h:46, from ../include/ling_class/EST_item_content_aux.h:46, from EST_item_content_aux.cc:40:../include/EST_TMatrix.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TMatrix&)': ../include/EST_TMatrix.h:316:13: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (j = 0; j < a.num_columns(); ++j) ^~~../include/EST_TMatrix.h:317:50: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << a.a_no_check(i, j) << " "; st << endl; ^~gcc -c -fno-implicit-templates -fno-strict-aliasing -Wall -I../include EST_Relation.ccIn file included from ../include/EST_types.h:44:0, from ../include/ling_class/EST_Relation.h:45, from EST_Relation.cc:43:../include/EST_TVector.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TVector&)': ../include/EST_TVector.h:316:9: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (i = 0; i < m.n(); ++i) ^~~../include/EST_TVector.h:317:32: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << m(i) << " "; st << endl; ^~In file included from ../include/EST_TSimpleMatrix.h:46:0, from ../include/EST_FMatrix.h:44, from ../include/EST_types.h:47, from ../include/ling_class/EST_Relation.h:45, from EST_Relation.cc:43:../include/EST_TMatrix.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TMatrix&)': ../include/EST_TMatrix.h:316:13: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (j = 0; j < a.num_columns(); ++j) ^~~../include/EST_TMatrix.h:317:50: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << a.a_no_check(i, j) << " "; st << endl; ^~In file included from ../include/ling_class/EST_Relation.h:48:0, from EST_Relation.cc:43:../include/ling_class/EST_Item.h: In member function 'EST_Item* EST_Item::next() const':../include/ling_class/EST_Item.h:342:47: warning: nonnull argument 'this' compared to NULL [-Wnonnull-compare] EST_Item *next() const { return this == 0 ? 0 : n; } ~~~~~~~~~~^~~~~~~../include/ling_class/EST_Item.h: In member function 'EST_Item* EST_Item::prev() const':../include/ling_class/EST_Item.h:344:47: warning: nonnull argument 'this' compared to NULL [-Wnonnull-compare] EST_Item *prev() const { return this == 0 ? 0 : p; } ~~~~~~~~~~^~~~~~~../include/ling_class/EST_Item.h: In member function 'EST_Item* EST_Item::down() const':../include/ling_class/EST_Item.h:346:47: warning: nonnull argument 'this' compared to NULL [-Wnonnull-compare] EST_Item *down() const { return this == 0 ? 0 : d; } ~~~~~~~~~~^~~~~~~../include/ling_class/EST_Item.h: In member function 'EST_Item* EST_Item::up() const':../include/ling_class/EST_Item.h:348:47: warning: nonnull argument 'this' compared to NULL [-Wnonnull-compare] EST_Item *up() const { return this == 0 ? 0 : u; } ~~~~~~~~~~^~~~~~~EST_Relation.cc: In member function 'EST_Item* EST_Relation::append(EST_Item*)':EST_Relation.cc:91:5: warning: nonnull argument 'this' compared to NULL [-Wnonnull-compare] if (this == 0) ^~EST_Relation.cc: In member function 'EST_Item* EST_Relation::prepend(EST_Item*)':EST_Relation.cc:125:5: warning: nonnull argument 'this' compared to NULL [-Wnonnull-compare] if (this == 0) ^~EST_Relation.cc: In member function 'int EST_Relation::length() const':EST_Relation.cc:152:5: warning: nonnull argument 'this' compared to NULL [-Wnonnull-compare] if (this == 0) ^~gcc -c -fno-implicit-templates -fno-strict-aliasing -Wall -I../include -DINSTANTIATE_TEMPLATES -DINCLUDE_XML_FORMATS EST_UtteranceFile.ccIn file included from ../include/EST_types.h:44:0, from ../include/EST_string_aux.h:45, from EST_UtteranceFile.cc:44:../include/EST_TVector.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TVector&)': ../include/EST_TVector.h:316:9: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (i = 0; i < m.n(); ++i) ^~~../include/EST_TVector.h:317:32: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << m(i) << " "; st << endl; ^~In file included from ../include/EST_TSimpleMatrix.h:46:0, from ../include/EST_FMatrix.h:44, from ../include/EST_types.h:47, from ../include/EST_string_aux.h:45, from EST_UtteranceFile.cc:44:../include/EST_TMatrix.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TMatrix&)': ../include/EST_TMatrix.h:316:13: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (j = 0; j < a.num_columns(); ++j) ^~~../include/EST_TMatrix.h:317:50: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << a.a_no_check(i, j) << " "; st << endl; ^~In file included from ../include/ling_class/EST_Relation.h:48:0, from ../include/ling_class/EST_Utterance.h:44, from EST_UtteranceFile.cc:47:../include/ling_class/EST_Item.h: In member function 'const EST_Val EST_Item::f(const EST_String&) const':../include/ling_class/EST_Item.h:257:2: warning: nonnull argument 'this' compared to NULL [-Wnonnull-compare] if (this == 0) ^~../include/ling_class/EST_Item.h: In member function 'EST_Item* EST_Item::next() const':../include/ling_class/EST_Item.h:342:47: warning: nonnull argument 'this' compared to NULL [-Wnonnull-compare] EST_Item *next() const { return this == 0 ? 0 : n; } ~~~~~~~~~~^~~~~~~../include/ling_class/EST_Item.h: In member function 'EST_Item* EST_Item::down() const':../include/ling_class/EST_Item.h:346:47: warning: nonnull argument 'this' compared to NULL [-Wnonnull-compare] EST_Item *down() const { return this == 0 ? 0 : d; } ~~~~~~~~~~^~~~~~~../include/ling_class/EST_Item.h: In member function 'EST_Item* EST_Item::up() const':../include/ling_class/EST_Item.h:348:47: warning: nonnull argument 'this' compared to NULL [-Wnonnull-compare] EST_Item *up() const { return this == 0 ? 0 : u; } ~~~~~~~~~~^~~~~~~gcc -c -fno-implicit-templates -fno-strict-aliasing -Wall -I../include -DINSTANTIATE_TEMPLATES -DESTLIBDIRC='/tmp/festival/src/speech_tools/lib' genxml.ccIn file included from ../include/EST_TDeque.h:38:0, from genxml.cc:44:../include/EST_TVector.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TVector&)': ../include/EST_TVector.h:316:9: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (i = 0; i < m.n(); ++i) ^~~../include/EST_TVector.h:317:32: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << m(i) << " "; st << endl; ^~In file included from ../include/EST_TSimpleMatrix.h:46:0, from ../include/EST_FMatrix.h:44, from ../include/EST_types.h:47, from ../include/ling_class/EST_Relation.h:45, from ../include/ling_class/EST_Utterance.h:44, from genxml.h:47, from genxml.cc:47:../include/EST_TMatrix.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TMatrix&)': ../include/EST_TMatrix.h:316:13: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (j = 0; j < a.num_columns(); ++j) ^~~../include/EST_TMatrix.h:317:50: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << a.a_no_check(i, j) << " "; st << endl; ^~In file included from ../include/ling_class/EST_Relation.h:48:0, from ../include/ling_class/EST_Utterance.h:44, from genxml.h:47, from genxml.cc:47:../include/ling_class/EST_Item.h: In member function 'EST_Item* EST_Item::up() const':../include/ling_class/EST_Item.h:348:47: warning: nonnull argument 'this' compared to NULL [-Wnonnull-compare] EST_Item *up() const { return this == 0 ? 0 : u; } ~~~~~~~~~~^~~~~~~gcc -c -fno-implicit-templates -fno-strict-aliasing -Wall -I../include -DINSTANTIATE_TEMPLATES -DINCLUDE_XML_FORMATS EST_utterance_aux.ccIn file included from ../include/EST_types.h:44:0, from ../include/ling_class/EST_utterance_aux.h:39, from EST_utterance_aux.cc:40:../include/EST_TVector.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TVector&)': ../include/EST_TVector.h:316:9: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (i = 0; i < m.n(); ++i) ^~~../include/EST_TVector.h:317:32: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << m(i) << " "; st << endl; ^~In file included from ../include/EST_TSimpleMatrix.h:46:0, from ../include/EST_FMatrix.h:44, from ../include/EST_types.h:47, from ../include/ling_class/EST_utterance_aux.h:39, from EST_utterance_aux.cc:40:../include/EST_TMatrix.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TMatrix&)': ../include/EST_TMatrix.h:316:13: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (j = 0; j < a.num_columns(); ++j) ^~~../include/EST_TMatrix.h:317:50: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << a.a_no_check(i, j) << " "; st << endl; ^~gcc -c -fno-implicit-templates -fno-strict-aliasing -Wall -I../include -DINSTANTIATE_TEMPLATES -DINCLUDE_XML_FORMATS ling_class_init.ccIn file included from ../include/EST_types.h:44:0, from ../include/EST_Features.h:43, from ../include/ling_class/EST_Item.h:48, from ling_class_init.cc:40:../include/EST_TVector.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TVector&)': ../include/EST_TVector.h:316:9: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (i = 0; i < m.n(); ++i) ^~~../include/EST_TVector.h:317:32: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << m(i) << " "; st << endl; ^~In file included from ../include/EST_TSimpleMatrix.h:46:0, from ../include/EST_FMatrix.h:44, from ../include/EST_types.h:47, from ../include/EST_Features.h:43, from ../include/ling_class/EST_Item.h:48, from ling_class_init.cc:40:../include/EST_TMatrix.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TMatrix&)': ../include/EST_TMatrix.h:316:13: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (j = 0; j < a.num_columns(); ++j) ^~~../include/EST_TMatrix.h:317:50: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << a.a_no_check(i, j) << " "; st << endl; ^~gcc -c -fno-implicit-templates -fno-strict-aliasing -Wall -I../include -DINSTANTIATE_TEMPLATES ling_t.ccIn file included from ../include/EST_types.h:44:0, from ../include/ling_class/EST_Relation.h:45, from ling_t.cc:42:../include/EST_TVector.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TVector&)': ../include/EST_TVector.h:316:9: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (i = 0; i < m.n(); ++i) ^~~../include/EST_TVector.h:317:32: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << m(i) << " "; st << endl; ^~In file included from ../include/EST_TSimpleMatrix.h:46:0, from ../include/EST_FMatrix.h:44, from ../include/EST_types.h:47, from ../include/ling_class/EST_Relation.h:45, from ling_t.cc:42:../include/EST_TMatrix.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TMatrix&)': ../include/EST_TMatrix.h:316:13: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (j = 0; j < a.num_columns(); ++j) ^~~../include/EST_TMatrix.h:317:50: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << a.a_no_check(i, j) << " "; st << endl; ^~gcc -c -fno-implicit-templates -fno-strict-aliasing -Wall -I../include -DINSTANTIATE_TEMPLATES EST_Utterance.ccIn file included from ../include/EST_types.h:44:0, from ../include/EST_string_aux.h:45, from EST_Utterance.cc:44:../include/EST_TVector.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TVector&)': ../include/EST_TVector.h:316:9: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (i = 0; i < m.n(); ++i) ^~~../include/EST_TVector.h:317:32: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << m(i) << " "; st << endl; ^~In file included from ../include/EST_TSimpleMatrix.h:46:0, from ../include/EST_FMatrix.h:44, from ../include/EST_types.h:47, from ../include/EST_string_aux.h:45, from EST_Utterance.cc:44:../include/EST_TMatrix.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TMatrix&)': ../include/EST_TMatrix.h:316:13: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (j = 0; j < a.num_columns(); ++j) ^~~../include/EST_TMatrix.h:317:50: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << a.a_no_check(i, j) << " "; st << endl; ^~In file included from ../include/ling_class/EST_Relation.h:48:0, from ../include/ling_class/EST_Utterance.h:44, from EST_Utterance.cc:45:../include/ling_class/EST_Item.h: In member function 'const EST_Val EST_Item::f(const EST_String&) const':../include/ling_class/EST_Item.h:257:2: warning: nonnull argument 'this' compared to NULL [-Wnonnull-compare] if (this == 0) ^~../include/ling_class/EST_Item.h: In member function 'const EST_Val EST_Item::f(const EST_String&, const EST_Val&) const':../include/ling_class/EST_Item.h:292:2: warning: nonnull argument 'this' compared to NULL [-Wnonnull-compare] if (this == 0) ^~../include/ling_class/EST_Item.h: In member function 'EST_Item* EST_Item::next() const':../include/ling_class/EST_Item.h:342:47: warning: nonnull argument 'this' compared to NULL [-Wnonnull-compare] EST_Item *next() const { return this == 0 ? 0 : n; } ~~~~~~~~~~^~~~~~~../include/ling_class/EST_Item.h: In member function 'EST_Item* EST_Item::down() const':../include/ling_class/EST_Item.h:346:47: warning: nonnull argument 'this' compared to NULL [-Wnonnull-compare] EST_Item *down() const { return this == 0 ? 0 : d; } ~~~~~~~~~~^~~~~~~../include/ling_class/EST_Item.h: In member function 'EST_Item* EST_Item::up() const':../include/ling_class/EST_Item.h:348:47: warning: nonnull argument 'this' compared to NULL [-Wnonnull-compare] EST_Item *up() const { return this == 0 ? 0 : u; } ~~~~~~~~~~^~~~~~~gcc -c -fno-implicit-templates -fno-strict-aliasing -Wall -I../include -DINSTANTIATE_TEMPLATES item_feats.ccIn file included from ../include/EST_types.h:44:0, from ../include/EST_Features.h:43, from ../include/ling_class/EST_Item.h:48, from item_feats.cc:44:../include/EST_TVector.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TVector&)': ../include/EST_TVector.h:316:9: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (i = 0; i < m.n(); ++i) ^~~../include/EST_TVector.h:317:32: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << m(i) << " "; st << endl; ^~In file included from ../include/EST_TSimpleMatrix.h:46:0, from ../include/EST_FMatrix.h:44, from ../include/EST_types.h:47, from ../include/EST_Features.h:43, from ../include/ling_class/EST_Item.h:48, from item_feats.cc:44:../include/EST_TMatrix.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TMatrix&)': ../include/EST_TMatrix.h:316:13: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (j = 0; j < a.num_columns(); ++j) ^~~../include/EST_TMatrix.h:317:50: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << a.a_no_check(i, j) << " "; st << endl; ^~gcc -c -fno-implicit-templates -fno-strict-aliasing -Wall -I../include -DINSTANTIATE_TEMPLATES apml.ccIn file included from ../include/EST_types.h:44:0, from ../include/ling_class/EST_Relation.h:45, from ../include/ling_class/EST_Utterance.h:44, from apml.h:47, from apml.cc:44:../include/EST_TVector.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TVector&)': ../include/EST_TVector.h:316:9: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (i = 0; i < m.n(); ++i) ^~~../include/EST_TVector.h:317:32: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << m(i) << " "; st << endl; ^~In file included from ../include/EST_TSimpleMatrix.h:46:0, from ../include/EST_FMatrix.h:44, from ../include/EST_types.h:47, from ../include/ling_class/EST_Relation.h:45, from ../include/ling_class/EST_Utterance.h:44, from apml.h:47, from apml.cc:44:../include/EST_TMatrix.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TMatrix&)': ../include/EST_TMatrix.h:316:13: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (j = 0; j < a.num_columns(); ++j) ^~~../include/EST_TMatrix.h:317:50: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << a.a_no_check(i, j) << " "; st << endl; ^~In file included from ../include/ling_class/EST_Relation.h:48:0, from ../include/ling_class/EST_Utterance.h:44, from apml.h:47, from apml.cc:44:../include/ling_class/EST_Item.h: In member function 'EST_Item* EST_Item::up() const':../include/ling_class/EST_Item.h:348:47: warning: nonnull argument 'this' compared to NULL [-Wnonnull-compare] EST_Item *up() const { return this == 0 ? 0 : u; } ~~~~~~~~~~^~~~~~~gcc -c -fno-implicit-templates -fno-strict-aliasing -Wall -I../include -DINSTANTIATE_TEMPLATES solexml.ccIn file included from ../include/EST_types.h:44:0, from ../include/ling_class/EST_Relation.h:45, from ../include/ling_class/EST_Utterance.h:44, from solexml.h:47, from solexml.cc:44:../include/EST_TVector.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TVector&)': ../include/EST_TVector.h:316:9: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (i = 0; i < m.n(); ++i) ^~~../include/EST_TVector.h:317:32: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << m(i) << " "; st << endl; ^~In file included from ../include/EST_TSimpleMatrix.h:46:0, from ../include/EST_FMatrix.h:44, from ../include/EST_types.h:47, from ../include/ling_class/EST_Relation.h:45, from ../include/ling_class/EST_Utterance.h:44, from solexml.h:47, from solexml.cc:44:../include/EST_TMatrix.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TMatrix&)': ../include/EST_TMatrix.h:316:13: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (j = 0; j < a.num_columns(); ++j) ^~~../include/EST_TMatrix.h:317:50: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << a.a_no_check(i, j) << " "; st << endl; ^~In file included from ../include/ling_class/EST_Relation.h:48:0, from ../include/ling_class/EST_Utterance.h:44, from solexml.h:47, from solexml.cc:44:../include/ling_class/EST_Item.h: In member function 'EST_Item* EST_Item::up() const':../include/ling_class/EST_Item.h:348:47: warning: nonnull argument 'this' compared to NULL [-Wnonnull-compare] EST_Item *up() const { return this == 0 ? 0 : u; } ~~~~~~~~~~^~~~~~~gcc -c -fno-implicit-templates -fno-strict-aliasing -Wall -I../include -DINSTANTIATE_TEMPLATES EST_FeatureFunctionPackage.ccIn file included from ../include/EST_types.h:44:0, from ../include/EST_Features.h:43, from ../include/ling_class/EST_Item.h:48, from EST_FeatureFunctionPackage.cc:40:../include/EST_TVector.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TVector&)': ../include/EST_TVector.h:316:9: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (i = 0; i < m.n(); ++i) ^~~../include/EST_TVector.h:317:32: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << m(i) << " "; st << endl; ^~In file included from ../include/EST_TSimpleMatrix.h:46:0, from ../include/EST_FMatrix.h:44, from ../include/EST_types.h:47, from ../include/EST_Features.h:43, from ../include/ling_class/EST_Item.h:48, from EST_FeatureFunctionPackage.cc:40:../include/EST_TMatrix.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TMatrix&)': ../include/EST_TMatrix.h:316:13: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (j = 0; j < a.num_columns(); ++j) ^~~../include/EST_TMatrix.h:317:50: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << a.a_no_check(i, j) << " "; st << endl; ^~gcc -c -fno-implicit-templates -fno-strict-aliasing -Wall -I../include -DINSTANTIATE_TEMPLATES EST_FeatureFunctionContext.ccIn file included from ../include/EST_types.h:44:0, from ../include/EST_Features.h:43, from ../include/ling_class/EST_Item.h:48, from EST_FeatureFunctionContext.cc:40:../include/EST_TVector.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TVector&)': ../include/EST_TVector.h:316:9: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (i = 0; i < m.n(); ++i) ^~~../include/EST_TVector.h:317:32: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << m(i) << " "; st << endl; ^~In file included from ../include/EST_TSimpleMatrix.h:46:0, from ../include/EST_FMatrix.h:44, from ../include/EST_types.h:47, from ../include/EST_Features.h:43, from ../include/ling_class/EST_Item.h:48, from EST_FeatureFunctionContext.cc:40:../include/EST_TMatrix.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TMatrix&)': ../include/EST_TMatrix.h:316:13: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (j = 0; j < a.num_columns(); ++j) ^~~../include/EST_TMatrix.h:317:50: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << a.a_no_check(i, j) << " "; st << endl; ^~look at library estoolslook at library estbase EST_Item.o EST_Item_Content.o item_aux.o EST_relation_aux.o EST_relation_track.o relation_io.o EST_relation_compare.o standard_feature_functions.o EST_Relation_mls.o EST_item_aux.o EST_item_content_aux.o EST_Relation.o EST_UtteranceFile.o genxml.o EST_utterance_aux.o ling_class_init.o ling_t.o EST_Utterance.o item_feats.o apml.o solexml.o EST_FeatureFunctionPackage.o EST_FeatureFunctionContext.oUpdate library estbase EST_Item.o EST_Item_Content.o item_aux.o EST_relation_aux.o EST_relation_track.o relation_io.o EST_relation_compare.o standard_feature_functions.o EST_Relation_mls.o EST_item_aux.o EST_item_content_aux.o EST_Relation.o EST_UtteranceFile.o genxml.o EST_utterance_aux.o ling_class_init.o ling_t.o EST_Utterance.o item_feats.o apml.o solexml.o EST_FeatureFunctionPackage.o EST_FeatureFunctionContext.oar: `u' modifier ignored since `D' is the default (see `U')a - EST_Item.oa - EST_Item_Content.oa - item_aux.oa - EST_relation_aux.oa - EST_relation_track.oa - relation_io.oa - EST_relation_compare.oa - standard_feature_functions.oa - EST_Relation_mls.oa - EST_item_aux.oa - EST_item_content_aux.oa - EST_Relation.oa - EST_UtteranceFile.oa - genxml.oa - EST_utterance_aux.oa - ling_class_init.oa - ling_t.oa - EST_Utterance.oa - item_feats.oa - apml.oa - solexml.oa - EST_FeatureFunctionPackage.oa - EST_FeatureFunctionContext.olook at library eststringMaking in directory ./speech_class ...making dependencies -- EST_Wave.cc EST_track_aux.cc EST_wave_temp.cc EST_wave_cuts.cc ssff.cc esps_io.cc esps_utils.cc EST_wave_io.cc EST_wave_utils.cc EST_TrackMap.cc EST_Track.cc wave_t.cc track_t.cc EST_wave_aux.cc EST_TrackFile.cc EST_WaveFile.cc gcc -c -fno-implicit-templates -fno-strict-aliasing -Wall -I../include EST_Wave.ccIn file included from ../include/EST_types.h:44:0, from ../include/EST_Features.h:43, from ../include/EST_Featured.h:39, from ../include/EST_Wave.h:45, from EST_Wave.cc:46:../include/EST_TVector.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TVector&)': ../include/EST_TVector.h:316:9: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (i = 0; i < m.n(); ++i) ^~~../include/EST_TVector.h:317:32: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << m(i) << " "; st << endl; ^~In file included from ../include/EST_TSimpleMatrix.h:46:0, from ../include/EST_FMatrix.h:44, from ../include/EST_types.h:47, from ../include/EST_Features.h:43, from ../include/EST_Featured.h:39, from ../include/EST_Wave.h:45, from EST_Wave.cc:46:../include/EST_TMatrix.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TMatrix&)': ../include/EST_TMatrix.h:316:13: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (j = 0; j < a.num_columns(); ++j) ^~~../include/EST_TMatrix.h:317:50: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << a.a_no_check(i, j) << " "; st << endl; ^~gcc -c -fno-implicit-templates -fno-strict-aliasing -Wall -I../include EST_track_aux.ccIn file included from ../include/EST_types.h:44:0, from ../include/EST_simplestats.h:48, from EST_track_aux.cc:43:../include/EST_TVector.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TVector&)': ../include/EST_TVector.h:316:9: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (i = 0; i < m.n(); ++i) ^~~../include/EST_TVector.h:317:32: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << m(i) << " "; st << endl; ^~In file included from ../include/EST_TSimpleMatrix.h:46:0, from ../include/EST_FMatrix.h:44, from ../include/EST_types.h:47, from ../include/EST_simplestats.h:48, from EST_track_aux.cc:43:../include/EST_TMatrix.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TMatrix&)': ../include/EST_TMatrix.h:316:13: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (j = 0; j < a.num_columns(); ++j) ^~~../include/EST_TMatrix.h:317:50: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << a.a_no_check(i, j) << " "; st << endl; ^~gcc -c -fno-implicit-templates -fno-strict-aliasing -Wall -I../include EST_wave_temp.ccIn file included from ../include/EST_types.h:44:0, from ../include/EST_Features.h:43, from ../include/EST_Featured.h:39, from ../include/EST_Wave.h:45, from EST_wave_temp.cc:45:../include/EST_TVector.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TVector&)': ../include/EST_TVector.h:316:9: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (i = 0; i < m.n(); ++i) ^~~../include/EST_TVector.h:317:32: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << m(i) << " "; st << endl; ^~In file included from ../include/EST_TSimpleMatrix.h:46:0, from ../include/EST_FMatrix.h:44, from ../include/EST_types.h:47, from ../include/EST_Features.h:43, from ../include/EST_Featured.h:39, from ../include/EST_Wave.h:45, from EST_wave_temp.cc:45:../include/EST_TMatrix.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TMatrix&)': ../include/EST_TMatrix.h:316:13: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (j = 0; j < a.num_columns(); ++j) ^~~../include/EST_TMatrix.h:317:50: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << a.a_no_check(i, j) << " "; st << endl; ^~gcc -c -fno-implicit-templates -fno-strict-aliasing -Wall -I../include EST_wave_cuts.ccIn file included from ../include/EST_types.h:44:0, from ../include/EST_string_aux.h:45, from EST_wave_cuts.cc:44:../include/EST_TVector.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TVector&)': ../include/EST_TVector.h:316:9: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (i = 0; i < m.n(); ++i) ^~~../include/EST_TVector.h:317:32: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << m(i) << " "; st << endl; ^~In file included from ../include/EST_TSimpleMatrix.h:46:0, from ../include/EST_FMatrix.h:44, from ../include/EST_types.h:47, from ../include/EST_string_aux.h:45, from EST_wave_cuts.cc:44:../include/EST_TMatrix.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TMatrix&)': ../include/EST_TMatrix.h:316:13: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (j = 0; j < a.num_columns(); ++j) ^~~../include/EST_TMatrix.h:317:50: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << a.a_no_check(i, j) << " "; st << endl; ^~In file included from ../include/ling_class/EST_Relation.h:48:0, from ../include/EST_wave_aux.h:52, from EST_wave_cuts.cc:46:../include/ling_class/EST_Item.h: In member function 'const EST_Val EST_Item::f(const EST_String&) const':../include/ling_class/EST_Item.h:257:2: warning: nonnull argument 'this' compared to NULL [-Wnonnull-compare] if (this == 0) ^~../include/ling_class/EST_Item.h: In member function 'const EST_Val EST_Item::f(const EST_String&, const EST_Val&) const':../include/ling_class/EST_Item.h:292:2: warning: nonnull argument 'this' compared to NULL [-Wnonnull-compare] if (this == 0) ^~../include/ling_class/EST_Item.h: In member function 'EST_Item* EST_Item::next() const':../include/ling_class/EST_Item.h:342:47: warning: nonnull argument 'this' compared to NULL [-Wnonnull-compare] EST_Item *next() const { return this == 0 ? 0 : n; } ~~~~~~~~~~^~~~~~~gcc -c -fno-implicit-templates -fno-strict-aliasing -Wall -I../include ssff.ccIn file included from ../include/EST_types.h:44:0, from ssff.cc:46:../include/EST_TVector.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TVector&)': ../include/EST_TVector.h:316:9: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (i = 0; i < m.n(); ++i) ^~~../include/EST_TVector.h:317:32: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << m(i) << " "; st << endl; ^~In file included from ../include/EST_TSimpleMatrix.h:46:0, from ../include/EST_FMatrix.h:44, from ../include/EST_types.h:47, from ssff.cc:46:../include/EST_TMatrix.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TMatrix&)': ../include/EST_TMatrix.h:316:13: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (j = 0; j < a.num_columns(); ++j) ^~~../include/EST_TMatrix.h:317:50: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << a.a_no_check(i, j) << " "; st << endl; ^~gcc -c -fno-implicit-templates -fno-strict-aliasing -Wall -I../include esps_io.ccIn file included from ../include/EST_types.h:44:0, from ../include/EST_Features.h:43, from ../include/EST_Featured.h:39, from ../include/EST_Wave.h:45, from EST_WaveFile.h:47, from EST_wave_utils.h:47, from esps_io.cc:47:../include/EST_TVector.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TVector&)': ../include/EST_TVector.h:316:9: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (i = 0; i < m.n(); ++i) ^~~../include/EST_TVector.h:317:32: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << m(i) << " "; st << endl; ^~In file included from ../include/EST_TSimpleMatrix.h:46:0, from ../include/EST_FMatrix.h:44, from ../include/EST_types.h:47, from ../include/EST_Features.h:43, from ../include/EST_Featured.h:39, from ../include/EST_Wave.h:45, from EST_WaveFile.h:47, from EST_wave_utils.h:47, from esps_io.cc:47:../include/EST_TMatrix.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TMatrix&)': ../include/EST_TMatrix.h:316:13: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (j = 0; j < a.num_columns(); ++j) ^~~../include/EST_TMatrix.h:317:50: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << a.a_no_check(i, j) << " "; st << endl; ^~gcc -c -fno-implicit-templates -fno-strict-aliasing -Wall -I../include esps_utils.ccIn file included from ../include/EST_types.h:44:0, from ../include/EST_Features.h:43, from ../include/EST_Featured.h:39, from ../include/EST_Wave.h:45, from EST_WaveFile.h:47, from EST_wave_utils.h:47, from esps_utils.cc:64:../include/EST_TVector.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TVector&)': ../include/EST_TVector.h:316:9: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (i = 0; i < m.n(); ++i) ^~~../include/EST_TVector.h:317:32: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << m(i) << " "; st << endl; ^~In file included from ../include/EST_TSimpleMatrix.h:46:0, from ../include/EST_FMatrix.h:44, from ../include/EST_types.h:47, from ../include/EST_Features.h:43, from ../include/EST_Featured.h:39, from ../include/EST_Wave.h:45, from EST_WaveFile.h:47, from EST_wave_utils.h:47, from esps_utils.cc:64:../include/EST_TMatrix.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TMatrix&)': ../include/EST_TMatrix.h:316:13: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (j = 0; j < a.num_columns(); ++j) ^~~../include/EST_TMatrix.h:317:50: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << a.a_no_check(i, j) << " "; st << endl; ^~gcc -c -fno-implicit-templates -fno-strict-aliasing -Wall -I../include EST_wave_io.ccIn file included from ../include/EST_types.h:44:0, from ../include/EST_Features.h:43, from ../include/EST_Featured.h:39, from ../include/EST_Wave.h:45, from ../include/EST_wave_aux.h:51, from EST_wave_io.cc:47:../include/EST_TVector.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TVector&)': ../include/EST_TVector.h:316:9: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (i = 0; i < m.n(); ++i) ^~~../include/EST_TVector.h:317:32: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << m(i) << " "; st << endl; ^~In file included from ../include/EST_TSimpleMatrix.h:46:0, from ../include/EST_FMatrix.h:44, from ../include/EST_types.h:47, from ../include/EST_Features.h:43, from ../include/EST_Featured.h:39, from ../include/EST_Wave.h:45, from ../include/EST_wave_aux.h:51, from EST_wave_io.cc:47:../include/EST_TMatrix.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TMatrix&)': ../include/EST_TMatrix.h:316:13: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (j = 0; j < a.num_columns(); ++j) ^~~../include/EST_TMatrix.h:317:50: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << a.a_no_check(i, j) << " "; st << endl; ^~gcc -c -fno-implicit-templates -fno-strict-aliasing -Wall -I../include EST_wave_utils.ccIn file included from ../include/EST_types.h:44:0, from ../include/EST_Features.h:43, from ../include/EST_Featured.h:39, from ../include/EST_Wave.h:45, from EST_WaveFile.h:47, from EST_wave_utils.h:47, from EST_wave_utils.cc:51:../include/EST_TVector.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TVector&)': ../include/EST_TVector.h:316:9: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (i = 0; i < m.n(); ++i) ^~~../include/EST_TVector.h:317:32: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << m(i) << " "; st << endl; ^~In file included from ../include/EST_TSimpleMatrix.h:46:0, from ../include/EST_FMatrix.h:44, from ../include/EST_types.h:47, from ../include/EST_Features.h:43, from ../include/EST_Featured.h:39, from ../include/EST_Wave.h:45, from EST_WaveFile.h:47, from EST_wave_utils.h:47, from EST_wave_utils.cc:51:../include/EST_TMatrix.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TMatrix&)': ../include/EST_TMatrix.h:316:13: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (j = 0; j < a.num_columns(); ++j) ^~~../include/EST_TMatrix.h:317:50: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << a.a_no_check(i, j) << " "; st << endl; ^~gcc -c -fno-implicit-templates -fno-strict-aliasing -Wall -I../include -DINSTANTIATE_TEMPLATES EST_TrackMap.ccgcc -c -fno-implicit-templates -fno-strict-aliasing -Wall -I../include -DINSTANTIATE_TEMPLATES EST_Track.ccIn file included from ../include/EST_TMatrix.h:49:0, from ../include/EST_TSimpleMatrix.h:46, from ../include/EST_FMatrix.h:44, from ../include/EST_Track.h:46, from EST_Track.cc:45:../include/EST_TVector.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TVector&)': ../include/EST_TVector.h:316:9: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (i = 0; i < m.n(); ++i) ^~~../include/EST_TVector.h:317:32: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << m(i) << " "; st << endl; ^~In file included from ../include/EST_TSimpleMatrix.h:46:0, from ../include/EST_FMatrix.h:44, from ../include/EST_Track.h:46, from EST_Track.cc:45:../include/EST_TMatrix.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TMatrix&)': ../include/EST_TMatrix.h:316:13: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (j = 0; j < a.num_columns(); ++j) ^~~../include/EST_TMatrix.h:317:50: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << a.a_no_check(i, j) << " "; st << endl; ^~gcc -c -fno-implicit-templates -fno-strict-aliasing -Wall -I../include -DINSTANTIATE_TEMPLATES wave_t.ccIn file included from wave_t.cc:42:0:../include/EST_TVector.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TVector&)': ../include/EST_TVector.h:316:9: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (i = 0; i < m.n(); ++i) ^~~../include/EST_TVector.h:317:32: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << m(i) << " "; st << endl; ^~In file included from ../include/EST_TSimpleMatrix.h:46:0, from ../include/EST_FMatrix.h:44, from ../include/EST_types.h:47, from ../include/EST_Features.h:43, from ../include/EST_Featured.h:39, from ../include/EST_Wave.h:45, from wave_t.cc:43:../include/EST_TMatrix.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TMatrix&)': ../include/EST_TMatrix.h:316:13: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (j = 0; j < a.num_columns(); ++j) ^~~../include/EST_TMatrix.h:317:50: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << a.a_no_check(i, j) << " "; st << endl; ^~gcc -c -fno-implicit-templates -fno-strict-aliasing -Wall -I../include -DINSTANTIATE_TEMPLATES track_t.ccIn file included from ../include/EST_TMatrix.h:49:0, from ../include/EST_TSimpleMatrix.h:46, from ../include/EST_FMatrix.h:44, from ../include/EST_Track.h:46, from track_t.cc:41:../include/EST_TVector.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TVector&)': ../include/EST_TVector.h:316:9: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (i = 0; i < m.n(); ++i) ^~~../include/EST_TVector.h:317:32: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << m(i) << " "; st << endl; ^~In file included from ../include/EST_TSimpleMatrix.h:46:0, from ../include/EST_FMatrix.h:44, from ../include/EST_Track.h:46, from track_t.cc:41:../include/EST_TMatrix.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TMatrix&)': ../include/EST_TMatrix.h:316:13: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (j = 0; j < a.num_columns(); ++j) ^~~../include/EST_TMatrix.h:317:50: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << a.a_no_check(i, j) << " "; st << endl; ^~gcc -c -fno-implicit-templates -fno-strict-aliasing -Wall -I../include -DINSTANTIATE_TEMPLATES EST_wave_aux.ccIn file included from ../include/EST_types.h:44:0, from ../include/EST_string_aux.h:45, from EST_wave_aux.cc:44:../include/EST_TVector.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TVector&)': ../include/EST_TVector.h:316:9: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (i = 0; i < m.n(); ++i) ^~~../include/EST_TVector.h:317:32: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << m(i) << " "; st << endl; ^~In file included from ../include/EST_TSimpleMatrix.h:46:0, from ../include/EST_FMatrix.h:44, from ../include/EST_types.h:47, from ../include/EST_string_aux.h:45, from EST_wave_aux.cc:44:../include/EST_TMatrix.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TMatrix&)': ../include/EST_TMatrix.h:316:13: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (j = 0; j < a.num_columns(); ++j) ^~~../include/EST_TMatrix.h:317:50: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << a.a_no_check(i, j) << " "; st << endl; ^~gcc -c -fno-implicit-templates -fno-strict-aliasing -Wall -I../include -DINSTANTIATE_TEMPLATES EST_TrackFile.ccIn file included from ../include/EST_types.h:44:0, from EST_TrackFile.cc:45:../include/EST_TVector.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TVector&)': ../include/EST_TVector.h:316:9: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (i = 0; i < m.n(); ++i) ^~~../include/EST_TVector.h:317:32: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << m(i) << " "; st << endl; ^~In file included from ../include/EST_TSimpleMatrix.h:46:0, from ../include/EST_FMatrix.h:44, from ../include/EST_types.h:47, from EST_TrackFile.cc:45:../include/EST_TMatrix.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TMatrix&)': ../include/EST_TMatrix.h:316:13: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (j = 0; j < a.num_columns(); ++j) ^~~../include/EST_TMatrix.h:317:50: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << a.a_no_check(i, j) << " "; st << endl; ^~EST_TrackFile.cc: In static member function 'static EST_read_status EST_TrackFile::load_xmg(EST_String, EST_Track&, float, float)':EST_TrackFile.cc:282:15: warning: variable 'sr' set but not used [-Wunused-but-set-variable] int i, n, sr; ^~EST_TrackFile.cc: In static member function 'static EST_read_status EST_TrackFile::load_est_ts(EST_TokenStream&, EST_Track&, float, float)':EST_TrackFile.cc:389:35: warning: variable 'num_aux_channels' set but not used [-Wunused-but-set-variable] int num_frames, num_channels, num_aux_channels; ^~~~~~~~~~~~~~~~gcc -c -fno-implicit-templates -fno-strict-aliasing -Wall -I../include -DINSTANTIATE_TEMPLATES EST_WaveFile.ccIn file included from ../include/EST_types.h:44:0, from ../include/EST_Features.h:43, from ../include/EST_Featured.h:39, from ../include/EST_Wave.h:45, from EST_WaveFile.cc:40:../include/EST_TVector.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TVector&)': ../include/EST_TVector.h:316:9: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (i = 0; i < m.n(); ++i) ^~~../include/EST_TVector.h:317:32: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << m(i) << " "; st << endl; ^~In file included from ../include/EST_TSimpleMatrix.h:46:0, from ../include/EST_FMatrix.h:44, from ../include/EST_types.h:47, from ../include/EST_Features.h:43, from ../include/EST_Featured.h:39, from ../include/EST_Wave.h:45, from EST_WaveFile.cc:40:../include/EST_TMatrix.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TMatrix&)': ../include/EST_TMatrix.h:316:13: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (j = 0; j < a.num_columns(); ++j) ^~~../include/EST_TMatrix.h:317:50: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << a.a_no_check(i, j) << " "; st << endl; ^~look at library estoolslook at library estbase EST_Wave.o EST_track_aux.o EST_wave_temp.o EST_wave_cuts.o ssff.o esps_io.o esps_utils.o EST_wave_io.o EST_wave_utils.o EST_TrackMap.o EST_Track.o wave_t.o track_t.o EST_wave_aux.o EST_TrackFile.o EST_WaveFile.oUpdate library estbase EST_Wave.o EST_track_aux.o EST_wave_temp.o EST_wave_cuts.o ssff.o esps_io.o esps_utils.o EST_wave_io.o EST_wave_utils.o EST_TrackMap.o EST_Track.o wave_t.o track_t.o EST_wave_aux.o EST_TrackFile.o EST_WaveFile.oar: `u' modifier ignored since `D' is the default (see `U')a - EST_Wave.oa - EST_track_aux.oa - EST_wave_temp.oa - EST_wave_cuts.oa - ssff.oa - esps_io.oa - esps_utils.oa - EST_wave_io.oa - EST_wave_utils.oa - EST_TrackMap.oa - EST_Track.oa - wave_t.oa - track_t.oa - EST_wave_aux.oa - EST_TrackFile.oa - EST_WaveFile.olook at library eststringMaking in directory ./sigpr ...making dependencies -- EST_Window.cc delta.cc filter.cc sigpr_frame.cc sigpr_utt.cc pitchmark.cc spectrogram.cc misc.cc fft.cc gcc -c -fno-implicit-templates -fno-strict-aliasing -Wall -I../include -DINSTANTIATE_TEMPLATES EST_Window.ccIn file included from ../include/EST_types.h:44:0, from ../include/EST_Features.h:43, from ../include/EST_Featured.h:39, from ../include/EST_Wave.h:45, from ../include/sigpr/EST_Window.h:45, from EST_Window.cc:44:../include/EST_TVector.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TVector&)': ../include/EST_TVector.h:316:9: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (i = 0; i < m.n(); ++i) ^~~../include/EST_TVector.h:317:32: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << m(i) << " "; st << endl; ^~In file included from ../include/EST_TSimpleMatrix.h:46:0, from ../include/EST_FMatrix.h:44, from ../include/EST_types.h:47, from ../include/EST_Features.h:43, from ../include/EST_Featured.h:39, from ../include/EST_Wave.h:45, from ../include/sigpr/EST_Window.h:45, from EST_Window.cc:44:../include/EST_TMatrix.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TMatrix&)': ../include/EST_TMatrix.h:316:13: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (j = 0; j < a.num_columns(); ++j) ^~~../include/EST_TMatrix.h:317:50: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << a.a_no_check(i, j) << " "; st << endl; ^~gcc -c -fno-implicit-templates -fno-strict-aliasing -Wall -I../include delta.ccIn file included from ../include/EST_TMatrix.h:49:0, from ../include/EST_TSimpleMatrix.h:46, from ../include/EST_FMatrix.h:44, from ../include/EST_Track.h:46, from delta.cc:41:../include/EST_TVector.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TVector&)': ../include/EST_TVector.h:316:9: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (i = 0; i < m.n(); ++i) ^~~../include/EST_TVector.h:317:32: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << m(i) << " "; st << endl; ^~In file included from ../include/EST_TSimpleMatrix.h:46:0, from ../include/EST_FMatrix.h:44, from ../include/EST_Track.h:46, from delta.cc:41:../include/EST_TMatrix.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TMatrix&)': ../include/EST_TMatrix.h:316:13: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (j = 0; j < a.num_columns(); ++j) ^~~../include/EST_TMatrix.h:317:50: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << a.a_no_check(i, j) << " "; st << endl; ^~gcc -c -fno-implicit-templates -fno-strict-aliasing -Wall -I../include filter.ccIn file included from ../include/EST_types.h:44:0, from ../include/EST_Features.h:43, from ../include/EST_Featured.h:39, from ../include/EST_Wave.h:45, from ../include/sigpr/EST_filter.h:40, from filter.cc:41:../include/EST_TVector.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TVector&)': ../include/EST_TVector.h:316:9: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (i = 0; i < m.n(); ++i) ^~~../include/EST_TVector.h:317:32: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << m(i) << " "; st << endl; ^~In file included from ../include/EST_TSimpleMatrix.h:46:0, from ../include/EST_FMatrix.h:44, from ../include/EST_types.h:47, from ../include/EST_Features.h:43, from ../include/EST_Featured.h:39, from ../include/EST_Wave.h:45, from ../include/sigpr/EST_filter.h:40, from filter.cc:41:../include/EST_TMatrix.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TMatrix&)': ../include/EST_TMatrix.h:316:13: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (j = 0; j < a.num_columns(); ++j) ^~~../include/EST_TMatrix.h:317:50: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << a.a_no_check(i, j) << " "; st << endl; ^~gcc -c -fno-implicit-templates -fno-strict-aliasing -Wall -I../include sigpr_frame.ccIn file included from ../include/EST_TMatrix.h:49:0, from ../include/EST_TSimpleMatrix.h:46, from ../include/EST_FMatrix.h:44, from ../include/sigpr/EST_sigpr_frame.h:37, from sigpr_frame.cc:40:../include/EST_TVector.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TVector&)': ../include/EST_TVector.h:316:9: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (i = 0; i < m.n(); ++i) ^~~../include/EST_TVector.h:317:32: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << m(i) << " "; st << endl; ^~In file included from ../include/EST_TSimpleMatrix.h:46:0, from ../include/EST_FMatrix.h:44, from ../include/sigpr/EST_sigpr_frame.h:37, from sigpr_frame.cc:40:../include/EST_TMatrix.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TMatrix&)': ../include/EST_TMatrix.h:316:13: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (j = 0; j < a.num_columns(); ++j) ^~~../include/EST_TMatrix.h:317:50: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << a.a_no_check(i, j) << " "; st << endl; ^~sigpr_frame.cc: In function 'void fbank2melcep(const EST_FVector&, EST_FVector&, float, bool)':sigpr_frame.cc:719:23: warning: variable 'cos_xform_order' set but not used [-Wunused-but-set-variable] float pi_i_over_N,cos_xform_order,const_factor; ^~~~~~~~~~~~~~~gcc -c -fno-implicit-templates -fno-strict-aliasing -Wall -I../include sigpr_utt.ccIn file included from ../include/EST_TMatrix.h:49:0, from ../include/EST_TSimpleMatrix.h:46, from ../include/EST_FMatrix.h:44, from ../include/EST_track_aux.h:46, from sigpr_utt.cc:42:../include/EST_TVector.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TVector&)': ../include/EST_TVector.h:316:9: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (i = 0; i < m.n(); ++i) ^~~../include/EST_TVector.h:317:32: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << m(i) << " "; st << endl; ^~In file included from ../include/EST_TSimpleMatrix.h:46:0, from ../include/EST_FMatrix.h:44, from ../include/EST_track_aux.h:46, from sigpr_utt.cc:42:../include/EST_TMatrix.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TMatrix&)': ../include/EST_TMatrix.h:316:13: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (j = 0; j < a.num_columns(); ++j) ^~~../include/EST_TMatrix.h:317:50: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << a.a_no_check(i, j) << " "; st << endl; ^~gcc -c -fno-implicit-templates -fno-strict-aliasing -Wall -I../include pitchmark.ccIn file included from ../include/EST_types.h:44:0, from ../include/EST_Features.h:43, from ../include/EST_Featured.h:39, from ../include/EST_Wave.h:45, from ../include/sigpr/EST_filter.h:40, from pitchmark.cc:45:../include/EST_TVector.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TVector&)': ../include/EST_TVector.h:316:9: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (i = 0; i < m.n(); ++i) ^~~../include/EST_TVector.h:317:32: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << m(i) << " "; st << endl; ^~In file included from ../include/EST_TSimpleMatrix.h:46:0, from ../include/EST_FMatrix.h:44, from ../include/EST_types.h:47, from ../include/EST_Features.h:43, from ../include/EST_Featured.h:39, from ../include/EST_Wave.h:45, from ../include/sigpr/EST_filter.h:40, from pitchmark.cc:45:../include/EST_TMatrix.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TMatrix&)': ../include/EST_TMatrix.h:316:13: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (j = 0; j < a.num_columns(); ++j) ^~~../include/EST_TMatrix.h:317:50: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << a.a_no_check(i, j) << " "; st << endl; ^~gcc -c -fno-implicit-templates -fno-strict-aliasing -Wall -I../include spectrogram.ccIn file included from ../include/EST_TMatrix.h:49:0, from ../include/EST_TSimpleMatrix.h:46, from ../include/EST_FMatrix.h:44, from ../include/EST_Track.h:46, from spectrogram.cc:43:../include/EST_TVector.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TVector&)': ../include/EST_TVector.h:316:9: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (i = 0; i < m.n(); ++i) ^~~../include/EST_TVector.h:317:32: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << m(i) << " "; st << endl; ^~In file included from ../include/EST_TSimpleMatrix.h:46:0, from ../include/EST_FMatrix.h:44, from ../include/EST_Track.h:46, from spectrogram.cc:43:../include/EST_TMatrix.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TMatrix&)': ../include/EST_TMatrix.h:316:13: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (j = 0; j < a.num_columns(); ++j) ^~~../include/EST_TMatrix.h:317:50: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << a.a_no_check(i, j) << " "; st << endl; ^~gcc -c -fno-implicit-templates -fno-strict-aliasing -Wall -I../include misc.ccIn file included from ../include/EST_types.h:44:0, from ../include/EST_Features.h:43, from ../include/EST_Featured.h:39, from ../include/EST_Wave.h:45, from misc.cc:40:../include/EST_TVector.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TVector&)': ../include/EST_TVector.h:316:9: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (i = 0; i < m.n(); ++i) ^~~../include/EST_TVector.h:317:32: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << m(i) << " "; st << endl; ^~In file included from ../include/EST_TSimpleMatrix.h:46:0, from ../include/EST_FMatrix.h:44, from ../include/EST_types.h:47, from ../include/EST_Features.h:43, from ../include/EST_Featured.h:39, from ../include/EST_Wave.h:45, from misc.cc:40:../include/EST_TMatrix.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TMatrix&)': ../include/EST_TMatrix.h:316:13: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (j = 0; j < a.num_columns(); ++j) ^~~../include/EST_TMatrix.h:317:50: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << a.a_no_check(i, j) << " "; st << endl; ^~gcc -c -fno-implicit-templates -fno-strict-aliasing -Wall -I../include fft.ccIn file included from ../include/EST_types.h:44:0, from ../include/EST_Features.h:43, from ../include/EST_Featured.h:39, from ../include/EST_Wave.h:45, from ../include/sigpr/EST_fft.h:38, from fft.cc:43:../include/EST_TVector.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TVector&)': ../include/EST_TVector.h:316:9: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (i = 0; i < m.n(); ++i) ^~~../include/EST_TVector.h:317:32: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << m(i) << " "; st << endl; ^~In file included from ../include/EST_TSimpleMatrix.h:46:0, from ../include/EST_FMatrix.h:44, from ../include/EST_types.h:47, from ../include/EST_Features.h:43, from ../include/EST_Featured.h:39, from ../include/EST_Wave.h:45, from ../include/sigpr/EST_fft.h:38, from fft.cc:43:../include/EST_TMatrix.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TMatrix&)': ../include/EST_TMatrix.h:316:13: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (j = 0; j < a.num_columns(); ++j) ^~~../include/EST_TMatrix.h:317:50: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << a.a_no_check(i, j) << " "; st << endl; ^~fft.cc: In function 'int fastFFT(EST_FVector&)':fft.cc:259:11: warning: variable 'fn' set but not used [-Wunused-but-set-variable] float fn; ^~look at library estoolslook at library estbase EST_Window.o delta.o filter.o sigpr_frame.o sigpr_utt.o pitchmark.o spectrogram.o misc.o fft.oUpdate library estbase EST_Window.o delta.o filter.o sigpr_frame.o sigpr_utt.o pitchmark.o spectrogram.o misc.o fft.oar: `u' modifier ignored since `D' is the default (see `U')a - EST_Window.oa - delta.oa - filter.oa - sigpr_frame.oa - sigpr_utt.oa - pitchmark.oa - spectrogram.oa - misc.oa - fft.olook at library eststringMaking in directory sigpr/pda ...making dependencies -- pcb_smoother.cc smooth_pda.cc pda.cc srpd1.3.cc gcc -c -fno-implicit-templates -fno-strict-aliasing -Wall -I../../include pcb_smoother.ccgcc -c -fno-implicit-templates -fno-strict-aliasing -Wall -I../../include smooth_pda.ccIn file included from ../../include/EST_TMatrix.h:49:0, from ../../include/EST_TSimpleMatrix.h:46, from ../../include/EST_FMatrix.h:44, from ../../include/EST_Track.h:46, from smooth_pda.cc:43:../../include/EST_TVector.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TVector&)': ../../include/EST_TVector.h:316:9: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (i = 0; i < m.n(); ++i) ^~~../../include/EST_TVector.h:317:32: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << m(i) << " "; st << endl; ^~In file included from ../../include/EST_TSimpleMatrix.h:46:0, from ../../include/EST_FMatrix.h:44, from ../../include/EST_Track.h:46, from smooth_pda.cc:43:../../include/EST_TMatrix.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TMatrix&)': ../../include/EST_TMatrix.h:316:13: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (j = 0; j < a.num_columns(); ++j) ^~~../../include/EST_TMatrix.h:317:50: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << a.a_no_check(i, j) << " "; st << endl; ^~gcc -c -fno-implicit-templates -fno-strict-aliasing -Wall -I../../include pda.ccIn file included from ../../include/EST_types.h:44:0, from ../../include/EST_Features.h:43, from ../../include/EST_Featured.h:39, from ../../include/EST_Wave.h:45, from ../../include/EST_speech_class.h:43, from pda.cc:37:../../include/EST_TVector.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TVector&)': ../../include/EST_TVector.h:316:9: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (i = 0; i < m.n(); ++i) ^~~../../include/EST_TVector.h:317:32: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << m(i) << " "; st << endl; ^~In file included from ../../include/EST_TSimpleMatrix.h:46:0, from ../../include/EST_FMatrix.h:44, from ../../include/EST_types.h:47, from ../../include/EST_Features.h:43, from ../../include/EST_Featured.h:39, from ../../include/EST_Wave.h:45, from ../../include/EST_speech_class.h:43, from pda.cc:37:../../include/EST_TMatrix.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TMatrix&)': ../../include/EST_TMatrix.h:316:13: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (j = 0; j < a.num_columns(); ++j) ^~~../../include/EST_TMatrix.h:317:50: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << a.a_no_check(i, j) << " "; st << endl; ^~pda.cc: In function 'void srpd(EST_Wave&, EST_Track&, Srpd_Op&, int)':pda.cc:113:11: warning: variable 'min' set but not used [-Wunused-but-set-variable] float min, max; ^~~pda.cc:113:16: warning: variable 'max' set but not used [-Wunused-but-set-variable] float min, max; ^~~gcc -c -fno-implicit-templates -fno-strict-aliasing -Wall -I../../include srpd1.3.ccIn file included from ../../include/EST_types.h:44:0, from ../../include/EST_Features.h:43, from ../../include/EST_Featured.h:39, from ../../include/EST_Wave.h:45, from srpd1.3.cc:74:../../include/EST_TVector.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TVector&)': ../../include/EST_TVector.h:316:9: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (i = 0; i < m.n(); ++i) ^~~../../include/EST_TVector.h:317:32: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << m(i) << " "; st << endl; ^~In file included from ../../include/EST_TSimpleMatrix.h:46:0, from ../../include/EST_FMatrix.h:44, from ../../include/EST_types.h:47, from ../../include/EST_Features.h:43, from ../../include/EST_Featured.h:39, from ../../include/EST_Wave.h:45, from srpd1.3.cc:74:../../include/EST_TMatrix.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TMatrix&)': ../../include/EST_TMatrix.h:316:13: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (j = 0; j < a.num_columns(); ++j) ^~~../../include/EST_TMatrix.h:317:50: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << a.a_no_check(i, j) << " "; st << endl; ^~look at library estoolslook at library estbase pcb_smoother.o smooth_pda.o pda.o srpd1.3.oUpdate library estbase pcb_smoother.o smooth_pda.o pda.o srpd1.3.oar: `u' modifier ignored since `D' is the default (see `U')a - pcb_smoother.oa - smooth_pda.oa - pda.oa - srpd1.3.olook at library eststringMaking in directory ./stats ...making dependencies -- EST_cluster.cc EST_multistats.cc confusion.cc EST_Discrete.cc EST_DProbDist.cc EST_ols.cc EST_viterbi.cc dynamic_program.cc gcc -c -fno-implicit-templates -fno-strict-aliasing -Wall -I../include EST_cluster.ccIn file included from ../include/EST_TMatrix.h:49:0, from ../include/EST_TSimpleMatrix.h:46, from ../include/EST_FMatrix.h:44, from EST_cluster.cc:42:../include/EST_TVector.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TVector&)': ../include/EST_TVector.h:316:9: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (i = 0; i < m.n(); ++i) ^~~../include/EST_TVector.h:317:32: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << m(i) << " "; st << endl; ^~In file included from ../include/EST_TSimpleMatrix.h:46:0, from ../include/EST_FMatrix.h:44, from EST_cluster.cc:42:../include/EST_TMatrix.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TMatrix&)': ../include/EST_TMatrix.h:316:13: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (j = 0; j < a.num_columns(); ++j) ^~~../include/EST_TMatrix.h:317:50: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << a.a_no_check(i, j) << " "; st << endl; ^~gcc -c -fno-implicit-templates -fno-strict-aliasing -Wall -I../include EST_multistats.ccIn file included from ../include/EST_TMatrix.h:49:0, from ../include/EST_TSimpleMatrix.h:46, from ../include/EST_FMatrix.h:44, from ../include/EST_multistats.h:42, from EST_multistats.cc:40:../include/EST_TVector.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TVector&)': ../include/EST_TVector.h:316:9: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (i = 0; i < m.n(); ++i) ^~~../include/EST_TVector.h:317:32: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << m(i) << " "; st << endl; ^~In file included from ../include/EST_TSimpleMatrix.h:46:0, from ../include/EST_FMatrix.h:44, from ../include/EST_multistats.h:42, from EST_multistats.cc:40:../include/EST_TMatrix.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TMatrix&)': ../include/EST_TMatrix.h:316:13: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (j = 0; j < a.num_columns(); ++j) ^~~../include/EST_TMatrix.h:317:50: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << a.a_no_check(i, j) << " "; st << endl; ^~gcc -c -fno-implicit-templates -fno-strict-aliasing -Wall -I../include confusion.ccIn file included from ../include/EST_TMatrix.h:49:0, from ../include/EST_TSimpleMatrix.h:46, from ../include/EST_FMatrix.h:44, from ../include/EST_multistats.h:42, from confusion.cc:40:../include/EST_TVector.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TVector&)': ../include/EST_TVector.h:316:9: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (i = 0; i < m.n(); ++i) ^~~../include/EST_TVector.h:317:32: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << m(i) << " "; st << endl; ^~In file included from ../include/EST_TSimpleMatrix.h:46:0, from ../include/EST_FMatrix.h:44, from ../include/EST_multistats.h:42, from confusion.cc:40:../include/EST_TMatrix.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TMatrix&)': ../include/EST_TMatrix.h:316:13: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (j = 0; j < a.num_columns(); ++j) ^~~../include/EST_TMatrix.h:317:50: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << a.a_no_check(i, j) << " "; st << endl; ^~gcc -c -fno-implicit-templates -fno-strict-aliasing -Wall -I../include EST_Discrete.ccIn file included from ../include/EST_types.h:44:0, from ../include/EST_simplestats.h:48, from EST_Discrete.cc:46:../include/EST_TVector.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TVector&)': ../include/EST_TVector.h:316:9: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (i = 0; i < m.n(); ++i) ^~~../include/EST_TVector.h:317:32: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << m(i) << " "; st << endl; ^~In file included from ../include/EST_TSimpleMatrix.h:46:0, from ../include/EST_FMatrix.h:44, from ../include/EST_types.h:47, from ../include/EST_simplestats.h:48, from EST_Discrete.cc:46:../include/EST_TMatrix.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TMatrix&)': ../include/EST_TMatrix.h:316:13: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (j = 0; j < a.num_columns(); ++j) ^~~../include/EST_TMatrix.h:317:50: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << a.a_no_check(i, j) << " "; st << endl; ^~gcc -c -fno-implicit-templates -fno-strict-aliasing -Wall -I../include EST_DProbDist.ccIn file included from ../include/EST_types.h:44:0, from ../include/EST_simplestats.h:48, from EST_DProbDist.cc:47:../include/EST_TVector.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TVector&)': ../include/EST_TVector.h:316:9: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (i = 0; i < m.n(); ++i) ^~~../include/EST_TVector.h:317:32: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << m(i) << " "; st << endl; ^~In file included from ../include/EST_TSimpleMatrix.h:46:0, from ../include/EST_FMatrix.h:44, from ../include/EST_types.h:47, from ../include/EST_simplestats.h:48, from EST_DProbDist.cc:47:../include/EST_TMatrix.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TMatrix&)': ../include/EST_TMatrix.h:316:13: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (j = 0; j < a.num_columns(); ++j) ^~~../include/EST_TMatrix.h:317:50: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << a.a_no_check(i, j) << " "; st << endl; ^~gcc -c -fno-implicit-templates -fno-strict-aliasing -Wall -I../include EST_ols.ccIn file included from ../include/EST_TMatrix.h:49:0, from ../include/EST_TSimpleMatrix.h:46, from ../include/EST_FMatrix.h:44, from ../include/EST_multistats.h:42, from EST_ols.cc:40:../include/EST_TVector.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TVector&)': ../include/EST_TVector.h:316:9: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (i = 0; i < m.n(); ++i) ^~~../include/EST_TVector.h:317:32: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << m(i) << " "; st << endl; ^~In file included from ../include/EST_TSimpleMatrix.h:46:0, from ../include/EST_FMatrix.h:44, from ../include/EST_multistats.h:42, from EST_ols.cc:40:../include/EST_TMatrix.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TMatrix&)': ../include/EST_TMatrix.h:316:13: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (j = 0; j < a.num_columns(); ++j) ^~~../include/EST_TMatrix.h:317:50: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << a.a_no_check(i, j) << " "; st << endl; ^~gcc -c -fno-implicit-templates -fno-strict-aliasing -Wall -I../include EST_viterbi.ccIn file included from ../include/EST_types.h:44:0, from ../include/EST_Features.h:43, from ../include/EST_viterbi.h:47, from EST_viterbi.cc:43:../include/EST_TVector.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TVector&)': ../include/EST_TVector.h:316:9: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (i = 0; i < m.n(); ++i) ^~~../include/EST_TVector.h:317:32: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << m(i) << " "; st << endl; ^~In file included from ../include/EST_TSimpleMatrix.h:46:0, from ../include/EST_FMatrix.h:44, from ../include/EST_types.h:47, from ../include/EST_Features.h:43, from ../include/EST_viterbi.h:47, from EST_viterbi.cc:43:../include/EST_TMatrix.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TMatrix&)': ../include/EST_TMatrix.h:316:13: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (j = 0; j < a.num_columns(); ++j) ^~~../include/EST_TMatrix.h:317:50: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << a.a_no_check(i, j) << " "; st << endl; ^~In file included from ../include/ling_class/EST_Relation.h:48:0, from ../include/EST_viterbi.h:48, from EST_viterbi.cc:43:../include/ling_class/EST_Item.h: In member function 'const EST_Val EST_Item::f(const EST_String&, const EST_Val&) const':../include/ling_class/EST_Item.h:292:2: warning: nonnull argument 'this' compared to NULL [-Wnonnull-compare] if (this == 0) ^~../include/ling_class/EST_Item.h: In member function 'EST_Item* EST_Item::next() const':../include/ling_class/EST_Item.h:342:47: warning: nonnull argument 'this' compared to NULL [-Wnonnull-compare] EST_Item *next() const { return this == 0 ? 0 : n; } ~~~~~~~~~~^~~~~~~gcc -c -fno-implicit-templates -fno-strict-aliasing -Wall -I../include -DINSTANTIATE_TEMPLATES dynamic_program.ccIn file included from ../include/EST_types.h:44:0, from ../include/ling_class/EST_Relation.h:45, from ../include/ling_class/EST_Utterance.h:44, from dynamic_program.cc:42:../include/EST_TVector.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TVector&)': ../include/EST_TVector.h:316:9: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (i = 0; i < m.n(); ++i) ^~~../include/EST_TVector.h:317:32: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << m(i) << " "; st << endl; ^~In file included from ../include/EST_TSimpleMatrix.h:46:0, from ../include/EST_FMatrix.h:44, from ../include/EST_types.h:47, from ../include/ling_class/EST_Relation.h:45, from ../include/ling_class/EST_Utterance.h:44, from dynamic_program.cc:42:../include/EST_TMatrix.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TMatrix&)': ../include/EST_TMatrix.h:316:13: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (j = 0; j < a.num_columns(); ++j) ^~~../include/EST_TMatrix.h:317:50: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << a.a_no_check(i, j) << " "; st << endl; ^~In file included from ../include/ling_class/EST_Relation.h:48:0, from ../include/ling_class/EST_Utterance.h:44, from dynamic_program.cc:42:../include/ling_class/EST_Item.h: In member function 'const EST_Val EST_Item::f(const EST_String&, const EST_Val&) const':../include/ling_class/EST_Item.h:292:2: warning: nonnull argument 'this' compared to NULL [-Wnonnull-compare] if (this == 0) ^~../include/ling_class/EST_Item.h: In member function 'EST_Item* EST_Item::next() const':../include/ling_class/EST_Item.h:342:47: warning: nonnull argument 'this' compared to NULL [-Wnonnull-compare] EST_Item *next() const { return this == 0 ? 0 : n; } ~~~~~~~~~~^~~~~~~../include/ling_class/EST_Item.h: In member function 'EST_Item* EST_Item::prev() const':../include/ling_class/EST_Item.h:344:47: warning: nonnull argument 'this' compared to NULL [-Wnonnull-compare] EST_Item *prev() const { return this == 0 ? 0 : p; } ~~~~~~~~~~^~~~~~~look at library estoolslook at library estbase EST_cluster.o EST_multistats.o confusion.o EST_Discrete.o EST_DProbDist.o EST_ols.o EST_viterbi.o dynamic_program.oUpdate library estbase EST_cluster.o EST_multistats.o confusion.o EST_Discrete.o EST_DProbDist.o EST_ols.o EST_viterbi.o dynamic_program.oar: `u' modifier ignored since `D' is the default (see `U')a - EST_cluster.oa - EST_multistats.oa - confusion.oa - EST_Discrete.oa - EST_DProbDist.oa - EST_ols.oa - EST_viterbi.oa - dynamic_program.olook at library eststringMaking in directory stats/wagon ...making dependencies -- dlist.cc wagon_aux.cc wagonint.cc wagon.cc gcc -c -fno-implicit-templates -fno-strict-aliasing -Wall -I../../include dlist.ccIn file included from ../../include/EST_Wagon.h:45:0, from dlist.cc:50:../../include/EST_TVector.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TVector&)': ../../include/EST_TVector.h:316:9: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (i = 0; i < m.n(); ++i) ^~~../../include/EST_TVector.h:317:32: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << m(i) << " "; st << endl; ^~In file included from ../../include/EST_TSimpleMatrix.h:46:0, from ../../include/EST_FMatrix.h:44, from ../../include/EST_types.h:47, from ../../include/EST_simplestats.h:48, from ../../include/EST_Wagon.h:47, from dlist.cc:50:../../include/EST_TMatrix.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TMatrix&)': ../../include/EST_TMatrix.h:316:13: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (j = 0; j < a.num_columns(); ++j) ^~~../../include/EST_TMatrix.h:317:50: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << a.a_no_check(i, j) << " "; st << endl; ^~gcc -c -fno-implicit-templates -fno-strict-aliasing -Wall -I../../include wagon_aux.ccIn file included from ../../include/EST_Wagon.h:45:0, from wagon_aux.cc:46:../../include/EST_TVector.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TVector&)': ../../include/EST_TVector.h:316:9: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (i = 0; i < m.n(); ++i) ^~~../../include/EST_TVector.h:317:32: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << m(i) << " "; st << endl; ^~In file included from ../../include/EST_TSimpleMatrix.h:46:0, from ../../include/EST_FMatrix.h:44, from ../../include/EST_types.h:47, from ../../include/EST_simplestats.h:48, from ../../include/EST_Wagon.h:47, from wagon_aux.cc:46:../../include/EST_TMatrix.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TMatrix&)': ../../include/EST_TMatrix.h:316:13: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (j = 0; j < a.num_columns(); ++j) ^~~../../include/EST_TMatrix.h:317:50: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << a.a_no_check(i, j) << " "; st << endl; ^~gcc -c -fno-implicit-templates -fno-strict-aliasing -Wall -I../../include wagonint.ccIn file included from ../../include/EST_Wagon.h:45:0, from wagonint.cc:45:../../include/EST_TVector.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TVector&)': ../../include/EST_TVector.h:316:9: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (i = 0; i < m.n(); ++i) ^~~../../include/EST_TVector.h:317:32: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << m(i) << " "; st << endl; ^~In file included from ../../include/EST_TSimpleMatrix.h:46:0, from ../../include/EST_FMatrix.h:44, from ../../include/EST_types.h:47, from ../../include/EST_simplestats.h:48, from ../../include/EST_Wagon.h:47, from wagonint.cc:45:../../include/EST_TMatrix.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TMatrix&)': ../../include/EST_TMatrix.h:316:13: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (j = 0; j < a.num_columns(); ++j) ^~~../../include/EST_TMatrix.h:317:50: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << a.a_no_check(i, j) << " "; st << endl; ^~gcc -c -fno-implicit-templates -fno-strict-aliasing -Wall -I../../include -DINSTANTIATE_TEMPLATES wagon.ccIn file included from ../../include/EST_TMatrix.h:49:0, from ../../include/EST_TSimpleMatrix.h:46, from ../../include/EST_FMatrix.h:44, from wagon.cc:50:../../include/EST_TVector.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TVector&)': ../../include/EST_TVector.h:316:9: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (i = 0; i < m.n(); ++i) ^~~../../include/EST_TVector.h:317:32: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << m(i) << " "; st << endl; ^~In file included from ../../include/EST_TSimpleMatrix.h:46:0, from ../../include/EST_FMatrix.h:44, from wagon.cc:50:../../include/EST_TMatrix.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TMatrix&)': ../../include/EST_TMatrix.h:316:13: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (j = 0; j < a.num_columns(); ++j) ^~~../../include/EST_TMatrix.h:317:50: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << a.a_no_check(i, j) << " "; st << endl; ^~wagon.cc: In function 'float test_tree_ols(WNode&, WDataSet&, std::ostream*)':wagon.cc:652:12: warning: variable 'leaf' set but not used [-Wunused-but-set-variable] WNode *leaf; ^~~~look at library estools dlist.o wagon_aux.o wagonint.o wagon.oUpdate library estools dlist.o wagon_aux.o wagonint.o wagon.oar: `u' modifier ignored since `D' is the default (see `U')a - dlist.oa - wagon_aux.oa - wagonint.oa - wagon.olook at library estbaselook at library eststringMaking in directory stats/kalman_filter ...making dependencies -- EST_kalman.cc gcc -c -fno-implicit-templates -fno-strict-aliasing -Wall -I../../include EST_kalman.ccIn file included from ../../include/EST_types.h:44:0, from ../../include/EST_string_aux.h:45, from ../../include/EST.h:49, from EST_kalman.cc:43:../../include/EST_TVector.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TVector&)': ../../include/EST_TVector.h:316:9: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (i = 0; i < m.n(); ++i) ^~~../../include/EST_TVector.h:317:32: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << m(i) << " "; st << endl; ^~In file included from ../../include/EST_TSimpleMatrix.h:46:0, from ../../include/EST_FMatrix.h:44, from ../../include/EST_types.h:47, from ../../include/EST_string_aux.h:45, from ../../include/EST.h:49, from EST_kalman.cc:43:../../include/EST_TMatrix.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TMatrix&)': ../../include/EST_TMatrix.h:316:13: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (j = 0; j < a.num_columns(); ++j) ^~~../../include/EST_TMatrix.h:317:50: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << a.a_no_check(i, j) << " "; st << endl; ^~look at library estools EST_kalman.oUpdate library estools EST_kalman.oar: `u' modifier ignored since `D' is the default (see `U')a - EST_kalman.olook at library estbaselook at library eststringMaking in directory ./grammar ...Making in directory grammar/scfg ...making dependencies -- EST_SCFG.cc EST_SCFG_inout.cc EST_SCFG_Chart.cc gcc -c -fno-implicit-templates -fno-strict-aliasing -Wall -I../../include -DINSTANTIATE_TEMPLATES EST_SCFG.ccIn file included from ../../include/EST_types.h:44:0, from ../../include/EST_simplestats.h:48, from ../../include/EST_SCFG.h:43, from EST_SCFG.cc:42:../../include/EST_TVector.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TVector&)': ../../include/EST_TVector.h:316:9: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (i = 0; i < m.n(); ++i) ^~~../../include/EST_TVector.h:317:32: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << m(i) << " "; st << endl; ^~In file included from ../../include/EST_TSimpleMatrix.h:46:0, from ../../include/EST_FMatrix.h:44, from ../../include/EST_types.h:47, from ../../include/EST_simplestats.h:48, from ../../include/EST_SCFG.h:43, from EST_SCFG.cc:42:../../include/EST_TMatrix.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TMatrix&)': ../../include/EST_TMatrix.h:316:13: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (j = 0; j < a.num_columns(); ++j) ^~~../../include/EST_TMatrix.h:317:50: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << a.a_no_check(i, j) << " "; st << endl; ^~gcc -c -fno-implicit-templates -fno-strict-aliasing -Wall -I../../include -DINSTANTIATE_TEMPLATES EST_SCFG_inout.ccIn file included from ../../include/EST_types.h:44:0, from ../../include/EST_simplestats.h:48, from ../../include/EST_SCFG_Chart.h:44, from EST_SCFG_inout.cc:50:../../include/EST_TVector.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TVector&)': ../../include/EST_TVector.h:316:9: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (i = 0; i < m.n(); ++i) ^~~../../include/EST_TVector.h:317:32: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << m(i) << " "; st << endl; ^~In file included from ../../include/EST_TSimpleMatrix.h:46:0, from ../../include/EST_FMatrix.h:44, from ../../include/EST_types.h:47, from ../../include/EST_simplestats.h:48, from ../../include/EST_SCFG_Chart.h:44, from EST_SCFG_inout.cc:50:../../include/EST_TMatrix.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TMatrix&)': ../../include/EST_TMatrix.h:316:13: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (j = 0; j < a.num_columns(); ++j) ^~~../../include/EST_TMatrix.h:317:50: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << a.a_no_check(i, j) << " "; st << endl; ^~gcc -c -fno-implicit-templates -fno-strict-aliasing -Wall -I../../include EST_SCFG_Chart.ccIn file included from ../../include/EST_types.h:44:0, from ../../include/EST_string_aux.h:45, from ../../include/siod.h:18, from EST_SCFG_Chart.cc:41:../../include/EST_TVector.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TVector&)': ../../include/EST_TVector.h:316:9: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (i = 0; i < m.n(); ++i) ^~~../../include/EST_TVector.h:317:32: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << m(i) << " "; st << endl; ^~In file included from ../../include/EST_TSimpleMatrix.h:46:0, from ../../include/EST_FMatrix.h:44, from ../../include/EST_types.h:47, from ../../include/EST_string_aux.h:45, from ../../include/siod.h:18, from EST_SCFG_Chart.cc:41:../../include/EST_TMatrix.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TMatrix&)': ../../include/EST_TMatrix.h:316:13: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (j = 0; j < a.num_columns(); ++j) ^~~../../include/EST_TMatrix.h:317:50: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << a.a_no_check(i, j) << " "; st << endl; ^~In file included from ../../include/ling_class/EST_Relation.h:48:0, from ../../include/EST_SCFG_Chart.h:47, from EST_SCFG_Chart.cc:44:../../include/ling_class/EST_Item.h: In member function 'void EST_Item::set_name(const EST_String&) const':../../include/ling_class/EST_Item.h:249:7: warning: nonnull argument 'this' compared to NULL [-Wnonnull-compare] { if (this != 0) p_contents->set_name(name); } ^~../../include/ling_class/EST_Item.h: In member function 'const EST_Val EST_Item::f(const EST_String&) const':../../include/ling_class/EST_Item.h:257:2: warning: nonnull argument 'this' compared to NULL [-Wnonnull-compare] if (this == 0) ^~../../include/ling_class/EST_Item.h: In member function 'EST_Item* EST_Item::next() const':../../include/ling_class/EST_Item.h:342:47: warning: nonnull argument 'this' compared to NULL [-Wnonnull-compare] EST_Item *next() const { return this == 0 ? 0 : n; } ~~~~~~~~~~^~~~~~~../../include/ling_class/EST_Item.h: In member function 'EST_Item* EST_Item::down() const':../../include/ling_class/EST_Item.h:346:47: warning: nonnull argument 'this' compared to NULL [-Wnonnull-compare] EST_Item *down() const { return this == 0 ? 0 : d; } ~~~~~~~~~~^~~~~~~look at library estools EST_SCFG.o EST_SCFG_inout.o EST_SCFG_Chart.oUpdate library estools EST_SCFG.o EST_SCFG_inout.o EST_SCFG_Chart.oar: `u' modifier ignored since `D' is the default (see `U')a - EST_SCFG.oa - EST_SCFG_inout.oa - EST_SCFG_Chart.olook at library estbaselook at library eststringMaking in directory grammar/wfst ...making dependencies -- EST_WFST.cc wfst_regex.cc wfst_ops.cc wfst_transduce.cc kkcompile.cc wfst_aux.cc ltscompile.cc rgcompile.cc tlcompile.cc wfst_train.cc gcc -c -fno-implicit-templates -fno-strict-aliasing -Wall -I../../include -DINSTANTIATE_TEMPLATES EST_WFST.ccIn file included from ../../include/EST_types.h:44:0, from ../../include/EST_simplestats.h:48, from ../../include/EST_WFST.h:43, from EST_WFST.cc:50:../../include/EST_TVector.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TVector&)': ../../include/EST_TVector.h:316:9: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (i = 0; i < m.n(); ++i) ^~~../../include/EST_TVector.h:317:32: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << m(i) << " "; st << endl; ^~In file included from ../../include/EST_TSimpleMatrix.h:46:0, from ../../include/EST_FMatrix.h:44, from ../../include/EST_types.h:47, from ../../include/EST_simplestats.h:48, from ../../include/EST_WFST.h:43, from EST_WFST.cc:50:../../include/EST_TMatrix.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TMatrix&)': ../../include/EST_TMatrix.h:316:13: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (j = 0; j < a.num_columns(); ++j) ^~~../../include/EST_TMatrix.h:317:50: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << a.a_no_check(i, j) << " "; st << endl; ^~gcc -c -fno-implicit-templates -fno-strict-aliasing -Wall -I../../include -DINSTANTIATE_TEMPLATES wfst_regex.ccIn file included from ../../include/EST_types.h:44:0, from ../../include/EST_simplestats.h:48, from ../../include/EST_WFST.h:43, from wfst_regex.cc:42:../../include/EST_TVector.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TVector&)': ../../include/EST_TVector.h:316:9: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (i = 0; i < m.n(); ++i) ^~~../../include/EST_TVector.h:317:32: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << m(i) << " "; st << endl; ^~In file included from ../../include/EST_TSimpleMatrix.h:46:0, from ../../include/EST_FMatrix.h:44, from ../../include/EST_types.h:47, from ../../include/EST_simplestats.h:48, from ../../include/EST_WFST.h:43, from wfst_regex.cc:42:../../include/EST_TMatrix.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TMatrix&)': ../../include/EST_TMatrix.h:316:13: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (j = 0; j < a.num_columns(); ++j) ^~~../../include/EST_TMatrix.h:317:50: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << a.a_no_check(i, j) << " "; st << endl; ^~gcc -c -fno-implicit-templates -fno-strict-aliasing -Wall -I../../include -DINSTANTIATE_TEMPLATES wfst_ops.ccIn file included from ../../include/EST_types.h:44:0, from ../../include/EST_simplestats.h:48, from ../../include/EST_WFST.h:43, from wfst_ops.cc:43:../../include/EST_TVector.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TVector&)': ../../include/EST_TVector.h:316:9: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (i = 0; i < m.n(); ++i) ^~~../../include/EST_TVector.h:317:32: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << m(i) << " "; st << endl; ^~In file included from ../../include/EST_TSimpleMatrix.h:46:0, from ../../include/EST_FMatrix.h:44, from ../../include/EST_types.h:47, from ../../include/EST_simplestats.h:48, from ../../include/EST_WFST.h:43, from wfst_ops.cc:43:../../include/EST_TMatrix.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TMatrix&)': ../../include/EST_TMatrix.h:316:13: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (j = 0; j < a.num_columns(); ++j) ^~~../../include/EST_TMatrix.h:317:50: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << a.a_no_check(i, j) << " "; st << endl; ^~gcc -c -fno-implicit-templates -fno-strict-aliasing -Wall -I../../include -DINSTANTIATE_TEMPLATES wfst_transduce.ccIn file included from ../../include/EST_types.h:44:0, from ../../include/EST_simplestats.h:48, from ../../include/EST_WFST.h:43, from wfst_transduce.cc:41:../../include/EST_TVector.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TVector&)': ../../include/EST_TVector.h:316:9: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (i = 0; i < m.n(); ++i) ^~~../../include/EST_TVector.h:317:32: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << m(i) << " "; st << endl; ^~In file included from ../../include/EST_TSimpleMatrix.h:46:0, from ../../include/EST_FMatrix.h:44, from ../../include/EST_types.h:47, from ../../include/EST_simplestats.h:48, from ../../include/EST_WFST.h:43, from wfst_transduce.cc:41:../../include/EST_TMatrix.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TMatrix&)': ../../include/EST_TMatrix.h:316:13: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (j = 0; j < a.num_columns(); ++j) ^~~../../include/EST_TMatrix.h:317:50: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << a.a_no_check(i, j) << " "; st << endl; ^~gcc -c -fno-implicit-templates -fno-strict-aliasing -Wall -I../../include -DINSTANTIATE_TEMPLATES kkcompile.ccIn file included from ../../include/EST_types.h:44:0, from ../../include/EST_simplestats.h:48, from ../../include/EST_WFST.h:43, from kkcompile.cc:43:../../include/EST_TVector.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TVector&)': ../../include/EST_TVector.h:316:9: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (i = 0; i < m.n(); ++i) ^~~../../include/EST_TVector.h:317:32: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << m(i) << " "; st << endl; ^~In file included from ../../include/EST_TSimpleMatrix.h:46:0, from ../../include/EST_FMatrix.h:44, from ../../include/EST_types.h:47, from ../../include/EST_simplestats.h:48, from ../../include/EST_WFST.h:43, from kkcompile.cc:43:../../include/EST_TMatrix.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TMatrix&)': ../../include/EST_TMatrix.h:316:13: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (j = 0; j < a.num_columns(); ++j) ^~~../../include/EST_TMatrix.h:317:50: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << a.a_no_check(i, j) << " "; st << endl; ^~gcc -c -fno-implicit-templates -fno-strict-aliasing -Wall -I../../include wfst_aux.ccIn file included from ../../include/EST_types.h:44:0, from ../../include/EST_simplestats.h:48, from ../../include/EST_WFST.h:43, from wfst_aux.cc:42:../../include/EST_TVector.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TVector&)': ../../include/EST_TVector.h:316:9: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (i = 0; i < m.n(); ++i) ^~~../../include/EST_TVector.h:317:32: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << m(i) << " "; st << endl; ^~In file included from ../../include/EST_TSimpleMatrix.h:46:0, from ../../include/EST_FMatrix.h:44, from ../../include/EST_types.h:47, from ../../include/EST_simplestats.h:48, from ../../include/EST_WFST.h:43, from wfst_aux.cc:42:../../include/EST_TMatrix.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TMatrix&)': ../../include/EST_TMatrix.h:316:13: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (j = 0; j < a.num_columns(); ++j) ^~~../../include/EST_TMatrix.h:317:50: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << a.a_no_check(i, j) << " "; st << endl; ^~gcc -c -fno-implicit-templates -fno-strict-aliasing -Wall -I../../include ltscompile.ccIn file included from ../../include/EST_types.h:44:0, from ../../include/EST_simplestats.h:48, from ../../include/EST_WFST.h:43, from ltscompile.cc:45:../../include/EST_TVector.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TVector&)': ../../include/EST_TVector.h:316:9: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (i = 0; i < m.n(); ++i) ^~~../../include/EST_TVector.h:317:32: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << m(i) << " "; st << endl; ^~In file included from ../../include/EST_TSimpleMatrix.h:46:0, from ../../include/EST_FMatrix.h:44, from ../../include/EST_types.h:47, from ../../include/EST_simplestats.h:48, from ../../include/EST_WFST.h:43, from ltscompile.cc:45:../../include/EST_TMatrix.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TMatrix&)': ../../include/EST_TMatrix.h:316:13: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (j = 0; j < a.num_columns(); ++j) ^~~../../include/EST_TMatrix.h:317:50: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << a.a_no_check(i, j) << " "; st << endl; ^~ltscompile.cc: In function 'void ltsrule_compile(LISP, LISP, LISP, LISP, LISP, EST_WFST&, EST_WFST&)':ltscompile.cc:236:20: warning: variable 'notMAP' set but not used [-Wunused-but-set-variable] LISP LC,MAP,RC,notMAP,r; ^~~~~~gcc -c -fno-implicit-templates -fno-strict-aliasing -Wall -I../../include rgcompile.ccIn file included from ../../include/EST_types.h:44:0, from ../../include/EST_simplestats.h:48, from ../../include/EST_WFST.h:43, from rgcompile.cc:47:../../include/EST_TVector.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TVector&)': ../../include/EST_TVector.h:316:9: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (i = 0; i < m.n(); ++i) ^~~../../include/EST_TVector.h:317:32: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << m(i) << " "; st << endl; ^~In file included from ../../include/EST_TSimpleMatrix.h:46:0, from ../../include/EST_FMatrix.h:44, from ../../include/EST_types.h:47, from ../../include/EST_simplestats.h:48, from ../../include/EST_WFST.h:43, from rgcompile.cc:47:../../include/EST_TMatrix.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TMatrix&)': ../../include/EST_TMatrix.h:316:13: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (j = 0; j < a.num_columns(); ++j) ^~~../../include/EST_TMatrix.h:317:50: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << a.a_no_check(i, j) << " "; st << endl; ^~gcc -c -fno-implicit-templates -fno-strict-aliasing -Wall -I../../include tlcompile.ccIn file included from ../../include/EST_types.h:44:0, from ../../include/EST_simplestats.h:48, from ../../include/EST_WFST.h:43, from tlcompile.cc:50:../../include/EST_TVector.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TVector&)': ../../include/EST_TVector.h:316:9: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (i = 0; i < m.n(); ++i) ^~~../../include/EST_TVector.h:317:32: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << m(i) << " "; st << endl; ^~In file included from ../../include/EST_TSimpleMatrix.h:46:0, from ../../include/EST_FMatrix.h:44, from ../../include/EST_types.h:47, from ../../include/EST_simplestats.h:48, from ../../include/EST_WFST.h:43, from tlcompile.cc:50:../../include/EST_TMatrix.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TMatrix&)': ../../include/EST_TMatrix.h:316:13: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (j = 0; j < a.num_columns(); ++j) ^~~../../include/EST_TMatrix.h:317:50: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << a.a_no_check(i, j) << " "; st << endl; ^~gcc -c -fno-implicit-templates -fno-strict-aliasing -Wall -I../../include wfst_train.ccIn file included from ../../include/EST_types.h:44:0, from ../../include/EST_simplestats.h:48, from ../../include/EST_WFST.h:43, from wfst_train.cc:46:../../include/EST_TVector.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TVector&)': ../../include/EST_TVector.h:316:9: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (i = 0; i < m.n(); ++i) ^~~../../include/EST_TVector.h:317:32: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << m(i) << " "; st << endl; ^~In file included from ../../include/EST_TSimpleMatrix.h:46:0, from ../../include/EST_FMatrix.h:44, from ../../include/EST_types.h:47, from ../../include/EST_simplestats.h:48, from ../../include/EST_WFST.h:43, from wfst_train.cc:46:../../include/EST_TMatrix.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TMatrix&)': ../../include/EST_TMatrix.h:316:13: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (j = 0; j < a.num_columns(); ++j) ^~~../../include/EST_TMatrix.h:317:50: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << a.a_no_check(i, j) << " "; st << endl; ^~look at library estools EST_WFST.o wfst_regex.o wfst_ops.o wfst_transduce.o kkcompile.o wfst_aux.o ltscompile.o rgcompile.o tlcompile.o wfst_train.oUpdate library estools EST_WFST.o wfst_regex.o wfst_ops.o wfst_transduce.o kkcompile.o wfst_aux.o ltscompile.o rgcompile.o tlcompile.o wfst_train.oar: `u' modifier ignored since `D' is the default (see `U')a - EST_WFST.oa - wfst_regex.oa - wfst_ops.oa - wfst_transduce.oa - kkcompile.oa - wfst_aux.oa - ltscompile.oa - rgcompile.oa - tlcompile.oa - wfst_train.olook at library estbaselook at library eststringMaking in directory grammar/ngram ...making dependencies -- lattice_t.cc EST_Ngrammar.cc ngrammar_io.cc ngrammar_aux.cc ngrammar_utils.cc EST_lattice.cc EST_lattice_io.cc freqsmooth.cc EST_PST.cc gcc -c -fno-implicit-templates -fno-strict-aliasing -Wall -I../../include -DINSTANTIATE_TEMPLATES lattice_t.ccIn file included from ../../include/EST_types.h:44:0, from ../../include/EST_lattice.h:44, from lattice_t.cc:43:../../include/EST_TVector.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TVector&)': ../../include/EST_TVector.h:316:9: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (i = 0; i < m.n(); ++i) ^~~../../include/EST_TVector.h:317:32: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << m(i) << " "; st << endl; ^~In file included from ../../include/EST_TSimpleMatrix.h:46:0, from ../../include/EST_FMatrix.h:44, from ../../include/EST_types.h:47, from ../../include/EST_lattice.h:44, from lattice_t.cc:43:../../include/EST_TMatrix.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TMatrix&)': ../../include/EST_TMatrix.h:316:13: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (j = 0; j < a.num_columns(); ++j) ^~~../../include/EST_TMatrix.h:317:50: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << a.a_no_check(i, j) << " "; st << endl; ^~gcc -c -fno-implicit-templates -fno-strict-aliasing -Wall -I../../include EST_Ngrammar.ccIn file included from ../../include/EST_types.h:44:0, from ../../include/EST_Ngrammar.h:51, from EST_Ngrammar.cc:49:../../include/EST_TVector.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TVector&)': ../../include/EST_TVector.h:316:9: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (i = 0; i < m.n(); ++i) ^~~../../include/EST_TVector.h:317:32: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << m(i) << " "; st << endl; ^~In file included from ../../include/EST_TSimpleMatrix.h:46:0, from ../../include/EST_FMatrix.h:44, from ../../include/EST_types.h:47, from ../../include/EST_Ngrammar.h:51, from EST_Ngrammar.cc:49:../../include/EST_TMatrix.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TMatrix&)': ../../include/EST_TMatrix.h:316:13: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (j = 0; j < a.num_columns(); ++j) ^~~../../include/EST_TMatrix.h:317:50: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << a.a_no_check(i, j) << " "; st << endl; ^~gcc -c -fno-implicit-templates -fno-strict-aliasing -Wall -I../../include ngrammar_io.ccIn file included from ../../include/EST_types.h:44:0, from ../../include/EST_Ngrammar.h:51, from ngrammar_io.cc:49:../../include/EST_TVector.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TVector&)': ../../include/EST_TVector.h:316:9: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (i = 0; i < m.n(); ++i) ^~~../../include/EST_TVector.h:317:32: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << m(i) << " "; st << endl; ^~In file included from ../../include/EST_TSimpleMatrix.h:46:0, from ../../include/EST_FMatrix.h:44, from ../../include/EST_types.h:47, from ../../include/EST_Ngrammar.h:51, from ngrammar_io.cc:49:../../include/EST_TMatrix.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TMatrix&)': ../../include/EST_TMatrix.h:316:13: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (j = 0; j < a.num_columns(); ++j) ^~~../../include/EST_TMatrix.h:317:50: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << a.a_no_check(i, j) << " "; st << endl; ^~ngrammar_io.cc: In function 'EST_read_status load_ngram_arpa(EST_String, EST_Ngrammar&, const EST_StrList&)':ngrammar_io.cc:76:12: warning: variable 'occur' set but not used [-Wunused-but-set-variable] double occur,weight; ^~~~~ngrammar_io.cc: In function 'EST_write_status save_ngram_arpa(EST_String, EST_Ngrammar&)':ngrammar_io.cc:659:11: warning: variable 'num_n' set but not used [-Wunused-but-set-variable] int i,num_n,o; ^~~~~gcc -c -fno-implicit-templates -fno-strict-aliasing -Wall -I../../include ngrammar_aux.ccIn file included from ../../include/EST_types.h:44:0, from ../../include/EST_Ngrammar.h:51, from ngrammar_aux.cc:43:../../include/EST_TVector.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TVector&)': ../../include/EST_TVector.h:316:9: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (i = 0; i < m.n(); ++i) ^~~../../include/EST_TVector.h:317:32: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << m(i) << " "; st << endl; ^~In file included from ../../include/EST_TSimpleMatrix.h:46:0, from ../../include/EST_FMatrix.h:44, from ../../include/EST_types.h:47, from ../../include/EST_Ngrammar.h:51, from ngrammar_aux.cc:43:../../include/EST_TMatrix.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TMatrix&)': ../../include/EST_TMatrix.h:316:13: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (j = 0; j < a.num_columns(); ++j) ^~~../../include/EST_TMatrix.h:317:50: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << a.a_no_check(i, j) << " "; st << endl; ^~gcc -c -fno-implicit-templates -fno-strict-aliasing -Wall -I../../include ngrammar_utils.ccIn file included from ../../include/EST_types.h:44:0, from ../../include/EST_Ngrammar.h:51, from ngrammar_utils.cc:45:../../include/EST_TVector.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TVector&)': ../../include/EST_TVector.h:316:9: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (i = 0; i < m.n(); ++i) ^~~../../include/EST_TVector.h:317:32: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << m(i) << " "; st << endl; ^~In file included from ../../include/EST_TSimpleMatrix.h:46:0, from ../../include/EST_FMatrix.h:44, from ../../include/EST_types.h:47, from ../../include/EST_Ngrammar.h:51, from ngrammar_utils.cc:45:../../include/EST_TMatrix.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TMatrix&)': ../../include/EST_TMatrix.h:316:13: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (j = 0; j < a.num_columns(); ++j) ^~~../../include/EST_TMatrix.h:317:50: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << a.a_no_check(i, j) << " "; st << endl; ^~gcc -c -fno-implicit-templates -fno-strict-aliasing -Wall -I../../include EST_lattice.ccIn file included from ../../include/EST_types.h:44:0, from ../../include/EST_lattice.h:44, from EST_lattice.cc:40:../../include/EST_TVector.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TVector&)': ../../include/EST_TVector.h:316:9: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (i = 0; i < m.n(); ++i) ^~~../../include/EST_TVector.h:317:32: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << m(i) << " "; st << endl; ^~In file included from ../../include/EST_TSimpleMatrix.h:46:0, from ../../include/EST_FMatrix.h:44, from ../../include/EST_types.h:47, from ../../include/EST_lattice.h:44, from EST_lattice.cc:40:../../include/EST_TMatrix.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TMatrix&)': ../../include/EST_TMatrix.h:316:13: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (j = 0; j < a.num_columns(); ++j) ^~~../../include/EST_TMatrix.h:317:50: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << a.a_no_check(i, j) << " "; st << endl; ^~EST_lattice.cc: In member function 'bool Lattice::expand()':EST_lattice.cc:1426:10: warning: variable 'flag' set but not used [-Wunused-but-set-variable] bool flag=false; ^~~~gcc -c -fno-implicit-templates -fno-strict-aliasing -Wall -I../../include EST_lattice_io.ccIn file included from ../../include/EST_types.h:44:0, from ../../include/EST_lattice.h:44, from EST_lattice_io.cc:42:../../include/EST_TVector.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TVector&)': ../../include/EST_TVector.h:316:9: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (i = 0; i < m.n(); ++i) ^~~../../include/EST_TVector.h:317:32: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << m(i) << " "; st << endl; ^~In file included from ../../include/EST_TSimpleMatrix.h:46:0, from ../../include/EST_FMatrix.h:44, from ../../include/EST_types.h:47, from ../../include/EST_lattice.h:44, from EST_lattice_io.cc:42:../../include/EST_TMatrix.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TMatrix&)': ../../include/EST_TMatrix.h:316:13: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (j = 0; j < a.num_columns(); ++j) ^~~../../include/EST_TMatrix.h:317:50: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << a.a_no_check(i, j) << " "; st << endl; ^~gcc -c -fno-implicit-templates -fno-strict-aliasing -Wall -I../../include freqsmooth.ccIn file included from ../../include/EST_types.h:44:0, from ../../include/EST_Ngrammar.h:51, from freqsmooth.cc:50:../../include/EST_TVector.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TVector&)': ../../include/EST_TVector.h:316:9: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (i = 0; i < m.n(); ++i) ^~~../../include/EST_TVector.h:317:32: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << m(i) << " "; st << endl; ^~In file included from ../../include/EST_TSimpleMatrix.h:46:0, from ../../include/EST_FMatrix.h:44, from ../../include/EST_types.h:47, from ../../include/EST_Ngrammar.h:51, from freqsmooth.cc:50:../../include/EST_TMatrix.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TMatrix&)': ../../include/EST_TMatrix.h:316:13: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (j = 0; j < a.num_columns(); ++j) ^~~../../include/EST_TMatrix.h:317:50: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << a.a_no_check(i, j) << " "; st << endl; ^~gcc -c -fno-implicit-templates -fno-strict-aliasing -Wall -I../../include EST_PST.ccIn file included from ../../include/EST_types.h:44:0, from EST_PST.cc:46:../../include/EST_TVector.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TVector&)': ../../include/EST_TVector.h:316:9: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (i = 0; i < m.n(); ++i) ^~~../../include/EST_TVector.h:317:32: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << m(i) << " "; st << endl; ^~In file included from ../../include/EST_TSimpleMatrix.h:46:0, from ../../include/EST_FMatrix.h:44, from ../../include/EST_types.h:47, from EST_PST.cc:46:../../include/EST_TMatrix.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TMatrix&)': ../../include/EST_TMatrix.h:316:13: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (j = 0; j < a.num_columns(); ++j) ^~~../../include/EST_TMatrix.h:317:50: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << a.a_no_check(i, j) << " "; st << endl; ^~look at library estools lattice_t.o EST_Ngrammar.o ngrammar_io.o ngrammar_aux.o ngrammar_utils.o EST_lattice.o EST_lattice_io.o freqsmooth.o EST_PST.oUpdate library estools lattice_t.o EST_Ngrammar.o ngrammar_io.o ngrammar_aux.o ngrammar_utils.o EST_lattice.o EST_lattice_io.o freqsmooth.o EST_PST.oar: `u' modifier ignored since `D' is the default (see `U')a - lattice_t.oa - EST_Ngrammar.oa - ngrammar_io.oa - ngrammar_aux.oa - ngrammar_utils.oa - EST_lattice.oa - EST_lattice_io.oa - freqsmooth.oa - EST_PST.olook at library estbaselook at library eststringMaking in directory ./intonation ...Making in directory intonation/tilt ...making dependencies -- tilt_analysis.cc tilt_synthesis.cc tilt_utils.cc gcc -c -fno-implicit-templates -fno-strict-aliasing -Wall -I../../include tilt_analysis.ccIn file included from ../../include/EST_types.h:44:0, from ../../include/ling_class/EST_Relation.h:45, from ../../include/EST_tilt.h:42, from tilt_analysis.cc:42:../../include/EST_TVector.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TVector&)': ../../include/EST_TVector.h:316:9: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (i = 0; i < m.n(); ++i) ^~~../../include/EST_TVector.h:317:32: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << m(i) << " "; st << endl; ^~In file included from ../../include/EST_TSimpleMatrix.h:46:0, from ../../include/EST_FMatrix.h:44, from ../../include/EST_types.h:47, from ../../include/ling_class/EST_Relation.h:45, from ../../include/EST_tilt.h:42, from tilt_analysis.cc:42:../../include/EST_TMatrix.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TMatrix&)': ../../include/EST_TMatrix.h:316:13: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (j = 0; j < a.num_columns(); ++j) ^~~../../include/EST_TMatrix.h:317:50: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << a.a_no_check(i, j) << " "; st << endl; ^~In file included from ../../include/ling_class/EST_Relation.h:48:0, from ../../include/EST_tilt.h:42, from tilt_analysis.cc:42:../../include/ling_class/EST_Item.h: In member function 'void EST_Item::set_name(const EST_String&) const':../../include/ling_class/EST_Item.h:249:7: warning: nonnull argument 'this' compared to NULL [-Wnonnull-compare] { if (this != 0) p_contents->set_name(name); } ^~../../include/ling_class/EST_Item.h: In member function 'const EST_Val EST_Item::f(const EST_String&) const':../../include/ling_class/EST_Item.h:257:2: warning: nonnull argument 'this' compared to NULL [-Wnonnull-compare] if (this == 0) ^~../../include/ling_class/EST_Item.h: In member function 'const EST_Val EST_Item::f(const EST_String&, const EST_Val&) const':../../include/ling_class/EST_Item.h:292:2: warning: nonnull argument 'this' compared to NULL [-Wnonnull-compare] if (this == 0) ^~../../include/ling_class/EST_Item.h: In member function 'EST_Item* EST_Item::next() const':../../include/ling_class/EST_Item.h:342:47: warning: nonnull argument 'this' compared to NULL [-Wnonnull-compare] EST_Item *next() const { return this == 0 ? 0 : n; } ~~~~~~~~~~^~~~~~~gcc -c -fno-implicit-templates -fno-strict-aliasing -Wall -I../../include tilt_synthesis.ccIn file included from ../../include/EST_types.h:44:0, from ../../include/ling_class/EST_Relation.h:45, from tilt.h:44, from tilt_synthesis.cc:39:../../include/EST_TVector.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TVector&)': ../../include/EST_TVector.h:316:9: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (i = 0; i < m.n(); ++i) ^~~../../include/EST_TVector.h:317:32: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << m(i) << " "; st << endl; ^~In file included from ../../include/EST_TSimpleMatrix.h:46:0, from ../../include/EST_FMatrix.h:44, from ../../include/EST_types.h:47, from ../../include/ling_class/EST_Relation.h:45, from tilt.h:44, from tilt_synthesis.cc:39:../../include/EST_TMatrix.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TMatrix&)': ../../include/EST_TMatrix.h:316:13: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (j = 0; j < a.num_columns(); ++j) ^~~../../include/EST_TMatrix.h:317:50: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << a.a_no_check(i, j) << " "; st << endl; ^~tilt_synthesis.cc: In function 'void fill_connection_values(EST_Track&, float, float, float, float)':tilt_synthesis.cc:100:5: warning: this 'else' clause does not guard... [-Wmisleading-indentation] else ^~~~tilt_synthesis.cc:102:2: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'else' for (j = 0; j < fz.num_frames()-1; ++j) ^~~In file included from ../../include/ling_class/EST_Relation.h:48:0, from tilt.h:44, from tilt_synthesis.cc:39:../../include/ling_class/EST_Item.h: In member function 'const EST_Val EST_Item::f(const EST_String&) const':../../include/ling_class/EST_Item.h:257:2: warning: nonnull argument 'this' compared to NULL [-Wnonnull-compare] if (this == 0) ^~../../include/ling_class/EST_Item.h: In member function 'const EST_Val EST_Item::f(const EST_String&, const EST_Val&) const':../../include/ling_class/EST_Item.h:292:2: warning: nonnull argument 'this' compared to NULL [-Wnonnull-compare] if (this == 0) ^~../../include/ling_class/EST_Item.h: In member function 'EST_Item* EST_Item::next() const':../../include/ling_class/EST_Item.h:342:47: warning: nonnull argument 'this' compared to NULL [-Wnonnull-compare] EST_Item *next() const { return this == 0 ? 0 : n; } ~~~~~~~~~~^~~~~~~gcc -c -fno-implicit-templates -fno-strict-aliasing -Wall -I../../include tilt_utils.ccIn file included from ../../include/EST_types.h:44:0, from ../../include/ling_class/EST_Relation.h:45, from tilt.h:44, from tilt_utils.cc:42:../../include/EST_TVector.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TVector&)': ../../include/EST_TVector.h:316:9: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (i = 0; i < m.n(); ++i) ^~~../../include/EST_TVector.h:317:32: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << m(i) << " "; st << endl; ^~In file included from ../../include/EST_TSimpleMatrix.h:46:0, from ../../include/EST_FMatrix.h:44, from ../../include/EST_types.h:47, from ../../include/ling_class/EST_Relation.h:45, from tilt.h:44, from tilt_utils.cc:42:../../include/EST_TMatrix.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TMatrix&)': ../../include/EST_TMatrix.h:316:13: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (j = 0; j < a.num_columns(); ++j) ^~~../../include/EST_TMatrix.h:317:50: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << a.a_no_check(i, j) << " "; st << endl; ^~In file included from ../../include/ling_class/EST_Relation.h:48:0, from tilt.h:44, from tilt_utils.cc:42:../../include/ling_class/EST_Item.h: In member function 'const EST_Val EST_Item::f(const EST_String&) const':../../include/ling_class/EST_Item.h:257:2: warning: nonnull argument 'this' compared to NULL [-Wnonnull-compare] if (this == 0) ^~../../include/ling_class/EST_Item.h: In member function 'const EST_Val EST_Item::f(const EST_String&, const EST_Val&) const':../../include/ling_class/EST_Item.h:292:2: warning: nonnull argument 'this' compared to NULL [-Wnonnull-compare] if (this == 0) ^~../../include/ling_class/EST_Item.h: In member function 'EST_Item* EST_Item::next() const':../../include/ling_class/EST_Item.h:342:47: warning: nonnull argument 'this' compared to NULL [-Wnonnull-compare] EST_Item *next() const { return this == 0 ? 0 : n; } ~~~~~~~~~~^~~~~~~look at library estools tilt_analysis.o tilt_synthesis.o tilt_utils.oUpdate library estools tilt_analysis.o tilt_synthesis.o tilt_utils.oar: `u' modifier ignored since `D' is the default (see `U')a - tilt_analysis.oa - tilt_synthesis.oa - tilt_utils.olook at library estbaselook at library eststringMaking in directory ./lib ...make est_program_makefile from est_program_makefile-inmake est_mainline from est_mainline-inMaking in directory ./main ...making dependencies -- ch_lab_main.cc ch_track_main.cc ch_wave_main.cc na_play_main.cc na_record_main.cc sigfilter_main.cc sig2fv_main.cc spectgen_main.cc pda_main.cc pitchmark_main.cc ngram_test_main.cc ngram_build_main.cc tilt_synthesis_main.cc tilt_analysis_main.cc viterbi_main.cc dp_main.cc bcat_main.cc ch_utt_main.cc design_filter_main.cc align_main.cc siod_main.cc wagon_main.cc wagon_test_main.cc scfg_make_main.cc scfg_train_main.cc scfg_test_main.cc scfg_parse_main.cc wfst_build_main.cc wfst_run_main.cc wfst_train_main.cc ols_main.cc ols_test_main.cc xml_parser_main.cc gcc -c -fno-implicit-templates -fno-strict-aliasing -Wall -I../include -o ch_lab_main.o ch_lab_main.ccIn file included from ../include/EST_types.h:44:0, from ../include/ling_class/EST_Relation.h:45, from ../include/ling_class/EST_Utterance.h:44, from ../include/EST_ling_class.h:44, from ch_lab_main.cc:41:../include/EST_TVector.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TVector&)': ../include/EST_TVector.h:316:9: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (i = 0; i < m.n(); ++i) ^~~../include/EST_TVector.h:317:32: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << m(i) << " "; st << endl; ^~In file included from ../include/EST_TSimpleMatrix.h:46:0, from ../include/EST_FMatrix.h:44, from ../include/EST_types.h:47, from ../include/ling_class/EST_Relation.h:45, from ../include/ling_class/EST_Utterance.h:44, from ../include/EST_ling_class.h:44, from ch_lab_main.cc:41:../include/EST_TMatrix.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TMatrix&)': ../include/EST_TMatrix.h:316:13: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (j = 0; j < a.num_columns(); ++j) ^~~../include/EST_TMatrix.h:317:50: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << a.a_no_check(i, j) << " "; st << endl; ^~gcc -O3 -Wall -o ch_lab ch_lab_main.o -L../lib -lestools -L../lib -lestbase -L../lib -leststring -lncurses -ldl -lm -lstdc++gcc -c -fno-implicit-templates -fno-strict-aliasing -Wall -I../include -o ch_track_main.o ch_track_main.ccIn file included from ../include/EST_types.h:44:0, from ../include/EST_string_aux.h:45, from ../include/EST.h:49, from ch_track_main.cc:40:../include/EST_TVector.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TVector&)': ../include/EST_TVector.h:316:9: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (i = 0; i < m.n(); ++i) ^~~../include/EST_TVector.h:317:32: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << m(i) << " "; st << endl; ^~In file included from ../include/EST_TSimpleMatrix.h:46:0, from ../include/EST_FMatrix.h:44, from ../include/EST_types.h:47, from ../include/EST_string_aux.h:45, from ../include/EST.h:49, from ch_track_main.cc:40:../include/EST_TMatrix.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TMatrix&)': ../include/EST_TMatrix.h:316:13: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (j = 0; j < a.num_columns(); ++j) ^~~../include/EST_TMatrix.h:317:50: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << a.a_no_check(i, j) << " "; st << endl; ^~gcc -O3 -Wall -o ch_track ch_track_main.o -L../lib -lestools -L../lib -lestbase -L../lib -leststring -lncurses -ldl -lm -lstdc++gcc -c -fno-implicit-templates -fno-strict-aliasing -Wall -I../include -o ch_wave_main.o ch_wave_main.ccIn file included from ../include/EST_types.h:44:0, from ../include/EST_Features.h:43, from ../include/EST_Featured.h:39, from ../include/EST_Wave.h:45, from ch_wave_main.cc:42:../include/EST_TVector.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TVector&)': ../include/EST_TVector.h:316:9: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (i = 0; i < m.n(); ++i) ^~~../include/EST_TVector.h:317:32: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << m(i) << " "; st << endl; ^~In file included from ../include/EST_TSimpleMatrix.h:46:0, from ../include/EST_FMatrix.h:44, from ../include/EST_types.h:47, from ../include/EST_Features.h:43, from ../include/EST_Featured.h:39, from ../include/EST_Wave.h:45, from ch_wave_main.cc:42:../include/EST_TMatrix.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TMatrix&)': ../include/EST_TMatrix.h:316:13: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (j = 0; j < a.num_columns(); ++j) ^~~../include/EST_TMatrix.h:317:50: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << a.a_no_check(i, j) << " "; st << endl; ^~gcc -O3 -Wall -o ch_wave ch_wave_main.o -L../lib -lestools -L../lib -lestbase -L../lib -leststring -lncurses -ldl -lm -lstdc++gcc -c -fno-implicit-templates -fno-strict-aliasing -Wall -I../include -o na_play_main.o na_play_main.ccIn file included from ../include/EST_types.h:44:0, from ../include/EST_string_aux.h:45, from ../include/EST.h:49, from na_play_main.cc:40:../include/EST_TVector.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TVector&)': ../include/EST_TVector.h:316:9: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (i = 0; i < m.n(); ++i) ^~~../include/EST_TVector.h:317:32: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << m(i) << " "; st << endl; ^~In file included from ../include/EST_TSimpleMatrix.h:46:0, from ../include/EST_FMatrix.h:44, from ../include/EST_types.h:47, from ../include/EST_string_aux.h:45, from ../include/EST.h:49, from na_play_main.cc:40:../include/EST_TMatrix.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TMatrix&)': ../include/EST_TMatrix.h:316:13: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (j = 0; j < a.num_columns(); ++j) ^~~../include/EST_TMatrix.h:317:50: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << a.a_no_check(i, j) << " "; st << endl; ^~gcc -O3 -Wall -o na_play na_play_main.o -L../lib -lestools -L../lib -lestbase -L../lib -leststring -lncurses -ldl -lm -lstdc++gcc -c -fno-implicit-templates -fno-strict-aliasing -Wall -I../include -o na_record_main.o na_record_main.ccIn file included from ../include/EST_types.h:44:0, from ../include/EST_string_aux.h:45, from ../include/EST.h:49, from na_record_main.cc:39:../include/EST_TVector.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TVector&)': ../include/EST_TVector.h:316:9: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (i = 0; i < m.n(); ++i) ^~~../include/EST_TVector.h:317:32: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << m(i) << " "; st << endl; ^~In file included from ../include/EST_TSimpleMatrix.h:46:0, from ../include/EST_FMatrix.h:44, from ../include/EST_types.h:47, from ../include/EST_string_aux.h:45, from ../include/EST.h:49, from na_record_main.cc:39:../include/EST_TMatrix.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TMatrix&)': ../include/EST_TMatrix.h:316:13: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (j = 0; j < a.num_columns(); ++j) ^~~../include/EST_TMatrix.h:317:50: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << a.a_no_check(i, j) << " "; st << endl; ^~gcc -O3 -Wall -o na_record na_record_main.o -L../lib -lestools -L../lib -lestbase -L../lib -leststring -lncurses -ldl -lm -lstdc++gcc -c -fno-implicit-templates -fno-strict-aliasing -Wall -I../include -o sigfilter_main.o sigfilter_main.ccIn file included from ../include/EST_types.h:44:0, from ../include/EST_Features.h:43, from ../include/EST_Featured.h:39, from ../include/EST_Wave.h:45, from sigfilter_main.cc:43:../include/EST_TVector.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TVector&)': ../include/EST_TVector.h:316:9: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (i = 0; i < m.n(); ++i) ^~~../include/EST_TVector.h:317:32: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << m(i) << " "; st << endl; ^~In file included from ../include/EST_TSimpleMatrix.h:46:0, from ../include/EST_FMatrix.h:44, from ../include/EST_types.h:47, from ../include/EST_Features.h:43, from ../include/EST_Featured.h:39, from ../include/EST_Wave.h:45, from sigfilter_main.cc:43:../include/EST_TMatrix.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TMatrix&)': ../include/EST_TMatrix.h:316:13: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (j = 0; j < a.num_columns(); ++j) ^~~../include/EST_TMatrix.h:317:50: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << a.a_no_check(i, j) << " "; st << endl; ^~gcc -O3 -Wall -o sigfilter sigfilter_main.o -L../lib -lestools -L../lib -lestbase -L../lib -leststring -lncurses -ldl -lm -lstdc++gcc -c -fno-implicit-templates -fno-strict-aliasing -Wall -I../include -o sig2fv_main.o sig2fv_main.ccsig2fv_main.cc:190:3: warning: invalid suffix on literal; C++11 requires a space between literal and string macro [-Wliteral-suffix] " default: "DEFAULT_WINDOW"\n\n" ^In file included from ../include/EST_types.h:44:0, from ../include/EST_Features.h:43, from ../include/EST_Featured.h:39, from ../include/EST_Wave.h:45, from ../include/EST_speech_class.h:43, from sig2fv_main.cc:41:../include/EST_TVector.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TVector&)': ../include/EST_TVector.h:316:9: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (i = 0; i < m.n(); ++i) ^~~../include/EST_TVector.h:317:32: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << m(i) << " "; st << endl; ^~In file included from ../include/EST_TSimpleMatrix.h:46:0, from ../include/EST_FMatrix.h:44, from ../include/EST_types.h:47, from ../include/EST_Features.h:43, from ../include/EST_Featured.h:39, from ../include/EST_Wave.h:45, from ../include/EST_speech_class.h:43, from sig2fv_main.cc:41:../include/EST_TMatrix.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TMatrix&)': ../include/EST_TMatrix.h:316:13: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (j = 0; j < a.num_columns(); ++j) ^~~../include/EST_TMatrix.h:317:50: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << a.a_no_check(i, j) << " "; st << endl; ^~gcc -O3 -Wall -o sig2fv sig2fv_main.o -L../lib -lestools -L../lib -lestbase -L../lib -leststring -lncurses -ldl -lm -lstdc++gcc -c -fno-implicit-templates -fno-strict-aliasing -Wall -I../include -o spectgen_main.o spectgen_main.ccIn file included from ../include/EST_types.h:44:0, from ../include/EST_string_aux.h:45, from ../include/EST.h:49, from spectgen_main.cc:40:../include/EST_TVector.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TVector&)': ../include/EST_TVector.h:316:9: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (i = 0; i < m.n(); ++i) ^~~../include/EST_TVector.h:317:32: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << m(i) << " "; st << endl; ^~In file included from ../include/EST_TSimpleMatrix.h:46:0, from ../include/EST_FMatrix.h:44, from ../include/EST_types.h:47, from ../include/EST_string_aux.h:45, from ../include/EST.h:49, from spectgen_main.cc:40:../include/EST_TMatrix.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TMatrix&)': ../include/EST_TMatrix.h:316:13: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (j = 0; j < a.num_columns(); ++j) ^~~../include/EST_TMatrix.h:317:50: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << a.a_no_check(i, j) << " "; st << endl; ^~spectgen_main.cc: In function 'int main(int, char**)':spectgen_main.cc:96:9: warning: variable 'orig_sr' set but not used [-Wunused-but-set-variable] int orig_sr; ^~~~~~~gcc -O3 -Wall -o spectgen spectgen_main.o -L../lib -lestools -L../lib -lestbase -L../lib -leststring -lncurses -ldl -lm -lstdc++gcc -c -fno-implicit-templates -fno-strict-aliasing -Wall -I../include -o pda_main.o pda_main.ccIn file included from ../include/EST_types.h:44:0, from ../include/EST_string_aux.h:45, from ../include/EST.h:49, from pda_main.cc:40:../include/EST_TVector.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TVector&)': ../include/EST_TVector.h:316:9: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (i = 0; i < m.n(); ++i) ^~~../include/EST_TVector.h:317:32: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << m(i) << " "; st << endl; ^~In file included from ../include/EST_TSimpleMatrix.h:46:0, from ../include/EST_FMatrix.h:44, from ../include/EST_types.h:47, from ../include/EST_string_aux.h:45, from ../include/EST.h:49, from pda_main.cc:40:../include/EST_TMatrix.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TMatrix&)': ../include/EST_TMatrix.h:316:13: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (j = 0; j < a.num_columns(); ++j) ^~~../include/EST_TMatrix.h:317:50: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << a.a_no_check(i, j) << " "; st << endl; ^~gcc -O3 -Wall -o pda pda_main.o -L../lib -lestools -L../lib -lestbase -L../lib -leststring -lncurses -ldl -lm -lstdc++gcc -c -fno-implicit-templates -fno-strict-aliasing -Wall -I../include -o pitchmark_main.o pitchmark_main.ccIn file included from ../include/EST_types.h:44:0, from ../include/EST_cmd_line.h:44, from pitchmark_main.cc:44:../include/EST_TVector.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TVector&)': ../include/EST_TVector.h:316:9: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (i = 0; i < m.n(); ++i) ^~~../include/EST_TVector.h:317:32: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << m(i) << " "; st << endl; ^~In file included from ../include/EST_TSimpleMatrix.h:46:0, from ../include/EST_FMatrix.h:44, from ../include/EST_types.h:47, from ../include/EST_cmd_line.h:44, from pitchmark_main.cc:44:../include/EST_TMatrix.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TMatrix&)': ../include/EST_TMatrix.h:316:13: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (j = 0; j < a.num_columns(); ++j) ^~~../include/EST_TMatrix.h:317:50: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << a.a_no_check(i, j) << " "; st << endl; ^~gcc -O3 -Wall -o pitchmark pitchmark_main.o -L../lib -lestools -L../lib -lestbase -L../lib -leststring -lncurses -ldl -lm -lstdc++gcc -c -fno-implicit-templates -fno-strict-aliasing -Wall -I../include -o ngram_test_main.o ngram_test_main.ccIn file included from ../include/EST_types.h:44:0, from ../include/EST_string_aux.h:45, from ../include/EST.h:49, from ngram_test_main.cc:39:../include/EST_TVector.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TVector&)': ../include/EST_TVector.h:316:9: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (i = 0; i < m.n(); ++i) ^~~../include/EST_TVector.h:317:32: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << m(i) << " "; st << endl; ^~In file included from ../include/EST_TSimpleMatrix.h:46:0, from ../include/EST_FMatrix.h:44, from ../include/EST_types.h:47, from ../include/EST_string_aux.h:45, from ../include/EST.h:49, from ngram_test_main.cc:39:../include/EST_TMatrix.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TMatrix&)': ../include/EST_TMatrix.h:316:13: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (j = 0; j < a.num_columns(); ++j) ^~~../include/EST_TMatrix.h:317:50: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << a.a_no_check(i, j) << " "; st << endl; ^~gcc -O3 -Wall -o ngram_test ngram_test_main.o -L../lib -lestools -L../lib -lestbase -L../lib -leststring -lncurses -ldl -lm -lstdc++gcc -c -fno-implicit-templates -fno-strict-aliasing -Wall -I../include -o ngram_build_main.o ngram_build_main.ccIn file included from ../include/EST_types.h:44:0, from ../include/EST_string_aux.h:45, from ../include/EST.h:49, from ngram_build_main.cc:41:../include/EST_TVector.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TVector&)': ../include/EST_TVector.h:316:9: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (i = 0; i < m.n(); ++i) ^~~../include/EST_TVector.h:317:32: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << m(i) << " "; st << endl; ^~In file included from ../include/EST_TSimpleMatrix.h:46:0, from ../include/EST_FMatrix.h:44, from ../include/EST_types.h:47, from ../include/EST_string_aux.h:45, from ../include/EST.h:49, from ngram_build_main.cc:41:../include/EST_TMatrix.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TMatrix&)': ../include/EST_TMatrix.h:316:13: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (j = 0; j < a.num_columns(); ++j) ^~~../include/EST_TMatrix.h:317:50: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << a.a_no_check(i, j) << " "; st << endl; ^~gcc -O3 -Wall -o ngram_build ngram_build_main.o -L../lib -lestools -L../lib -lestbase -L../lib -leststring -lncurses -ldl -lm -lstdc++gcc -c -fno-implicit-templates -fno-strict-aliasing -Wall -I../include -o tilt_synthesis_main.o tilt_synthesis_main.ccIn file included from ../include/EST_types.h:44:0, from ../include/EST_cmd_line.h:44, from tilt_synthesis_main.cc:40:../include/EST_TVector.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TVector&)': ../include/EST_TVector.h:316:9: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (i = 0; i < m.n(); ++i) ^~~../include/EST_TVector.h:317:32: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << m(i) << " "; st << endl; ^~In file included from ../include/EST_TSimpleMatrix.h:46:0, from ../include/EST_FMatrix.h:44, from ../include/EST_types.h:47, from ../include/EST_cmd_line.h:44, from tilt_synthesis_main.cc:40:../include/EST_TMatrix.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TMatrix&)': ../include/EST_TMatrix.h:316:13: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (j = 0; j < a.num_columns(); ++j) ^~~../include/EST_TMatrix.h:317:50: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << a.a_no_check(i, j) << " "; st << endl; ^~In file included from ../include/ling_class/EST_Relation.h:48:0, from ../include/EST_tilt.h:42, from tilt_synthesis_main.cc:41:../include/ling_class/EST_Item.h: In member function 'const EST_Val EST_Item::f(const EST_String&) const':../include/ling_class/EST_Item.h:257:2: warning: nonnull argument 'this' compared to NULL [-Wnonnull-compare] if (this == 0) ^~../include/ling_class/EST_Item.h: In member function 'EST_Item* EST_Item::next() const':../include/ling_class/EST_Item.h:342:47: warning: nonnull argument 'this' compared to NULL [-Wnonnull-compare] EST_Item *next() const { return this == 0 ? 0 : n; } ~~~~~~~~~~^~~~~~~gcc -O3 -Wall -o tilt_synthesis tilt_synthesis_main.o -L../lib -lestools -L../lib -lestbase -L../lib -leststring -lncurses -ldl -lm -lstdc++gcc -c -fno-implicit-templates -fno-strict-aliasing -Wall -I../include -o tilt_analysis_main.o tilt_analysis_main.ccIn file included from ../include/EST_types.h:44:0, from ../include/ling_class/EST_Relation.h:45, from ../include/EST_tilt.h:42, from tilt_analysis_main.cc:41:../include/EST_TVector.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TVector&)': ../include/EST_TVector.h:316:9: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (i = 0; i < m.n(); ++i) ^~~../include/EST_TVector.h:317:32: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << m(i) << " "; st << endl; ^~In file included from ../include/EST_TSimpleMatrix.h:46:0, from ../include/EST_FMatrix.h:44, from ../include/EST_types.h:47, from ../include/ling_class/EST_Relation.h:45, from ../include/EST_tilt.h:42, from tilt_analysis_main.cc:41:../include/EST_TMatrix.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TMatrix&)': ../include/EST_TMatrix.h:316:13: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (j = 0; j < a.num_columns(); ++j) ^~~../include/EST_TMatrix.h:317:50: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << a.a_no_check(i, j) << " "; st << endl; ^~gcc -O3 -Wall -o tilt_analysis tilt_analysis_main.o -L../lib -lestools -L../lib -lestbase -L../lib -leststring -lncurses -ldl -lm -lstdc++gcc -c -fno-implicit-templates -fno-strict-aliasing -Wall -I../include -o viterbi_main.o viterbi_main.ccIn file included from ../include/EST_types.h:44:0, from ../include/EST_string_aux.h:45, from ../include/EST.h:49, from viterbi_main.cc:43:../include/EST_TVector.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TVector&)': ../include/EST_TVector.h:316:9: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (i = 0; i < m.n(); ++i) ^~~../include/EST_TVector.h:317:32: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << m(i) << " "; st << endl; ^~In file included from ../include/EST_TSimpleMatrix.h:46:0, from ../include/EST_FMatrix.h:44, from ../include/EST_types.h:47, from ../include/EST_string_aux.h:45, from ../include/EST.h:49, from viterbi_main.cc:43:../include/EST_TMatrix.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TMatrix&)': ../include/EST_TMatrix.h:316:13: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (j = 0; j < a.num_columns(); ++j) ^~~../include/EST_TMatrix.h:317:50: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << a.a_no_check(i, j) << " "; st << endl; ^~viterbi_main.cc: In function 'void top_n_candidates(EST_VTCandidate*&)':viterbi_main.cc:808:2: warning: this 'else' clause does not guard... [-Wmisleading-indentation] else ^~~~viterbi_main.cc:812:6: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'else' this_best->next = top_c; ^~~~~~~~~In file included from ../include/ling_class/EST_Relation.h:48:0, from ../include/EST_wave_aux.h:52, from ../include/EST_speech_class.h:44, from ../include/EST.h:62, from viterbi_main.cc:43:../include/ling_class/EST_Item.h: In member function 'void EST_Item::set_name(const EST_String&) const':../include/ling_class/EST_Item.h:249:7: warning: nonnull argument 'this' compared to NULL [-Wnonnull-compare] { if (this != 0) p_contents->set_name(name); } ^~../include/ling_class/EST_Item.h: In member function 'const EST_Val EST_Item::f(const EST_String&) const':../include/ling_class/EST_Item.h:257:2: warning: nonnull argument 'this' compared to NULL [-Wnonnull-compare] if (this == 0) ^~../include/ling_class/EST_Item.h: In member function 'EST_Item* EST_Item::next() const':../include/ling_class/EST_Item.h:342:47: warning: nonnull argument 'this' compared to NULL [-Wnonnull-compare] EST_Item *next() const { return this == 0 ? 0 : n; } ~~~~~~~~~~^~~~~~~gcc -O3 -Wall -o viterbi viterbi_main.o -L../lib -lestools -L../lib -lestbase -L../lib -leststring -lncurses -ldl -lm -lstdc++gcc -c -fno-implicit-templates -fno-strict-aliasing -Wall -I../include -o dp_main.o dp_main.ccIn file included from ../include/EST_types.h:44:0, from ../include/EST_string_aux.h:45, from ../include/EST.h:49, from dp_main.cc:43:../include/EST_TVector.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TVector&)': ../include/EST_TVector.h:316:9: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (i = 0; i < m.n(); ++i) ^~~../include/EST_TVector.h:317:32: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << m(i) << " "; st << endl; ^~In file included from ../include/EST_TSimpleMatrix.h:46:0, from ../include/EST_FMatrix.h:44, from ../include/EST_types.h:47, from ../include/EST_string_aux.h:45, from ../include/EST.h:49, from dp_main.cc:43:../include/EST_TMatrix.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TMatrix&)': ../include/EST_TMatrix.h:316:13: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (j = 0; j < a.num_columns(); ++j) ^~~../include/EST_TMatrix.h:317:50: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << a.a_no_check(i, j) << " "; st << endl; ^~In file included from ../include/ling_class/EST_Relation.h:48:0, from ../include/EST_wave_aux.h:52, from ../include/EST_speech_class.h:44, from ../include/EST.h:62, from dp_main.cc:43:../include/ling_class/EST_Item.h: In member function 'void EST_Item::set_name(const EST_String&) const':../include/ling_class/EST_Item.h:249:7: warning: nonnull argument 'this' compared to NULL [-Wnonnull-compare] { if (this != 0) p_contents->set_name(name); } ^~../include/ling_class/EST_Item.h: In member function 'const EST_Val EST_Item::f(const EST_String&, const EST_Val&) const':../include/ling_class/EST_Item.h:292:2: warning: nonnull argument 'this' compared to NULL [-Wnonnull-compare] if (this == 0) ^~gcc -O3 -Wall -o dp dp_main.o -L../lib -lestools -L../lib -lestbase -L../lib -leststring -lncurses -ldl -lm -lstdc++gcc -c -fno-implicit-templates -fno-strict-aliasing -Wall -I../include -o bcat_main.o bcat_main.ccIn file included from ../include/EST_types.h:44:0, from ../include/EST_string_aux.h:45, from ../include/EST.h:49, from bcat_main.cc:44:../include/EST_TVector.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TVector&)': ../include/EST_TVector.h:316:9: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (i = 0; i < m.n(); ++i) ^~~../include/EST_TVector.h:317:32: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << m(i) << " "; st << endl; ^~In file included from ../include/EST_TSimpleMatrix.h:46:0, from ../include/EST_FMatrix.h:44, from ../include/EST_types.h:47, from ../include/EST_string_aux.h:45, from ../include/EST.h:49, from bcat_main.cc:44:../include/EST_TMatrix.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TMatrix&)': ../include/EST_TMatrix.h:316:13: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (j = 0; j < a.num_columns(); ++j) ^~~../include/EST_TMatrix.h:317:50: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << a.a_no_check(i, j) << " "; st << endl; ^~gcc -O3 -Wall -o bcat bcat_main.o -L../lib -lestools -L../lib -lestbase -L../lib -leststring -lncurses -ldl -lm -lstdc++gcc -c -fno-implicit-templates -fno-strict-aliasing -Wall -I../include -o ch_utt_main.o ch_utt_main.ccIn file included from ../include/EST_types.h:44:0, from ../include/ling_class/EST_Relation.h:45, from ../include/ling_class/EST_Utterance.h:44, from ../include/EST_ling_class.h:44, from ch_utt_main.cc:43:../include/EST_TVector.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TVector&)': ../include/EST_TVector.h:316:9: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (i = 0; i < m.n(); ++i) ^~~../include/EST_TVector.h:317:32: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << m(i) << " "; st << endl; ^~In file included from ../include/EST_TSimpleMatrix.h:46:0, from ../include/EST_FMatrix.h:44, from ../include/EST_types.h:47, from ../include/ling_class/EST_Relation.h:45, from ../include/ling_class/EST_Utterance.h:44, from ../include/EST_ling_class.h:44, from ch_utt_main.cc:43:../include/EST_TMatrix.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TMatrix&)': ../include/EST_TMatrix.h:316:13: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (j = 0; j < a.num_columns(); ++j) ^~~../include/EST_TMatrix.h:317:50: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << a.a_no_check(i, j) << " "; st << endl; ^~gcc -O3 -Wall -o ch_utt ch_utt_main.o -L../lib -lestools -L../lib -lestbase -L../lib -leststring -lncurses -ldl -lm -lstdc++gcc -c -fno-implicit-templates -fno-strict-aliasing -Wall -I../include -o design_filter_main.o design_filter_main.ccIn file included from ../include/EST_types.h:44:0, from ../include/EST_Features.h:43, from ../include/EST_Featured.h:39, from ../include/EST_Wave.h:45, from design_filter_main.cc:43:../include/EST_TVector.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TVector&)': ../include/EST_TVector.h:316:9: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (i = 0; i < m.n(); ++i) ^~~../include/EST_TVector.h:317:32: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << m(i) << " "; st << endl; ^~In file included from ../include/EST_TSimpleMatrix.h:46:0, from ../include/EST_FMatrix.h:44, from ../include/EST_types.h:47, from ../include/EST_Features.h:43, from ../include/EST_Featured.h:39, from ../include/EST_Wave.h:45, from design_filter_main.cc:43:../include/EST_TMatrix.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TMatrix&)': ../include/EST_TMatrix.h:316:13: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (j = 0; j < a.num_columns(); ++j) ^~~../include/EST_TMatrix.h:317:50: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << a.a_no_check(i, j) << " "; st << endl; ^~gcc -O3 -Wall -o design_filter design_filter_main.o -L../lib -lestools -L../lib -lestbase -L../lib -leststring -lncurses -ldl -lm -lstdc++gcc -c -fno-implicit-templates -fno-strict-aliasing -Wall -I../include -o align_main.o align_main.ccIn file included from ../include/EST_types.h:44:0, from ../include/EST_string_aux.h:45, from ../include/EST.h:49, from align_main.cc:46:../include/EST_TVector.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TVector&)': ../include/EST_TVector.h:316:9: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (i = 0; i < m.n(); ++i) ^~~../include/EST_TVector.h:317:32: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << m(i) << " "; st << endl; ^~In file included from ../include/EST_TSimpleMatrix.h:46:0, from ../include/EST_FMatrix.h:44, from ../include/EST_types.h:47, from ../include/EST_string_aux.h:45, from ../include/EST.h:49, from align_main.cc:46:../include/EST_TMatrix.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TMatrix&)': ../include/EST_TMatrix.h:316:13: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (j = 0; j < a.num_columns(); ++j) ^~~../include/EST_TMatrix.h:317:50: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << a.a_no_check(i, j) << " "; st << endl; ^~In file included from ../include/ling_class/EST_Relation.h:48:0, from ../include/EST_wave_aux.h:52, from ../include/EST_speech_class.h:44, from ../include/EST.h:62, from align_main.cc:46:../include/ling_class/EST_Item.h: In member function 'void EST_Item::set_name(const EST_String&) const':../include/ling_class/EST_Item.h:249:7: warning: nonnull argument 'this' compared to NULL [-Wnonnull-compare] { if (this != 0) p_contents->set_name(name); } ^~../include/ling_class/EST_Item.h: In member function 'const EST_Val EST_Item::f(const EST_String&, const EST_Val&) const':../include/ling_class/EST_Item.h:292:2: warning: nonnull argument 'this' compared to NULL [-Wnonnull-compare] if (this == 0) ^~../include/ling_class/EST_Item.h: In member function 'EST_Item* EST_Item::next() const':../include/ling_class/EST_Item.h:342:47: warning: nonnull argument 'this' compared to NULL [-Wnonnull-compare] EST_Item *next() const { return this == 0 ? 0 : n; } ~~~~~~~~~~^~~~~~~../include/ling_class/EST_Item.h: In member function 'EST_Item* EST_Item::prev() const':../include/ling_class/EST_Item.h:344:47: warning: nonnull argument 'this' compared to NULL [-Wnonnull-compare] EST_Item *prev() const { return this == 0 ? 0 : p; } ~~~~~~~~~~^~~~~~~../include/ling_class/EST_Item.h: In member function 'EST_Item* EST_Item::down() const':../include/ling_class/EST_Item.h:346:47: warning: nonnull argument 'this' compared to NULL [-Wnonnull-compare] EST_Item *down() const { return this == 0 ? 0 : d; } ~~~~~~~~~~^~~~~~~gcc -O3 -Wall -o align align_main.o -L../lib -lestools -L../lib -lestbase -L../lib -leststring -lncurses -ldl -lm -lstdc++gcc -c -fno-implicit-templates -fno-strict-aliasing -Wall -I../include -o siod_main.o siod_main.ccIn file included from ../include/EST_types.h:44:0, from ../include/EST_cmd_line.h:44, from siod_main.cc:41:../include/EST_TVector.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TVector&)': ../include/EST_TVector.h:316:9: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (i = 0; i < m.n(); ++i) ^~~../include/EST_TVector.h:317:32: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << m(i) << " "; st << endl; ^~In file included from ../include/EST_TSimpleMatrix.h:46:0, from ../include/EST_FMatrix.h:44, from ../include/EST_types.h:47, from ../include/EST_cmd_line.h:44, from siod_main.cc:41:../include/EST_TMatrix.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TMatrix&)': ../include/EST_TMatrix.h:316:13: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (j = 0; j < a.num_columns(); ++j) ^~~../include/EST_TMatrix.h:317:50: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << a.a_no_check(i, j) << " "; st << endl; ^~gcc -O3 -Wall -o siod siod_main.o -L../lib -lestools -L../lib -lestbase -L../lib -leststring -lncurses -ldl -lm -lstdc++gcc -c -fno-implicit-templates -fno-strict-aliasing -Wall -I../include -o wagon_main.o wagon_main.ccIn file included from ../include/EST_Wagon.h:45:0, from wagon_main.cc:49:../include/EST_TVector.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TVector&)': ../include/EST_TVector.h:316:9: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (i = 0; i < m.n(); ++i) ^~~../include/EST_TVector.h:317:32: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << m(i) << " "; st << endl; ^~In file included from ../include/EST_TSimpleMatrix.h:46:0, from ../include/EST_FMatrix.h:44, from ../include/EST_types.h:47, from ../include/EST_simplestats.h:48, from ../include/EST_Wagon.h:47, from wagon_main.cc:49:../include/EST_TMatrix.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TMatrix&)': ../include/EST_TMatrix.h:316:13: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (j = 0; j < a.num_columns(); ++j) ^~~../include/EST_TMatrix.h:317:50: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << a.a_no_check(i, j) << " "; st << endl; ^~gcc -O3 -Wall -o wagon wagon_main.o -L../lib -lestools -L../lib -lestbase -L../lib -leststring -lncurses -ldl -lm -lstdc++gcc -c -fno-implicit-templates -fno-strict-aliasing -Wall -I../include -o wagon_test_main.o wagon_test_main.ccIn file included from ../include/EST_Wagon.h:45:0, from wagon_test_main.cc:44:../include/EST_TVector.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TVector&)': ../include/EST_TVector.h:316:9: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (i = 0; i < m.n(); ++i) ^~~../include/EST_TVector.h:317:32: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << m(i) << " "; st << endl; ^~In file included from ../include/EST_TSimpleMatrix.h:46:0, from ../include/EST_FMatrix.h:44, from ../include/EST_types.h:47, from ../include/EST_simplestats.h:48, from ../include/EST_Wagon.h:47, from wagon_test_main.cc:44:../include/EST_TMatrix.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TMatrix&)': ../include/EST_TMatrix.h:316:13: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (j = 0; j < a.num_columns(); ++j) ^~~../include/EST_TMatrix.h:317:50: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << a.a_no_check(i, j) << " "; st << endl; ^~gcc -O3 -Wall -o wagon_test wagon_test_main.o -L../lib -lestools -L../lib -lestbase -L../lib -leststring -lncurses -ldl -lm -lstdc++gcc -c -fno-implicit-templates -fno-strict-aliasing -Wall -I../include -o scfg_make_main.o scfg_make_main.ccIn file included from ../include/EST_types.h:44:0, from ../include/EST_string_aux.h:45, from ../include/EST.h:49, from scfg_make_main.cc:47:../include/EST_TVector.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TVector&)': ../include/EST_TVector.h:316:9: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (i = 0; i < m.n(); ++i) ^~~../include/EST_TVector.h:317:32: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << m(i) << " "; st << endl; ^~In file included from ../include/EST_TSimpleMatrix.h:46:0, from ../include/EST_FMatrix.h:44, from ../include/EST_types.h:47, from ../include/EST_string_aux.h:45, from ../include/EST.h:49, from scfg_make_main.cc:47:../include/EST_TMatrix.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TMatrix&)': ../include/EST_TMatrix.h:316:13: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (j = 0; j < a.num_columns(); ++j) ^~~../include/EST_TMatrix.h:317:50: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << a.a_no_check(i, j) << " "; st << endl; ^~gcc -O3 -Wall -o scfg_make scfg_make_main.o -L../lib -lestools -L../lib -lestbase -L../lib -leststring -lncurses -ldl -lm -lstdc++gcc -c -fno-implicit-templates -fno-strict-aliasing -Wall -I../include -o scfg_train_main.o scfg_train_main.ccIn file included from ../include/EST_types.h:44:0, from ../include/EST_cmd_line.h:44, from scfg_train_main.cc:48:../include/EST_TVector.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TVector&)': ../include/EST_TVector.h:316:9: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (i = 0; i < m.n(); ++i) ^~~../include/EST_TVector.h:317:32: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << m(i) << " "; st << endl; ^~In file included from ../include/EST_TSimpleMatrix.h:46:0, from ../include/EST_FMatrix.h:44, from ../include/EST_types.h:47, from ../include/EST_cmd_line.h:44, from scfg_train_main.cc:48:../include/EST_TMatrix.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TMatrix&)': ../include/EST_TMatrix.h:316:13: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (j = 0; j < a.num_columns(); ++j) ^~~../include/EST_TMatrix.h:317:50: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << a.a_no_check(i, j) << " "; st << endl; ^~gcc -O3 -Wall -o scfg_train scfg_train_main.o -L../lib -lestools -L../lib -lestbase -L../lib -leststring -lncurses -ldl -lm -lstdc++gcc -c -fno-implicit-templates -fno-strict-aliasing -Wall -I../include -o scfg_test_main.o scfg_test_main.ccIn file included from ../include/EST_types.h:44:0, from ../include/EST_string_aux.h:45, from ../include/EST.h:49, from scfg_test_main.cc:47:../include/EST_TVector.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TVector&)': ../include/EST_TVector.h:316:9: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (i = 0; i < m.n(); ++i) ^~~../include/EST_TVector.h:317:32: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << m(i) << " "; st << endl; ^~In file included from ../include/EST_TSimpleMatrix.h:46:0, from ../include/EST_FMatrix.h:44, from ../include/EST_types.h:47, from ../include/EST_string_aux.h:45, from ../include/EST.h:49, from scfg_test_main.cc:47:../include/EST_TMatrix.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TMatrix&)': ../include/EST_TMatrix.h:316:13: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (j = 0; j < a.num_columns(); ++j) ^~~../include/EST_TMatrix.h:317:50: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << a.a_no_check(i, j) << " "; st << endl; ^~gcc -O3 -Wall -o scfg_test scfg_test_main.o -L../lib -lestools -L../lib -lestbase -L../lib -leststring -lncurses -ldl -lm -lstdc++gcc -c -fno-implicit-templates -fno-strict-aliasing -Wall -I../include -o scfg_parse_main.o scfg_parse_main.ccIn file included from ../include/EST_types.h:44:0, from ../include/EST_string_aux.h:45, from ../include/EST.h:49, from scfg_parse_main.cc:45:../include/EST_TVector.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TVector&)': ../include/EST_TVector.h:316:9: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (i = 0; i < m.n(); ++i) ^~~../include/EST_TVector.h:317:32: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << m(i) << " "; st << endl; ^~In file included from ../include/EST_TSimpleMatrix.h:46:0, from ../include/EST_FMatrix.h:44, from ../include/EST_types.h:47, from ../include/EST_string_aux.h:45, from ../include/EST.h:49, from scfg_parse_main.cc:45:../include/EST_TMatrix.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TMatrix&)': ../include/EST_TMatrix.h:316:13: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (j = 0; j < a.num_columns(); ++j) ^~~../include/EST_TMatrix.h:317:50: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << a.a_no_check(i, j) << " "; st << endl; ^~gcc -O3 -Wall -o scfg_parse scfg_parse_main.o -L../lib -lestools -L../lib -lestbase -L../lib -leststring -lncurses -ldl -lm -lstdc++gcc -c -fno-implicit-templates -fno-strict-aliasing -Wall -I../include -o wfst_build_main.o wfst_build_main.ccIn file included from ../include/EST_types.h:44:0, from ../include/EST_string_aux.h:45, from ../include/EST.h:49, from wfst_build_main.cc:57:../include/EST_TVector.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TVector&)': ../include/EST_TVector.h:316:9: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (i = 0; i < m.n(); ++i) ^~~../include/EST_TVector.h:317:32: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << m(i) << " "; st << endl; ^~In file included from ../include/EST_TSimpleMatrix.h:46:0, from ../include/EST_FMatrix.h:44, from ../include/EST_types.h:47, from ../include/EST_string_aux.h:45, from ../include/EST.h:49, from wfst_build_main.cc:57:../include/EST_TMatrix.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TMatrix&)': ../include/EST_TMatrix.h:316:13: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (j = 0; j < a.num_columns(); ++j) ^~~../include/EST_TMatrix.h:317:50: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << a.a_no_check(i, j) << " "; st << endl; ^~gcc -O3 -Wall -o wfst_build wfst_build_main.o -L../lib -lestools -L../lib -lestbase -L../lib -leststring -lncurses -ldl -lm -lstdc++gcc -c -fno-implicit-templates -fno-strict-aliasing -Wall -I../include -o wfst_run_main.o wfst_run_main.ccIn file included from ../include/EST_types.h:44:0, from ../include/EST_string_aux.h:45, from ../include/EST.h:49, from wfst_run_main.cc:44:../include/EST_TVector.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TVector&)': ../include/EST_TVector.h:316:9: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (i = 0; i < m.n(); ++i) ^~~../include/EST_TVector.h:317:32: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << m(i) << " "; st << endl; ^~In file included from ../include/EST_TSimpleMatrix.h:46:0, from ../include/EST_FMatrix.h:44, from ../include/EST_types.h:47, from ../include/EST_string_aux.h:45, from ../include/EST.h:49, from wfst_run_main.cc:44:../include/EST_TMatrix.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TMatrix&)': ../include/EST_TMatrix.h:316:13: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (j = 0; j < a.num_columns(); ++j) ^~~../include/EST_TMatrix.h:317:50: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << a.a_no_check(i, j) << " "; st << endl; ^~gcc -O3 -Wall -o wfst_run wfst_run_main.o -L../lib -lestools -L../lib -lestbase -L../lib -leststring -lncurses -ldl -lm -lstdc++gcc -c -fno-implicit-templates -fno-strict-aliasing -Wall -I../include -o wfst_train_main.o wfst_train_main.ccIn file included from ../include/EST_types.h:44:0, from ../include/EST_string_aux.h:45, from ../include/EST.h:49, from wfst_train_main.cc:44:../include/EST_TVector.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TVector&)': ../include/EST_TVector.h:316:9: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (i = 0; i < m.n(); ++i) ^~~../include/EST_TVector.h:317:32: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << m(i) << " "; st << endl; ^~In file included from ../include/EST_TSimpleMatrix.h:46:0, from ../include/EST_FMatrix.h:44, from ../include/EST_types.h:47, from ../include/EST_string_aux.h:45, from ../include/EST.h:49, from wfst_train_main.cc:44:../include/EST_TMatrix.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TMatrix&)': ../include/EST_TMatrix.h:316:13: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (j = 0; j < a.num_columns(); ++j) ^~~../include/EST_TMatrix.h:317:50: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << a.a_no_check(i, j) << " "; st << endl; ^~gcc -O3 -Wall -o wfst_train wfst_train_main.o -L../lib -lestools -L../lib -lestbase -L../lib -leststring -lncurses -ldl -lm -lstdc++gcc -c -fno-implicit-templates -fno-strict-aliasing -Wall -I../include -o ols_main.o ols_main.ccIn file included from ../include/EST_Wagon.h:45:0, from ols_main.cc:43:../include/EST_TVector.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TVector&)': ../include/EST_TVector.h:316:9: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (i = 0; i < m.n(); ++i) ^~~../include/EST_TVector.h:317:32: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << m(i) << " "; st << endl; ^~In file included from ../include/EST_TSimpleMatrix.h:46:0, from ../include/EST_FMatrix.h:44, from ../include/EST_types.h:47, from ../include/EST_simplestats.h:48, from ../include/EST_Wagon.h:47, from ols_main.cc:43:../include/EST_TMatrix.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TMatrix&)': ../include/EST_TMatrix.h:316:13: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (j = 0; j < a.num_columns(); ++j) ^~~../include/EST_TMatrix.h:317:50: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << a.a_no_check(i, j) << " "; st << endl; ^~gcc -O3 -Wall -o ols ols_main.o -L../lib -lestools -L../lib -lestbase -L../lib -leststring -lncurses -ldl -lm -lstdc++gcc -c -fno-implicit-templates -fno-strict-aliasing -Wall -I../include -o ols_test_main.o ols_test_main.ccIn file included from ../include/EST_Wagon.h:45:0, from ols_test_main.cc:43:../include/EST_TVector.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TVector&)': ../include/EST_TVector.h:316:9: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (i = 0; i < m.n(); ++i) ^~~../include/EST_TVector.h:317:32: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << m(i) << " "; st << endl; ^~In file included from ../include/EST_TSimpleMatrix.h:46:0, from ../include/EST_FMatrix.h:44, from ../include/EST_types.h:47, from ../include/EST_simplestats.h:48, from ../include/EST_Wagon.h:47, from ols_test_main.cc:43:../include/EST_TMatrix.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TMatrix&)': ../include/EST_TMatrix.h:316:13: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (j = 0; j < a.num_columns(); ++j) ^~~../include/EST_TMatrix.h:317:50: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << a.a_no_check(i, j) << " "; st << endl; ^~gcc -O3 -Wall -o ols_test ols_test_main.o -L../lib -lestools -L../lib -lestbase -L../lib -leststring -lncurses -ldl -lm -lstdc++gcc -c -fno-implicit-templates -fno-strict-aliasing -Wall -I../include -o xml_parser_main.o xml_parser_main.ccIn file included from ../include/EST_types.h:44:0, from ../include/EST_cmd_line.h:44, from xml_parser_main.cc:46:../include/EST_TVector.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TVector&)': ../include/EST_TVector.h:316:9: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (i = 0; i < m.n(); ++i) ^~~../include/EST_TVector.h:317:32: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << m(i) << " "; st << endl; ^~In file included from ../include/EST_TSimpleMatrix.h:46:0, from ../include/EST_FMatrix.h:44, from ../include/EST_types.h:47, from ../include/EST_cmd_line.h:44, from xml_parser_main.cc:46:../include/EST_TMatrix.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TMatrix&)': ../include/EST_TMatrix.h:316:13: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (j = 0; j < a.num_columns(); ++j) ^~~../include/EST_TMatrix.h:317:50: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << a.a_no_check(i, j) << " "; st << endl; ^~gcc -O3 -Wall -o xml_parser xml_parser_main.o -L../lib -lestools -L../lib -lestbase -L../lib -leststring -lncurses -ldl -lm -lstdc++Making in directory ./scripts ...Making in directory ./testsuite ...making dependencies -- xml_example.cc string_example.cc hash_example.cc pathname_example.cc track_example.cc token_example.cc complex_example.cc list_example.cc kvl_example.cc handle_example.cc named_enum_example.cc deq_example.cc ling_example.cc feature_example.cc xml_regression.cc string_regression.cc hash_regression.cc pathname_regression.cc track_regression.cc token_regression.cc complex_regression.cc list_regression.cc kvl_regression.cc handle_regression.cc named_enum_regression.cc deq_regression.cc ling_regression.cc feature_regression.cc gcc -c -fno-implicit-templates -fno-strict-aliasing -Wall -DDATA="\"/tmp/festival/src/speech_tools/lib/example_data\"" -DTVECTOR_BOUNDS_CHECKING -I../include -DINSTANTIATE_TEMPLATES xml_example.ccIn file included from ../include/EST_TDeque.h:38:0, from ../include/rxp/XML_Parser.h:50, from xml_example.cc:43:../include/EST_TVector.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TVector&)': ../include/EST_TVector.h:316:9: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (i = 0; i < m.n(); ++i) ^~~../include/EST_TVector.h:317:32: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << m(i) << " "; st << endl; ^~gcc -fno-implicit-templates -fno-strict-aliasing -Wall -o xml_example xml_example.o -L../lib -lestools -L../lib -lestbase -L../lib -leststring -lncurses -ldl -lm -lstdc++ gcc -c -fno-implicit-templates -fno-strict-aliasing -Wall -DDATA="\"/tmp/festival/src/speech_tools/lib/example_data\"" -DTVECTOR_BOUNDS_CHECKING -I../include -DINSTANTIATE_TEMPLATES string_example.ccgcc -fno-implicit-templates -fno-strict-aliasing -Wall -o string_example string_example.o -L../lib -lestools -L../lib -lestbase -L../lib -leststring -lncurses -ldl -lm -lstdc++ gcc -c -fno-implicit-templates -fno-strict-aliasing -Wall -DDATA="\"/tmp/festival/src/speech_tools/lib/example_data\"" -DTVECTOR_BOUNDS_CHECKING -I../include -DINSTANTIATE_TEMPLATES hash_example.ccgcc -fno-implicit-templates -fno-strict-aliasing -Wall -o hash_example hash_example.o -L../lib -lestools -L../lib -lestbase -L../lib -leststring -lncurses -ldl -lm -lstdc++ gcc -c -fno-implicit-templates -fno-strict-aliasing -Wall -DDATA="\"/tmp/festival/src/speech_tools/lib/example_data\"" -DTVECTOR_BOUNDS_CHECKING -I../include -DINSTANTIATE_TEMPLATES pathname_example.ccgcc -fno-implicit-templates -fno-strict-aliasing -Wall -o pathname_example pathname_example.o -L../lib -lestools -L../lib -lestbase -L../lib -leststring -lncurses -ldl -lm -lstdc++ gcc -c -fno-implicit-templates -fno-strict-aliasing -Wall -DDATA="\"/tmp/festival/src/speech_tools/lib/example_data\"" -DTVECTOR_BOUNDS_CHECKING -I../include -DINSTANTIATE_TEMPLATES track_example.ccIn file included from ../include/EST_TMatrix.h:49:0, from ../include/EST_TSimpleMatrix.h:46, from ../include/EST_FMatrix.h:44, from ../include/EST_Track.h:46, from track_example.cc:44:../include/EST_TVector.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TVector&)': ../include/EST_TVector.h:316:9: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (i = 0; i < m.n(); ++i) ^~~../include/EST_TVector.h:317:32: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << m(i) << " "; st << endl; ^~In file included from ../include/EST_TSimpleMatrix.h:46:0, from ../include/EST_FMatrix.h:44, from ../include/EST_Track.h:46, from track_example.cc:44:../include/EST_TMatrix.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TMatrix&)': ../include/EST_TMatrix.h:316:13: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (j = 0; j < a.num_columns(); ++j) ^~~../include/EST_TMatrix.h:317:50: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << a.a_no_check(i, j) << " "; st << endl; ^~gcc -fno-implicit-templates -fno-strict-aliasing -Wall -o track_example track_example.o -L../lib -lestools -L../lib -lestbase -L../lib -leststring -lncurses -ldl -lm -lstdc++ gcc -c -fno-implicit-templates -fno-strict-aliasing -Wall -DDATA="\"/tmp/festival/src/speech_tools/lib/example_data\"" -DTVECTOR_BOUNDS_CHECKING -I../include -DINSTANTIATE_TEMPLATES token_example.ccgcc -fno-implicit-templates -fno-strict-aliasing -Wall -o token_example token_example.o -L../lib -lestools -L../lib -lestbase -L../lib -leststring -lncurses -ldl -lm -lstdc++ gcc -c -fno-implicit-templates -fno-strict-aliasing -Wall -DDATA="\"/tmp/festival/src/speech_tools/lib/example_data\"" -DTVECTOR_BOUNDS_CHECKING -I../include -DINSTANTIATE_TEMPLATES complex_example.ccgcc -fno-implicit-templates -fno-strict-aliasing -Wall -o complex_example complex_example.o -L../lib -lestools -L../lib -lestbase -L../lib -leststring -lncurses -ldl -lm -lstdc++ gcc -c -fno-implicit-templates -fno-strict-aliasing -Wall -DDATA="\"/tmp/festival/src/speech_tools/lib/example_data\"" -DTVECTOR_BOUNDS_CHECKING -I../include -DINSTANTIATE_TEMPLATES list_example.ccIn file included from ../include/EST_TMatrix.h:49:0, from ../include/EST_util_class.h:46, from list_example.cc:44:../include/EST_TVector.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TVector&)': ../include/EST_TVector.h:316:9: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (i = 0; i < m.n(); ++i) ^~~../include/EST_TVector.h:317:32: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << m(i) << " "; st << endl; ^~In file included from ../include/EST_util_class.h:46:0, from list_example.cc:44:../include/EST_TMatrix.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TMatrix&)': ../include/EST_TMatrix.h:316:13: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (j = 0; j < a.num_columns(); ++j) ^~~../include/EST_TMatrix.h:317:50: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << a.a_no_check(i, j) << " "; st << endl; ^~gcc -fno-implicit-templates -fno-strict-aliasing -Wall -o list_example list_example.o -L../lib -lestools -L../lib -lestbase -L../lib -leststring -lncurses -ldl -lm -lstdc++ gcc -c -fno-implicit-templates -fno-strict-aliasing -Wall -DDATA="\"/tmp/festival/src/speech_tools/lib/example_data\"" -DTVECTOR_BOUNDS_CHECKING -I../include -DINSTANTIATE_TEMPLATES kvl_example.ccIn file included from ../include/EST_TMatrix.h:49:0, from ../include/EST_util_class.h:46, from kvl_example.cc:43:../include/EST_TVector.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TVector&)': ../include/EST_TVector.h:316:9: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (i = 0; i < m.n(); ++i) ^~~../include/EST_TVector.h:317:32: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << m(i) << " "; st << endl; ^~In file included from ../include/EST_util_class.h:46:0, from kvl_example.cc:43:../include/EST_TMatrix.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TMatrix&)': ../include/EST_TMatrix.h:316:13: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (j = 0; j < a.num_columns(); ++j) ^~~../include/EST_TMatrix.h:317:50: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << a.a_no_check(i, j) << " "; st << endl; ^~gcc -fno-implicit-templates -fno-strict-aliasing -Wall -o kvl_example kvl_example.o -L../lib -lestools -L../lib -lestbase -L../lib -leststring -lncurses -ldl -lm -lstdc++ gcc -c -fno-implicit-templates -fno-strict-aliasing -Wall -DDATA="\"/tmp/festival/src/speech_tools/lib/example_data\"" -DTVECTOR_BOUNDS_CHECKING -I../include -DINSTANTIATE_TEMPLATES handle_example.ccgcc -fno-implicit-templates -fno-strict-aliasing -Wall -o handle_example handle_example.o -L../lib -lestools -L../lib -lestbase -L../lib -leststring -lncurses -ldl -lm -lstdc++ gcc -c -fno-implicit-templates -fno-strict-aliasing -Wall -DDATA="\"/tmp/festival/src/speech_tools/lib/example_data\"" -DTVECTOR_BOUNDS_CHECKING -I../include -DINSTANTIATE_TEMPLATES named_enum_example.ccgcc -fno-implicit-templates -fno-strict-aliasing -Wall -o named_enum_example named_enum_example.o -L../lib -lestools -L../lib -lestbase -L../lib -leststring -lncurses -ldl -lm -lstdc++ gcc -c -fno-implicit-templates -fno-strict-aliasing -Wall -DDATA="\"/tmp/festival/src/speech_tools/lib/example_data\"" -DTVECTOR_BOUNDS_CHECKING -I../include -DINSTANTIATE_TEMPLATES deq_example.ccIn file included from ../include/EST_TDeque.h:38:0, from deq_example.cc:41:../include/EST_TVector.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TVector&)': ../include/EST_TVector.h:316:9: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (i = 0; i < m.n(); ++i) ^~~../include/EST_TVector.h:317:32: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << m(i) << " "; st << endl; ^~gcc -fno-implicit-templates -fno-strict-aliasing -Wall -o deq_example deq_example.o -L../lib -lestools -L../lib -lestbase -L../lib -leststring -lncurses -ldl -lm -lstdc++ gcc -c -fno-implicit-templates -fno-strict-aliasing -Wall -DDATA="\"/tmp/festival/src/speech_tools/lib/example_data\"" -DTVECTOR_BOUNDS_CHECKING -I../include -DINSTANTIATE_TEMPLATES ling_example.ccIn file included from ../include/EST_types.h:44:0, from ../include/ling_class/EST_Relation.h:45, from ../include/ling_class/EST_Utterance.h:44, from ../include/EST_ling_class.h:44, from ling_example.cc:35:../include/EST_TVector.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TVector&)': ../include/EST_TVector.h:316:9: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (i = 0; i < m.n(); ++i) ^~~../include/EST_TVector.h:317:32: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << m(i) << " "; st << endl; ^~In file included from ../include/EST_TSimpleMatrix.h:46:0, from ../include/EST_FMatrix.h:44, from ../include/EST_types.h:47, from ../include/ling_class/EST_Relation.h:45, from ../include/ling_class/EST_Utterance.h:44, from ../include/EST_ling_class.h:44, from ling_example.cc:35:../include/EST_TMatrix.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TMatrix&)': ../include/EST_TMatrix.h:316:13: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (j = 0; j < a.num_columns(); ++j) ^~~../include/EST_TMatrix.h:317:50: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << a.a_no_check(i, j) << " "; st << endl; ^~In file included from ../include/ling_class/EST_Relation.h:48:0, from ../include/ling_class/EST_Utterance.h:44, from ../include/EST_ling_class.h:44, from ling_example.cc:35:../include/ling_class/EST_Item.h: In member function 'const EST_Val EST_Item::f(const EST_String&) const':../include/ling_class/EST_Item.h:257:2: warning: nonnull argument 'this' compared to NULL [-Wnonnull-compare] if (this == 0) ^~../include/ling_class/EST_Item.h: In member function 'const EST_Val EST_Item::f(const EST_String&, const EST_Val&) const':../include/ling_class/EST_Item.h:292:2: warning: nonnull argument 'this' compared to NULL [-Wnonnull-compare] if (this == 0) ^~../include/ling_class/EST_Item.h: In member function 'EST_Item* EST_Item::next() const':../include/ling_class/EST_Item.h:342:47: warning: nonnull argument 'this' compared to NULL [-Wnonnull-compare] EST_Item *next() const { return this == 0 ? 0 : n; } ~~~~~~~~~~^~~~~~~../include/ling_class/EST_Item.h: In member function 'EST_Item* EST_Item::prev() const':../include/ling_class/EST_Item.h:344:47: warning: nonnull argument 'this' compared to NULL [-Wnonnull-compare] EST_Item *prev() const { return this == 0 ? 0 : p; } ~~~~~~~~~~^~~~~~~../include/ling_class/EST_Item.h: In member function 'EST_Item* EST_Item::down() const':../include/ling_class/EST_Item.h:346:47: warning: nonnull argument 'this' compared to NULL [-Wnonnull-compare] EST_Item *down() const { return this == 0 ? 0 : d; } ~~~~~~~~~~^~~~~~~../include/ling_class/EST_Item.h: In member function 'EST_Item* EST_Item::up() const':../include/ling_class/EST_Item.h:348:47: warning: nonnull argument 'this' compared to NULL [-Wnonnull-compare] EST_Item *up() const { return this == 0 ? 0 : u; } ~~~~~~~~~~^~~~~~~gcc -fno-implicit-templates -fno-strict-aliasing -Wall -o ling_example ling_example.o -L../lib -lestools -L../lib -lestbase -L../lib -leststring -lncurses -ldl -lm -lstdc++ gcc -c -fno-implicit-templates -fno-strict-aliasing -Wall -DDATA="\"/tmp/festival/src/speech_tools/lib/example_data\"" -DTVECTOR_BOUNDS_CHECKING -I../include -DINSTANTIATE_TEMPLATES feature_example.ccIn file included from ../include/EST_types.h:44:0, from ../include/ling_class/EST_Relation.h:45, from ../include/ling_class/EST_Utterance.h:44, from ../include/EST_ling_class.h:44, from feature_example.cc:35:../include/EST_TVector.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TVector&)': ../include/EST_TVector.h:316:9: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (i = 0; i < m.n(); ++i) ^~~../include/EST_TVector.h:317:32: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << m(i) << " "; st << endl; ^~In file included from ../include/EST_TSimpleMatrix.h:46:0, from ../include/EST_FMatrix.h:44, from ../include/EST_types.h:47, from ../include/ling_class/EST_Relation.h:45, from ../include/ling_class/EST_Utterance.h:44, from ../include/EST_ling_class.h:44, from feature_example.cc:35:../include/EST_TMatrix.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TMatrix&)': ../include/EST_TMatrix.h:316:13: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (j = 0; j < a.num_columns(); ++j) ^~~../include/EST_TMatrix.h:317:50: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << a.a_no_check(i, j) << " "; st << endl; ^~In file included from ../include/ling_class/EST_Relation.h:48:0, from ../include/ling_class/EST_Utterance.h:44, from ../include/EST_ling_class.h:44, from feature_example.cc:35:../include/ling_class/EST_Item.h: In member function 'const EST_Val EST_Item::f(const EST_String&) const':../include/ling_class/EST_Item.h:257:2: warning: nonnull argument 'this' compared to NULL [-Wnonnull-compare] if (this == 0) ^~../include/ling_class/EST_Item.h: In member function 'const EST_Val EST_Item::f(const EST_String&, const EST_Val&) const':../include/ling_class/EST_Item.h:292:2: warning: nonnull argument 'this' compared to NULL [-Wnonnull-compare] if (this == 0) ^~gcc -fno-implicit-templates -fno-strict-aliasing -Wall -o feature_example feature_example.o -L../lib -lestools -L../lib -lestbase -L../lib -leststring -lncurses -ldl -lm -lstdc++ gcc -c -fno-implicit-templates -fno-strict-aliasing -Wall -DDATA="\"/tmp/festival/src/speech_tools/lib/example_data\"" -DTVECTOR_BOUNDS_CHECKING -I../include -DINSTANTIATE_TEMPLATES xml_regression.ccgcc -fno-implicit-templates -fno-strict-aliasing -Wall -o xml_regression xml_regression.o -L../lib -lestools -L../lib -lestbase -L../lib -leststring -lncurses -ldl -lm -lstdc++ gcc -c -fno-implicit-templates -fno-strict-aliasing -Wall -DDATA="\"/tmp/festival/src/speech_tools/lib/example_data\"" -DTVECTOR_BOUNDS_CHECKING -I../include -DINSTANTIATE_TEMPLATES string_regression.ccgcc -fno-implicit-templates -fno-strict-aliasing -Wall -o string_regression string_regression.o -L../lib -lestools -L../lib -lestbase -L../lib -leststring -lncurses -ldl -lm -lstdc++ gcc -c -fno-implicit-templates -fno-strict-aliasing -Wall -DDATA="\"/tmp/festival/src/speech_tools/lib/example_data\"" -DTVECTOR_BOUNDS_CHECKING -I../include -DINSTANTIATE_TEMPLATES hash_regression.ccgcc -fno-implicit-templates -fno-strict-aliasing -Wall -o hash_regression hash_regression.o -L../lib -lestools -L../lib -lestbase -L../lib -leststring -lncurses -ldl -lm -lstdc++ gcc -c -fno-implicit-templates -fno-strict-aliasing -Wall -DDATA="\"/tmp/festival/src/speech_tools/lib/example_data\"" -DTVECTOR_BOUNDS_CHECKING -I../include -DINSTANTIATE_TEMPLATES pathname_regression.ccgcc -fno-implicit-templates -fno-strict-aliasing -Wall -o pathname_regression pathname_regression.o -L../lib -lestools -L../lib -lestbase -L../lib -leststring -lncurses -ldl -lm -lstdc++ gcc -c -fno-implicit-templates -fno-strict-aliasing -Wall -DDATA="\"/tmp/festival/src/speech_tools/lib/example_data\"" -DTVECTOR_BOUNDS_CHECKING -I../include -DINSTANTIATE_TEMPLATES track_regression.ccIn file included from ../include/EST_TMatrix.h:49:0, from ../include/EST_TSimpleMatrix.h:46, from ../include/EST_FMatrix.h:44, from ../include/EST_Track.h:46, from track_regression.cc:45:../include/EST_TVector.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TVector&)': ../include/EST_TVector.h:316:9: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (i = 0; i < m.n(); ++i) ^~~../include/EST_TVector.h:317:32: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << m(i) << " "; st << endl; ^~In file included from ../include/EST_TSimpleMatrix.h:46:0, from ../include/EST_FMatrix.h:44, from ../include/EST_Track.h:46, from track_regression.cc:45:../include/EST_TMatrix.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TMatrix&)': ../include/EST_TMatrix.h:316:13: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (j = 0; j < a.num_columns(); ++j) ^~~../include/EST_TMatrix.h:317:50: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << a.a_no_check(i, j) << " "; st << endl; ^~gcc -fno-implicit-templates -fno-strict-aliasing -Wall -o track_regression track_regression.o -L../lib -lestools -L../lib -lestbase -L../lib -leststring -lncurses -ldl -lm -lstdc++ gcc -c -fno-implicit-templates -fno-strict-aliasing -Wall -DDATA="\"/tmp/festival/src/speech_tools/lib/example_data\"" -DTVECTOR_BOUNDS_CHECKING -I../include -DINSTANTIATE_TEMPLATES token_regression.ccgcc -fno-implicit-templates -fno-strict-aliasing -Wall -o token_regression token_regression.o -L../lib -lestools -L../lib -lestbase -L../lib -leststring -lncurses -ldl -lm -lstdc++ gcc -c -fno-implicit-templates -fno-strict-aliasing -Wall -DDATA="\"/tmp/festival/src/speech_tools/lib/example_data\"" -DTVECTOR_BOUNDS_CHECKING -I../include -DINSTANTIATE_TEMPLATES complex_regression.ccgcc -fno-implicit-templates -fno-strict-aliasing -Wall -o complex_regression complex_regression.o -L../lib -lestools -L../lib -lestbase -L../lib -leststring -lncurses -ldl -lm -lstdc++ gcc -c -fno-implicit-templates -fno-strict-aliasing -Wall -DDATA="\"/tmp/festival/src/speech_tools/lib/example_data\"" -DTVECTOR_BOUNDS_CHECKING -I../include -DINSTANTIATE_TEMPLATES list_regression.ccgcc -fno-implicit-templates -fno-strict-aliasing -Wall -o list_regression list_regression.o -L../lib -lestools -L../lib -lestbase -L../lib -leststring -lncurses -ldl -lm -lstdc++ gcc -c -fno-implicit-templates -fno-strict-aliasing -Wall -DDATA="\"/tmp/festival/src/speech_tools/lib/example_data\"" -DTVECTOR_BOUNDS_CHECKING -I../include -DINSTANTIATE_TEMPLATES kvl_regression.ccIn file included from ../include/EST_TMatrix.h:49:0, from ../include/EST_util_class.h:46, from kvl_regression.cc:43:../include/EST_TVector.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TVector&)': ../include/EST_TVector.h:316:9: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (i = 0; i < m.n(); ++i) ^~~../include/EST_TVector.h:317:32: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << m(i) << " "; st << endl; ^~In file included from ../include/EST_util_class.h:46:0, from kvl_regression.cc:43:../include/EST_TMatrix.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TMatrix&)': ../include/EST_TMatrix.h:316:13: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (j = 0; j < a.num_columns(); ++j) ^~~../include/EST_TMatrix.h:317:50: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << a.a_no_check(i, j) << " "; st << endl; ^~gcc -fno-implicit-templates -fno-strict-aliasing -Wall -o kvl_regression kvl_regression.o -L../lib -lestools -L../lib -lestbase -L../lib -leststring -lncurses -ldl -lm -lstdc++ gcc -c -fno-implicit-templates -fno-strict-aliasing -Wall -DDATA="\"/tmp/festival/src/speech_tools/lib/example_data\"" -DTVECTOR_BOUNDS_CHECKING -I../include -DINSTANTIATE_TEMPLATES handle_regression.ccgcc -fno-implicit-templates -fno-strict-aliasing -Wall -o handle_regression handle_regression.o -L../lib -lestools -L../lib -lestbase -L../lib -leststring -lncurses -ldl -lm -lstdc++ gcc -c -fno-implicit-templates -fno-strict-aliasing -Wall -DDATA="\"/tmp/festival/src/speech_tools/lib/example_data\"" -DTVECTOR_BOUNDS_CHECKING -I../include -DINSTANTIATE_TEMPLATES named_enum_regression.ccgcc -fno-implicit-templates -fno-strict-aliasing -Wall -o named_enum_regression named_enum_regression.o -L../lib -lestools -L../lib -lestbase -L../lib -leststring -lncurses -ldl -lm -lstdc++ gcc -c -fno-implicit-templates -fno-strict-aliasing -Wall -DDATA="\"/tmp/festival/src/speech_tools/lib/example_data\"" -DTVECTOR_BOUNDS_CHECKING -I../include -DINSTANTIATE_TEMPLATES deq_regression.ccIn file included from ../include/EST_TDeque.h:38:0, from deq_regression.cc:41:../include/EST_TVector.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TVector&)': ../include/EST_TVector.h:316:9: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (i = 0; i < m.n(); ++i) ^~~../include/EST_TVector.h:317:32: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << m(i) << " "; st << endl; ^~gcc -fno-implicit-templates -fno-strict-aliasing -Wall -o deq_regression deq_regression.o -L../lib -lestools -L../lib -lestbase -L../lib -leststring -lncurses -ldl -lm -lstdc++ gcc -c -fno-implicit-templates -fno-strict-aliasing -Wall -DDATA="\"/tmp/festival/src/speech_tools/lib/example_data\"" -DTVECTOR_BOUNDS_CHECKING -I../include -DINSTANTIATE_TEMPLATES ling_regression.ccIn file included from ../include/EST_types.h:44:0, from ../include/ling_class/EST_Relation.h:45, from ../include/ling_class/EST_Utterance.h:44, from ../include/EST_ling_class.h:44, from ling_regression.cc:34:../include/EST_TVector.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TVector&)': ../include/EST_TVector.h:316:9: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (i = 0; i < m.n(); ++i) ^~~../include/EST_TVector.h:317:32: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << m(i) << " "; st << endl; ^~In file included from ../include/EST_TSimpleMatrix.h:46:0, from ../include/EST_FMatrix.h:44, from ../include/EST_types.h:47, from ../include/ling_class/EST_Relation.h:45, from ../include/ling_class/EST_Utterance.h:44, from ../include/EST_ling_class.h:44, from ling_regression.cc:34:../include/EST_TMatrix.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TMatrix&)': ../include/EST_TMatrix.h:316:13: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (j = 0; j < a.num_columns(); ++j) ^~~../include/EST_TMatrix.h:317:50: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << a.a_no_check(i, j) << " "; st << endl; ^~gcc -fno-implicit-templates -fno-strict-aliasing -Wall -o ling_regression ling_regression.o -L../lib -lestools -L../lib -lestbase -L../lib -leststring -lncurses -ldl -lm -lstdc++ gcc -c -fno-implicit-templates -fno-strict-aliasing -Wall -DDATA="\"/tmp/festival/src/speech_tools/lib/example_data\"" -DTVECTOR_BOUNDS_CHECKING -I../include -DINSTANTIATE_TEMPLATES feature_regression.ccIn file included from ../include/EST_types.h:44:0, from ../include/ling_class/EST_Relation.h:45, from ../include/ling_class/EST_Utterance.h:44, from ../include/EST_ling_class.h:44, from feature_regression.cc:35:../include/EST_TVector.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TVector&)': ../include/EST_TVector.h:316:9: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (i = 0; i < m.n(); ++i) ^~~../include/EST_TVector.h:317:32: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << m(i) << " "; st << endl; ^~In file included from ../include/EST_TSimpleMatrix.h:46:0, from ../include/EST_FMatrix.h:44, from ../include/EST_types.h:47, from ../include/ling_class/EST_Relation.h:45, from ../include/ling_class/EST_Utterance.h:44, from ../include/EST_ling_class.h:44, from feature_regression.cc:35:../include/EST_TMatrix.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TMatrix&)': ../include/EST_TMatrix.h:316:13: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (j = 0; j < a.num_columns(); ++j) ^~~../include/EST_TMatrix.h:317:50: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << a.a_no_check(i, j) << " "; st << endl; ^~In file included from ../include/ling_class/EST_Relation.h:48:0, from ../include/ling_class/EST_Utterance.h:44, from ../include/EST_ling_class.h:44, from feature_regression.cc:35:../include/ling_class/EST_Item.h: In member function 'const EST_Val EST_Item::f(const EST_String&) const':../include/ling_class/EST_Item.h:257:2: warning: nonnull argument 'this' compared to NULL [-Wnonnull-compare] if (this == 0) ^~../include/ling_class/EST_Item.h: In member function 'const EST_Val EST_Item::f(const EST_String&, const EST_Val&) const':../include/ling_class/EST_Item.h:292:2: warning: nonnull argument 'this' compared to NULL [-Wnonnull-compare] if (this == 0) ^~gcc -fno-implicit-templates -fno-strict-aliasing -Wall -o feature_regression feature_regression.o -L../lib -lestools -L../lib -lestbase -L../lib -leststring -lncurses -ldl -lm -lstdc++ Making in directory ./bin ...Remove Links:Scripts: (sh) (prl) example_to_doc++ resynth pm make_wagon_desc raw_to_xgraph est_examples est_gdb est_program cxx_to_docbook build_docbook_index tex_to_imagesMain Links: ch_lab ch_track ch_wave na_play na_record sigfilter sig2fv spectgen pda pitchmark ngram_test ngram_build tilt_synthesis tilt_analysis viterbi dp bcat ch_utt design_filter align siod wagon wagon_test scfg_make scfg_train scfg_test scfg_parse wfst_build wfst_run wfst_train ols ols_test xml_parsercreating cache ./config.cachechecking host system type... x86_64-unknown-linux-gnuchecking target system type... x86_64-unknown-linux-gnuchecking build system type... x86_64-unknown-linux-gnuchecking for gcc... gccchecking whether the C compiler (gcc ) works... yeschecking whether the C compiler (gcc ) is a cross-compiler... nochecking whether we are using GNU C... yeschecking whether gcc accepts -g... yeschecking for ranlib... ranlibchecking for ar... archecking whether byte ordering is bigendian... noupdating cache ./config.cachecreating ./config.statuscreating config/configCheck system typeRemake modincludes.inc NATIVE_AUDIO ok EDITLINE config/modules/editline.mak SIOD ok WAGON ok SCFG ok WFST ok OLS ok RXP src/modules/rxp/rxp.mak clunits unknown module in src/modules/clunits clustergen unknown module in src/modules/clustergen MultiSyn unknown module in src/modules/MultiSyn hts_engine unknown module in src/modules/hts_engine LINUX16_AUDIO config/modules/linux16_audio.makMaking in directory ./src ...Making in directory src/arch ...Making in directory src/arch/festival ...making dependencies -- festival.cc Phone.cc utterance.cc features.cc wave.cc wagon_interp.cc linreg.cc audspio.cc server.cc client.cc web.cc tcl.cc wfst.cc ngram.cc viterbi.cc ModuleDescription.cc gcc -c -fno-implicit-templates -Wall -I../../../src/include -I../../../../speech_tools/include -DINSTANTIATE_TEMPLATES -DFTNAME='Festival Speech Synthesis System' -DFTLIBDIRC='/tmp/festival/src/festival/lib ' -DFTVERSION='2.4' -DFTSTATE='release' -DFTDATE='December 2014' -DFTOSTYPE=\"unknown_Linux\" festival.ccIn file included from ../../../../speech_tools/include/EST_types.h:44:0, from ../../../../speech_tools/include/EST_string_aux.h:45, from ../../../../speech_tools/include/EST.h:49, from ../../../src/include/festival.h:47, from festival.cc:44:../../../../speech_tools/include/EST_TVector.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TVector&)': ../../../../speech_tools/include/EST_TVector.h:316:9: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (i = 0; i < m.n(); ++i) ^~~../../../../speech_tools/include/EST_TVector.h:317:32: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << m(i) << " "; st << endl; ^~In file included from ../../../../speech_tools/include/EST_TSimpleMatrix.h:46:0, from ../../../../speech_tools/include/EST_FMatrix.h:44, from ../../../../speech_tools/include/EST_types.h:47, from ../../../../speech_tools/include/EST_string_aux.h:45, from ../../../../speech_tools/include/EST.h:49, from ../../../src/include/festival.h:47, from festival.cc:44:../../../../speech_tools/include/EST_TMatrix.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TMatrix&)': ../../../../speech_tools/include/EST_TMatrix.h:316:13: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (j = 0; j < a.num_columns(); ++j) ^~~../../../../speech_tools/include/EST_TMatrix.h:317:50: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << a.a_no_check(i, j) << " "; st << endl; ^~gcc -c -fno-implicit-templates -Wall -I../../../src/include -I../../../../speech_tools/include Phone.ccIn file included from ../../../../speech_tools/include/EST_types.h:44:0, from ../../../../speech_tools/include/EST_string_aux.h:45, from ../../../../speech_tools/include/EST.h:49, from ../../../src/include/festival.h:47, from Phone.cc:43:../../../../speech_tools/include/EST_TVector.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TVector&)': ../../../../speech_tools/include/EST_TVector.h:316:9: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (i = 0; i < m.n(); ++i) ^~~../../../../speech_tools/include/EST_TVector.h:317:32: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << m(i) << " "; st << endl; ^~In file included from ../../../../speech_tools/include/EST_TSimpleMatrix.h:46:0, from ../../../../speech_tools/include/EST_FMatrix.h:44, from ../../../../speech_tools/include/EST_types.h:47, from ../../../../speech_tools/include/EST_string_aux.h:45, from ../../../../speech_tools/include/EST.h:49, from ../../../src/include/festival.h:47, from Phone.cc:43:../../../../speech_tools/include/EST_TMatrix.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TMatrix&)': ../../../../speech_tools/include/EST_TMatrix.h:316:13: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (j = 0; j < a.num_columns(); ++j) ^~~../../../../speech_tools/include/EST_TMatrix.h:317:50: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << a.a_no_check(i, j) << " "; st << endl; ^~In file included from ../../../../speech_tools/include/ling_class/EST_Relation.h:48:0, from ../../../../speech_tools/include/EST_wave_aux.h:52, from ../../../../speech_tools/include/EST_speech_class.h:44, from ../../../../speech_tools/include/EST.h:62, from ../../../src/include/festival.h:47, from Phone.cc:43:../../../../speech_tools/include/ling_class/EST_Item.h: In member function 'const EST_Val EST_Item::f(const EST_String&, const EST_Val&) const':../../../../speech_tools/include/ling_class/EST_Item.h:292:2: warning: nonnull argument 'this' compared to NULL [-Wnonnull-compare] if (this == 0) ^~gcc -c -fno-implicit-templates -Wall -I../../../src/include -I../../../../speech_tools/include utterance.ccIn file included from ../../../../speech_tools/include/EST_types.h:44:0, from ../../../../speech_tools/include/EST_string_aux.h:45, from ../../../../speech_tools/include/EST.h:49, from ../../../src/include/festival.h:47, from utterance.cc:42:../../../../speech_tools/include/EST_TVector.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TVector&)': ../../../../speech_tools/include/EST_TVector.h:316:9: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (i = 0; i < m.n(); ++i) ^~~../../../../speech_tools/include/EST_TVector.h:317:32: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << m(i) << " "; st << endl; ^~In file included from ../../../../speech_tools/include/EST_TSimpleMatrix.h:46:0, from ../../../../speech_tools/include/EST_FMatrix.h:44, from ../../../../speech_tools/include/EST_types.h:47, from ../../../../speech_tools/include/EST_string_aux.h:45, from ../../../../speech_tools/include/EST.h:49, from ../../../src/include/festival.h:47, from utterance.cc:42:../../../../speech_tools/include/EST_TMatrix.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TMatrix&)': ../../../../speech_tools/include/EST_TMatrix.h:316:13: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (j = 0; j < a.num_columns(); ++j) ^~~../../../../speech_tools/include/EST_TMatrix.h:317:50: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << a.a_no_check(i, j) << " "; st << endl; ^~In file included from ../../../../speech_tools/include/ling_class/EST_Relation.h:48:0, from ../../../../speech_tools/include/EST_wave_aux.h:52, from ../../../../speech_tools/include/EST_speech_class.h:44, from ../../../../speech_tools/include/EST.h:62, from ../../../src/include/festival.h:47, from utterance.cc:42:../../../../speech_tools/include/ling_class/EST_Item.h: In member function 'void EST_Item::set_name(const EST_String&) const':../../../../speech_tools/include/ling_class/EST_Item.h:249:7: warning: nonnull argument 'this' compared to NULL [-Wnonnull-compare] { if (this != 0) p_contents->set_name(name); } ^~../../../../speech_tools/include/ling_class/EST_Item.h: In member function 'const EST_Val EST_Item::f(const EST_String&, const EST_Val&) const':../../../../speech_tools/include/ling_class/EST_Item.h:292:2: warning: nonnull argument 'this' compared to NULL [-Wnonnull-compare] if (this == 0) ^~../../../../speech_tools/include/ling_class/EST_Item.h: In member function 'EST_Item* EST_Item::next() const':../../../../speech_tools/include/ling_class/EST_Item.h:342:47: warning: nonnull argument 'this' compared to NULL [-Wnonnull-compare] EST_Item *next() const { return this == 0 ? 0 : n; } ~~~~~~~~~~^~~~~~~../../../../speech_tools/include/ling_class/EST_Item.h: In member function 'EST_Item* EST_Item::prev() const':../../../../speech_tools/include/ling_class/EST_Item.h:344:47: warning: nonnull argument 'this' compared to NULL [-Wnonnull-compare] EST_Item *prev() const { return this == 0 ? 0 : p; } ~~~~~~~~~~^~~~~~~../../../../speech_tools/include/ling_class/EST_Item.h: In member function 'EST_Item* EST_Item::down() const':../../../../speech_tools/include/ling_class/EST_Item.h:346:47: warning: nonnull argument 'this' compared to NULL [-Wnonnull-compare] EST_Item *down() const { return this == 0 ? 0 : d; } ~~~~~~~~~~^~~~~~~../../../../speech_tools/include/ling_class/EST_Item.h: In member function 'EST_Item* EST_Item::up() const':../../../../speech_tools/include/ling_class/EST_Item.h:348:47: warning: nonnull argument 'this' compared to NULL [-Wnonnull-compare] EST_Item *up() const { return this == 0 ? 0 : u; } ~~~~~~~~~~^~~~~~~gcc -c -fno-implicit-templates -Wall -I../../../src/include -I../../../../speech_tools/include features.ccIn file included from ../../../../speech_tools/include/EST_types.h:44:0, from ../../../../speech_tools/include/EST_string_aux.h:45, from ../../../../speech_tools/include/EST.h:49, from ../../../src/include/festival.h:47, from features.cc:83:../../../../speech_tools/include/EST_TVector.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TVector&)': ../../../../speech_tools/include/EST_TVector.h:316:9: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (i = 0; i < m.n(); ++i) ^~~../../../../speech_tools/include/EST_TVector.h:317:32: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << m(i) << " "; st << endl; ^~In file included from ../../../../speech_tools/include/EST_TSimpleMatrix.h:46:0, from ../../../../speech_tools/include/EST_FMatrix.h:44, from ../../../../speech_tools/include/EST_types.h:47, from ../../../../speech_tools/include/EST_string_aux.h:45, from ../../../../speech_tools/include/EST.h:49, from ../../../src/include/festival.h:47, from features.cc:83:../../../../speech_tools/include/EST_TMatrix.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TMatrix&)': ../../../../speech_tools/include/EST_TMatrix.h:316:13: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (j = 0; j < a.num_columns(); ++j) ^~~../../../../speech_tools/include/EST_TMatrix.h:317:50: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << a.a_no_check(i, j) << " "; st << endl; ^~In file included from ../../../../speech_tools/include/ling_class/EST_Relation.h:48:0, from ../../../../speech_tools/include/EST_wave_aux.h:52, from ../../../../speech_tools/include/EST_speech_class.h:44, from ../../../../speech_tools/include/EST.h:62, from ../../../src/include/festival.h:47, from features.cc:83:../../../../speech_tools/include/ling_class/EST_Item.h: In member function 'const EST_Val EST_Item::f(const EST_String&, const EST_Val&) const':../../../../speech_tools/include/ling_class/EST_Item.h:292:2: warning: nonnull argument 'this' compared to NULL [-Wnonnull-compare] if (this == 0) ^~../../../../speech_tools/include/ling_class/EST_Item.h: In member function 'EST_Item* EST_Item::next() const':../../../../speech_tools/include/ling_class/EST_Item.h:342:47: warning: nonnull argument 'this' compared to NULL [-Wnonnull-compare] EST_Item *next() const { return this == 0 ? 0 : n; } ~~~~~~~~~~^~~~~~~../../../../speech_tools/include/ling_class/EST_Item.h: In member function 'EST_Item* EST_Item::prev() const':../../../../speech_tools/include/ling_class/EST_Item.h:344:47: warning: nonnull argument 'this' compared to NULL [-Wnonnull-compare] EST_Item *prev() const { return this == 0 ? 0 : p; } ~~~~~~~~~~^~~~~~~../../../../speech_tools/include/ling_class/EST_Item.h: In member function 'EST_Item* EST_Item::down() const':../../../../speech_tools/include/ling_class/EST_Item.h:346:47: warning: nonnull argument 'this' compared to NULL [-Wnonnull-compare] EST_Item *down() const { return this == 0 ? 0 : d; } ~~~~~~~~~~^~~~~~~../../../../speech_tools/include/ling_class/EST_Item.h: In member function 'EST_Item* EST_Item::up() const':../../../../speech_tools/include/ling_class/EST_Item.h:348:47: warning: nonnull argument 'this' compared to NULL [-Wnonnull-compare] EST_Item *up() const { return this == 0 ? 0 : u; } ~~~~~~~~~~^~~~~~~gcc -c -fno-implicit-templates -Wall -I../../../src/include -I../../../../speech_tools/include wave.ccIn file included from ../../../../speech_tools/include/EST_types.h:44:0, from ../../../../speech_tools/include/EST_string_aux.h:45, from ../../../../speech_tools/include/EST.h:49, from ../../../src/include/festival.h:47, from wave.cc:43:../../../../speech_tools/include/EST_TVector.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TVector&)': ../../../../speech_tools/include/EST_TVector.h:316:9: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (i = 0; i < m.n(); ++i) ^~~../../../../speech_tools/include/EST_TVector.h:317:32: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << m(i) << " "; st << endl; ^~In file included from ../../../../speech_tools/include/EST_TSimpleMatrix.h:46:0, from ../../../../speech_tools/include/EST_FMatrix.h:44, from ../../../../speech_tools/include/EST_types.h:47, from ../../../../speech_tools/include/EST_string_aux.h:45, from ../../../../speech_tools/include/EST.h:49, from ../../../src/include/festival.h:47, from wave.cc:43:../../../../speech_tools/include/EST_TMatrix.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TMatrix&)': ../../../../speech_tools/include/EST_TMatrix.h:316:13: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (j = 0; j < a.num_columns(); ++j) ^~~../../../../speech_tools/include/EST_TMatrix.h:317:50: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << a.a_no_check(i, j) << " "; st << endl; ^~In file included from ../../../../speech_tools/include/ling_class/EST_Relation.h:48:0, from ../../../../speech_tools/include/EST_wave_aux.h:52, from ../../../../speech_tools/include/EST_speech_class.h:44, from ../../../../speech_tools/include/EST.h:62, from ../../../src/include/festival.h:47, from wave.cc:43:../../../../speech_tools/include/ling_class/EST_Item.h: In member function 'const EST_Val EST_Item::f(const EST_String&) const':../../../../speech_tools/include/ling_class/EST_Item.h:257:2: warning: nonnull argument 'this' compared to NULL [-Wnonnull-compare] if (this == 0) ^~../../../../speech_tools/include/ling_class/EST_Item.h: In member function 'const EST_Val EST_Item::f(const EST_String&, const EST_Val&) const':../../../../speech_tools/include/ling_class/EST_Item.h:292:2: warning: nonnull argument 'this' compared to NULL [-Wnonnull-compare] if (this == 0) ^~../../../../speech_tools/include/ling_class/EST_Item.h: In member function 'EST_Item* EST_Item::next() const':../../../../speech_tools/include/ling_class/EST_Item.h:342:47: warning: nonnull argument 'this' compared to NULL [-Wnonnull-compare] EST_Item *next() const { return this == 0 ? 0 : n; } ~~~~~~~~~~^~~~~~~gcc -c -fno-implicit-templates -Wall -I../../../src/include -I../../../../speech_tools/include wagon_interp.ccIn file included from ../../../../speech_tools/include/EST_types.h:44:0, from ../../../../speech_tools/include/EST_string_aux.h:45, from ../../../../speech_tools/include/EST.h:49, from ../../../src/include/festival.h:47, from wagon_interp.cc:43:../../../../speech_tools/include/EST_TVector.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TVector&)': ../../../../speech_tools/include/EST_TVector.h:316:9: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (i = 0; i < m.n(); ++i) ^~~../../../../speech_tools/include/EST_TVector.h:317:32: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << m(i) << " "; st << endl; ^~In file included from ../../../../speech_tools/include/EST_TSimpleMatrix.h:46:0, from ../../../../speech_tools/include/EST_FMatrix.h:44, from ../../../../speech_tools/include/EST_types.h:47, from ../../../../speech_tools/include/EST_string_aux.h:45, from ../../../../speech_tools/include/EST.h:49, from ../../../src/include/festival.h:47, from wagon_interp.cc:43:../../../../speech_tools/include/EST_TMatrix.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TMatrix&)': ../../../../speech_tools/include/EST_TMatrix.h:316:13: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (j = 0; j < a.num_columns(); ++j) ^~~../../../../speech_tools/include/EST_TMatrix.h:317:50: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << a.a_no_check(i, j) << " "; st << endl; ^~gcc -c -fno-implicit-templates -Wall -I../../../src/include -I../../../../speech_tools/include linreg.ccIn file included from ../../../../speech_tools/include/EST_types.h:44:0, from ../../../../speech_tools/include/EST_string_aux.h:45, from ../../../../speech_tools/include/EST.h:49, from ../../../src/include/festival.h:47, from linreg.cc:42:../../../../speech_tools/include/EST_TVector.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TVector&)': ../../../../speech_tools/include/EST_TVector.h:316:9: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (i = 0; i < m.n(); ++i) ^~~../../../../speech_tools/include/EST_TVector.h:317:32: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << m(i) << " "; st << endl; ^~In file included from ../../../../speech_tools/include/EST_TSimpleMatrix.h:46:0, from ../../../../speech_tools/include/EST_FMatrix.h:44, from ../../../../speech_tools/include/EST_types.h:47, from ../../../../speech_tools/include/EST_string_aux.h:45, from ../../../../speech_tools/include/EST.h:49, from ../../../src/include/festival.h:47, from linreg.cc:42:../../../../speech_tools/include/EST_TMatrix.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TMatrix&)': ../../../../speech_tools/include/EST_TMatrix.h:316:13: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (j = 0; j < a.num_columns(); ++j) ^~~../../../../speech_tools/include/EST_TMatrix.h:317:50: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << a.a_no_check(i, j) << " "; st << endl; ^~gcc -c -fno-implicit-templates -Wall -I../../../src/include -I../../../../speech_tools/include audspio.ccIn file included from ../../../../speech_tools/include/EST_types.h:44:0, from ../../../../speech_tools/include/EST_string_aux.h:45, from ../../../../speech_tools/include/EST.h:49, from ../../../src/include/festival.h:47, from audspio.cc:43:../../../../speech_tools/include/EST_TVector.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TVector&)': ../../../../speech_tools/include/EST_TVector.h:316:9: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (i = 0; i < m.n(); ++i) ^~~../../../../speech_tools/include/EST_TVector.h:317:32: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << m(i) << " "; st << endl; ^~In file included from ../../../../speech_tools/include/EST_TSimpleMatrix.h:46:0, from ../../../../speech_tools/include/EST_FMatrix.h:44, from ../../../../speech_tools/include/EST_types.h:47, from ../../../../speech_tools/include/EST_string_aux.h:45, from ../../../../speech_tools/include/EST.h:49, from ../../../src/include/festival.h:47, from audspio.cc:43:../../../../speech_tools/include/EST_TMatrix.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TMatrix&)': ../../../../speech_tools/include/EST_TMatrix.h:316:13: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (j = 0; j < a.num_columns(); ++j) ^~~../../../../speech_tools/include/EST_TMatrix.h:317:50: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << a.a_no_check(i, j) << " "; st << endl; ^~gcc -c -fno-implicit-templates -Wall -I../../../src/include -I../../../../speech_tools/include server.ccIn file included from ../../../../speech_tools/include/EST_types.h:44:0, from ../../../../speech_tools/include/EST_string_aux.h:45, from ../../../../speech_tools/include/EST.h:49, from ../../../src/include/festival.h:47, from server.cc:54:../../../../speech_tools/include/EST_TVector.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TVector&)': ../../../../speech_tools/include/EST_TVector.h:316:9: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (i = 0; i < m.n(); ++i) ^~~../../../../speech_tools/include/EST_TVector.h:317:32: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << m(i) << " "; st << endl; ^~In file included from ../../../../speech_tools/include/EST_TSimpleMatrix.h:46:0, from ../../../../speech_tools/include/EST_FMatrix.h:44, from ../../../../speech_tools/include/EST_types.h:47, from ../../../../speech_tools/include/EST_string_aux.h:45, from ../../../../speech_tools/include/EST.h:49, from ../../../src/include/festival.h:47, from server.cc:54:../../../../speech_tools/include/EST_TMatrix.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TMatrix&)': ../../../../speech_tools/include/EST_TMatrix.h:316:13: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (j = 0; j < a.num_columns(); ++j) ^~~../../../../speech_tools/include/EST_TMatrix.h:317:50: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << a.a_no_check(i, j) << " "; st << endl; ^~gcc -c -fno-implicit-templates -Wall -I../../../src/include -I../../../../speech_tools/include client.ccIn file included from ../../../../speech_tools/include/EST_types.h:44:0, from ../../../../speech_tools/include/EST_string_aux.h:45, from ../../../../speech_tools/include/EST.h:49, from ../../../src/include/festival.h:47, from client.cc:49:../../../../speech_tools/include/EST_TVector.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TVector&)': ../../../../speech_tools/include/EST_TVector.h:316:9: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (i = 0; i < m.n(); ++i) ^~~../../../../speech_tools/include/EST_TVector.h:317:32: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << m(i) << " "; st << endl; ^~In file included from ../../../../speech_tools/include/EST_TSimpleMatrix.h:46:0, from ../../../../speech_tools/include/EST_FMatrix.h:44, from ../../../../speech_tools/include/EST_types.h:47, from ../../../../speech_tools/include/EST_string_aux.h:45, from ../../../../speech_tools/include/EST.h:49, from ../../../src/include/festival.h:47, from client.cc:49:../../../../speech_tools/include/EST_TMatrix.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TMatrix&)': ../../../../speech_tools/include/EST_TMatrix.h:316:13: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (j = 0; j < a.num_columns(); ++j) ^~~../../../../speech_tools/include/EST_TMatrix.h:317:50: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << a.a_no_check(i, j) << " "; st << endl; ^~gcc -c -fno-implicit-templates -Wall -I../../../src/include -I../../../../speech_tools/include web.ccIn file included from ../../../../speech_tools/include/EST_types.h:44:0, from ../../../../speech_tools/include/EST_string_aux.h:45, from ../../../../speech_tools/include/EST.h:49, from ../../../src/include/festival.h:47, from web.cc:42:../../../../speech_tools/include/EST_TVector.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TVector&)': ../../../../speech_tools/include/EST_TVector.h:316:9: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (i = 0; i < m.n(); ++i) ^~~../../../../speech_tools/include/EST_TVector.h:317:32: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << m(i) << " "; st << endl; ^~In file included from ../../../../speech_tools/include/EST_TSimpleMatrix.h:46:0, from ../../../../speech_tools/include/EST_FMatrix.h:44, from ../../../../speech_tools/include/EST_types.h:47, from ../../../../speech_tools/include/EST_string_aux.h:45, from ../../../../speech_tools/include/EST.h:49, from ../../../src/include/festival.h:47, from web.cc:42:../../../../speech_tools/include/EST_TMatrix.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TMatrix&)': ../../../../speech_tools/include/EST_TMatrix.h:316:13: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (j = 0; j < a.num_columns(); ++j) ^~~../../../../speech_tools/include/EST_TMatrix.h:317:50: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << a.a_no_check(i, j) << " "; st << endl; ^~gcc -c -fno-implicit-templates -Wall -I../../../src/include -I../../../../speech_tools/include tcl.ccIn file included from ../../../../speech_tools/include/EST_types.h:44:0, from ../../../../speech_tools/include/EST_string_aux.h:45, from ../../../../speech_tools/include/EST.h:49, from ../../../src/include/festival.h:47, from tcl.cc:54:../../../../speech_tools/include/EST_TVector.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TVector&)': ../../../../speech_tools/include/EST_TVector.h:316:9: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (i = 0; i < m.n(); ++i) ^~~../../../../speech_tools/include/EST_TVector.h:317:32: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << m(i) << " "; st << endl; ^~In file included from ../../../../speech_tools/include/EST_TSimpleMatrix.h:46:0, from ../../../../speech_tools/include/EST_FMatrix.h:44, from ../../../../speech_tools/include/EST_types.h:47, from ../../../../speech_tools/include/EST_string_aux.h:45, from ../../../../speech_tools/include/EST.h:49, from ../../../src/include/festival.h:47, from tcl.cc:54:../../../../speech_tools/include/EST_TMatrix.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TMatrix&)': ../../../../speech_tools/include/EST_TMatrix.h:316:13: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (j = 0; j < a.num_columns(); ++j) ^~~../../../../speech_tools/include/EST_TMatrix.h:317:50: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << a.a_no_check(i, j) << " "; st << endl; ^~gcc -c -fno-implicit-templates -Wall -I../../../src/include -I../../../../speech_tools/include wfst.ccIn file included from ../../../../speech_tools/include/EST_types.h:44:0, from ../../../../speech_tools/include/EST_string_aux.h:45, from ../../../../speech_tools/include/EST.h:49, from ../../../src/include/festival.h:47, from wfst.cc:40:../../../../speech_tools/include/EST_TVector.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TVector&)': ../../../../speech_tools/include/EST_TVector.h:316:9: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (i = 0; i < m.n(); ++i) ^~~../../../../speech_tools/include/EST_TVector.h:317:32: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << m(i) << " "; st << endl; ^~In file included from ../../../../speech_tools/include/EST_TSimpleMatrix.h:46:0, from ../../../../speech_tools/include/EST_FMatrix.h:44, from ../../../../speech_tools/include/EST_types.h:47, from ../../../../speech_tools/include/EST_string_aux.h:45, from ../../../../speech_tools/include/EST.h:49, from ../../../src/include/festival.h:47, from wfst.cc:40:../../../../speech_tools/include/EST_TMatrix.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TMatrix&)': ../../../../speech_tools/include/EST_TMatrix.h:316:13: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (j = 0; j < a.num_columns(); ++j) ^~~../../../../speech_tools/include/EST_TMatrix.h:317:50: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << a.a_no_check(i, j) << " "; st << endl; ^~gcc -c -fno-implicit-templates -Wall -I../../../src/include -I../../../../speech_tools/include ngram.ccIn file included from ../../../../speech_tools/include/EST_types.h:44:0, from ../../../../speech_tools/include/EST_string_aux.h:45, from ../../../../speech_tools/include/EST.h:49, from ../../../src/include/festival.h:47, from ngram.cc:40:../../../../speech_tools/include/EST_TVector.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TVector&)': ../../../../speech_tools/include/EST_TVector.h:316:9: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (i = 0; i < m.n(); ++i) ^~~../../../../speech_tools/include/EST_TVector.h:317:32: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << m(i) << " "; st << endl; ^~In file included from ../../../../speech_tools/include/EST_TSimpleMatrix.h:46:0, from ../../../../speech_tools/include/EST_FMatrix.h:44, from ../../../../speech_tools/include/EST_types.h:47, from ../../../../speech_tools/include/EST_string_aux.h:45, from ../../../../speech_tools/include/EST.h:49, from ../../../src/include/festival.h:47, from ngram.cc:40:../../../../speech_tools/include/EST_TMatrix.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TMatrix&)': ../../../../speech_tools/include/EST_TMatrix.h:316:13: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (j = 0; j < a.num_columns(); ++j) ^~~../../../../speech_tools/include/EST_TMatrix.h:317:50: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << a.a_no_check(i, j) << " "; st << endl; ^~gcc -c -fno-implicit-templates -Wall -I../../../src/include -I../../../../speech_tools/include viterbi.ccIn file included from ../../../../speech_tools/include/EST_types.h:44:0, from ../../../../speech_tools/include/EST_string_aux.h:45, from ../../../../speech_tools/include/EST.h:49, from ../../../src/include/festival.h:47, from viterbi.cc:40:../../../../speech_tools/include/EST_TVector.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TVector&)': ../../../../speech_tools/include/EST_TVector.h:316:9: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (i = 0; i < m.n(); ++i) ^~~../../../../speech_tools/include/EST_TVector.h:317:32: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << m(i) << " "; st << endl; ^~In file included from ../../../../speech_tools/include/EST_TSimpleMatrix.h:46:0, from ../../../../speech_tools/include/EST_FMatrix.h:44, from ../../../../speech_tools/include/EST_types.h:47, from ../../../../speech_tools/include/EST_string_aux.h:45, from ../../../../speech_tools/include/EST.h:49, from ../../../src/include/festival.h:47, from viterbi.cc:40:../../../../speech_tools/include/EST_TMatrix.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TMatrix&)': ../../../../speech_tools/include/EST_TMatrix.h:316:13: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (j = 0; j < a.num_columns(); ++j) ^~~../../../../speech_tools/include/EST_TMatrix.h:317:50: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << a.a_no_check(i, j) << " "; st << endl; ^~In file included from ../../../../speech_tools/include/ling_class/EST_Relation.h:48:0, from ../../../../speech_tools/include/EST_wave_aux.h:52, from ../../../../speech_tools/include/EST_speech_class.h:44, from ../../../../speech_tools/include/EST.h:62, from ../../../src/include/festival.h:47, from viterbi.cc:40:../../../../speech_tools/include/ling_class/EST_Item.h: In member function 'const EST_Val EST_Item::f(const EST_String&) const':../../../../speech_tools/include/ling_class/EST_Item.h:257:2: warning: nonnull argument 'this' compared to NULL [-Wnonnull-compare] if (this == 0) ^~../../../../speech_tools/include/ling_class/EST_Item.h: In member function 'EST_Item* EST_Item::next() const':../../../../speech_tools/include/ling_class/EST_Item.h:342:47: warning: nonnull argument 'this' compared to NULL [-Wnonnull-compare] EST_Item *next() const { return this == 0 ? 0 : n; } ~~~~~~~~~~^~~~~~~gcc -c -fno-implicit-templates -Wall -I../../../src/include -I../../../../speech_tools/include ModuleDescription.ccIn file included from ../../../../speech_tools/include/EST_types.h:44:0, from ../../../../speech_tools/include/EST_string_aux.h:45, from ../../../../speech_tools/include/siod.h:18, from ModuleDescription.cc:42:../../../../speech_tools/include/EST_TVector.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TVector&)': ../../../../speech_tools/include/EST_TVector.h:316:9: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (i = 0; i < m.n(); ++i) ^~~../../../../speech_tools/include/EST_TVector.h:317:32: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << m(i) << " "; st << endl; ^~In file included from ../../../../speech_tools/include/EST_TSimpleMatrix.h:46:0, from ../../../../speech_tools/include/EST_FMatrix.h:44, from ../../../../speech_tools/include/EST_types.h:47, from ../../../../speech_tools/include/EST_string_aux.h:45, from ../../../../speech_tools/include/siod.h:18, from ModuleDescription.cc:42:../../../../speech_tools/include/EST_TMatrix.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TMatrix&)': ../../../../speech_tools/include/EST_TMatrix.h:316:13: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (j = 0; j < a.num_columns(); ++j) ^~~../../../../speech_tools/include/EST_TMatrix.h:317:50: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << a.a_no_check(i, j) << " "; st << endl; ^~look at library Festival festival.o Phone.o utterance.o features.o wave.o wagon_interp.o linreg.o audspio.o server.o client.o web.o tcl.o wfst.o ngram.o viterbi.o ModuleDescription.oUpdate library Festival festival.o Phone.o utterance.o features.o wave.o wagon_interp.o linreg.o audspio.o server.o client.o web.o tcl.o wfst.o ngram.o viterbi.o ModuleDescription.oar: `u' modifier ignored since `D' is the default (see `U')a - festival.oa - Phone.oa - utterance.oa - features.oa - wave.oa - wagon_interp.oa - linreg.oa - audspio.oa - server.oa - client.oa - web.oa - tcl.oa - wfst.oa - ngram.oa - viterbi.oa - ModuleDescription.oMaking in directory src/modules ...Making init_modules.ccgcc -c -fno-implicit-templates -Wall -I./Database -I../../src/include -I../../../speech_tools/include init_modules.ccIn file included from ../../../speech_tools/include/EST_types.h:44:0, from ../../../speech_tools/include/EST_string_aux.h:45, from ../../../speech_tools/include/EST.h:49, from ../../src/include/festival.h:47, from init_modules.cc:6:../../../speech_tools/include/EST_TVector.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TVector&)': ../../../speech_tools/include/EST_TVector.h:316:9: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (i = 0; i < m.n(); ++i) ^~~../../../speech_tools/include/EST_TVector.h:317:32: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << m(i) << " "; st << endl; ^~In file included from ../../../speech_tools/include/EST_TSimpleMatrix.h:46:0, from ../../../speech_tools/include/EST_FMatrix.h:44, from ../../../speech_tools/include/EST_types.h:47, from ../../../speech_tools/include/EST_string_aux.h:45, from ../../../speech_tools/include/EST.h:49, from ../../src/include/festival.h:47, from init_modules.cc:6:../../../speech_tools/include/EST_TMatrix.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TMatrix&)': ../../../speech_tools/include/EST_TMatrix.h:316:13: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (j = 0; j < a.num_columns(); ++j) ^~~../../../speech_tools/include/EST_TMatrix.h:317:50: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << a.a_no_check(i, j) << " "; st << endl; ^~look at library Festival init_modules.oUpdate library Festival init_modules.oar: `u' modifier ignored since `D' is the default (see `U')a - init_modules.oMaking in directory src/modules/rxp ...making dependencies -- ttsxml.cc gcc -c -fno-implicit-templates -Wall -DCHAR_SIZE=8 -I../include -I../../../../speech_tools/include/rxp -I../../../src/include -I../../../../speech_tools/include ttsxml.ccIn file included from ../../../../speech_tools/include/EST_types.h:44:0, from ../../../../speech_tools/include/EST_string_aux.h:45, from ../../../../speech_tools/include/EST.h:49, from ../../../src/include/festival.h:47, from ttsxml.cc:45:../../../../speech_tools/include/EST_TVector.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TVector&)': ../../../../speech_tools/include/EST_TVector.h:316:9: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (i = 0; i < m.n(); ++i) ^~~../../../../speech_tools/include/EST_TVector.h:317:32: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << m(i) << " "; st << endl; ^~In file included from ../../../../speech_tools/include/EST_TSimpleMatrix.h:46:0, from ../../../../speech_tools/include/EST_FMatrix.h:44, from ../../../../speech_tools/include/EST_types.h:47, from ../../../../speech_tools/include/EST_string_aux.h:45, from ../../../../speech_tools/include/EST.h:49, from ../../../src/include/festival.h:47, from ttsxml.cc:45:../../../../speech_tools/include/EST_TMatrix.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TMatrix&)': ../../../../speech_tools/include/EST_TMatrix.h:316:13: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (j = 0; j < a.num_columns(); ++j) ^~~../../../../speech_tools/include/EST_TMatrix.h:317:50: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << a.a_no_check(i, j) << " "; st << endl; ^~In file included from ../../../../speech_tools/include/rxp/rxp.h:21:0, from ttsxml.cc:47:ttsxml.cc: In function 'obj* tts_file_xml(LISP)':../../../../speech_tools/include/rxp/string16.h:51:30: warning: null argument where non-null required (argument 1) [-Wnonnull] #define strlen8(s) strlen((s)) ^../../../../speech_tools/include/rxp/string16.h:81:16: note: in expansion of macro 'strlen8' #define Strlen strlen8 ^~~~~~~../../../../speech_tools/include/rxp/dtd.h:205:37: note: in expansion of macro 'Strlen' NewExternalEntityN(name, name ? Strlen(name) : 0, pub, sys, nnot, parent) ^~~~~~ttsxml.cc:70:8: note: in expansion of macro 'NewExternalEntity' ent = NewExternalEntity(0,0,strdup8(inname),0,0); ^~~~~~~~~~~~~~~~~look at library Festival ttsxml.oUpdate library Festival ttsxml.oar: `u' modifier ignored since `D' is the default (see `U')a - ttsxml.oMaking in directory src/modules/clunits ...making dependencies -- acost.cc clunits.cc cldb.cc cljoin.cc gcc -c -fno-implicit-templates -Wall -I../include -I../UniSyn -I../../../src/include -I../../../../speech_tools/include acost.ccIn file included from ../../../../speech_tools/include/EST_types.h:44:0, from ../../../../speech_tools/include/EST_string_aux.h:45, from ../../../../speech_tools/include/EST.h:49, from ../../../src/include/festival.h:47, from acost.cc:49:../../../../speech_tools/include/EST_TVector.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TVector&)': ../../../../speech_tools/include/EST_TVector.h:316:9: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (i = 0; i < m.n(); ++i) ^~~../../../../speech_tools/include/EST_TVector.h:317:32: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << m(i) << " "; st << endl; ^~In file included from ../../../../speech_tools/include/EST_TSimpleMatrix.h:46:0, from ../../../../speech_tools/include/EST_FMatrix.h:44, from ../../../../speech_tools/include/EST_types.h:47, from ../../../../speech_tools/include/EST_string_aux.h:45, from ../../../../speech_tools/include/EST.h:49, from ../../../src/include/festival.h:47, from acost.cc:49:../../../../speech_tools/include/EST_TMatrix.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TMatrix&)': ../../../../speech_tools/include/EST_TMatrix.h:316:13: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (j = 0; j < a.num_columns(); ++j) ^~~../../../../speech_tools/include/EST_TMatrix.h:317:50: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << a.a_no_check(i, j) << " "; st << endl; ^~In file included from ../../../../speech_tools/include/ling_class/EST_Relation.h:48:0, from ../../../../speech_tools/include/EST_wave_aux.h:52, from ../../../../speech_tools/include/EST_speech_class.h:44, from ../../../../speech_tools/include/EST.h:62, from ../../../src/include/festival.h:47, from acost.cc:49:../../../../speech_tools/include/ling_class/EST_Item.h: In member function 'const EST_Val EST_Item::f(const EST_String&) const':../../../../speech_tools/include/ling_class/EST_Item.h:257:2: warning: nonnull argument 'this' compared to NULL [-Wnonnull-compare] if (this == 0) ^~../../../../speech_tools/include/ling_class/EST_Item.h: In member function 'EST_Item* EST_Item::next() const':../../../../speech_tools/include/ling_class/EST_Item.h:342:47: warning: nonnull argument 'this' compared to NULL [-Wnonnull-compare] EST_Item *next() const { return this == 0 ? 0 : n; } ~~~~~~~~~~^~~~~~~../../../../speech_tools/include/ling_class/EST_Item.h: In member function 'EST_Item* EST_Item::prev() const':../../../../speech_tools/include/ling_class/EST_Item.h:344:47: warning: nonnull argument 'this' compared to NULL [-Wnonnull-compare] EST_Item *prev() const { return this == 0 ? 0 : p; } ~~~~~~~~~~^~~~~~~gcc -c -fno-implicit-templates -Wall -I../include -I../UniSyn -I../../../src/include -I../../../../speech_tools/include clunits.ccIn file included from ../../../../speech_tools/include/EST_types.h:44:0, from ../../../../speech_tools/include/EST_string_aux.h:45, from ../../../../speech_tools/include/EST.h:49, from ../../../src/include/festival.h:47, from clunits.cc:78:../../../../speech_tools/include/EST_TVector.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TVector&)': ../../../../speech_tools/include/EST_TVector.h:316:9: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (i = 0; i < m.n(); ++i) ^~~../../../../speech_tools/include/EST_TVector.h:317:32: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << m(i) << " "; st << endl; ^~In file included from ../../../../speech_tools/include/EST_TSimpleMatrix.h:46:0, from ../../../../speech_tools/include/EST_FMatrix.h:44, from ../../../../speech_tools/include/EST_types.h:47, from ../../../../speech_tools/include/EST_string_aux.h:45, from ../../../../speech_tools/include/EST.h:49, from ../../../src/include/festival.h:47, from clunits.cc:78:../../../../speech_tools/include/EST_TMatrix.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TMatrix&)': ../../../../speech_tools/include/EST_TMatrix.h:316:13: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (j = 0; j < a.num_columns(); ++j) ^~~../../../../speech_tools/include/EST_TMatrix.h:317:50: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << a.a_no_check(i, j) << " "; st << endl; ^~clunits.cc: In function 'obj* clunits_smoothedjoin_wave(LISP)':clunits.cc:358:16: warning: variable 't1' set but not used [-Wunused-but-set-variable] EST_Track *t1 = 0; ^~In file included from ../../../../speech_tools/include/ling_class/EST_Relation.h:48:0, from ../../../../speech_tools/include/EST_wave_aux.h:52, from ../../../../speech_tools/include/EST_speech_class.h:44, from ../../../../speech_tools/include/EST.h:62, from ../../../src/include/festival.h:47, from clunits.cc:78:../../../../speech_tools/include/ling_class/EST_Item.h: In member function 'void EST_Item::set_name(const EST_String&) const':../../../../speech_tools/include/ling_class/EST_Item.h:249:7: warning: nonnull argument 'this' compared to NULL [-Wnonnull-compare] { if (this != 0) p_contents->set_name(name); } ^~../../../../speech_tools/include/ling_class/EST_Item.h: In member function 'const EST_Val EST_Item::f(const EST_String&) const':../../../../speech_tools/include/ling_class/EST_Item.h:257:2: warning: nonnull argument 'this' compared to NULL [-Wnonnull-compare] if (this == 0) ^~../../../../speech_tools/include/ling_class/EST_Item.h: In member function 'const EST_Val EST_Item::f(const EST_String&, const EST_Val&) const':../../../../speech_tools/include/ling_class/EST_Item.h:292:2: warning: nonnull argument 'this' compared to NULL [-Wnonnull-compare] if (this == 0) ^~../../../../speech_tools/include/ling_class/EST_Item.h: In member function 'EST_Item* EST_Item::next() const':../../../../speech_tools/include/ling_class/EST_Item.h:342:47: warning: nonnull argument 'this' compared to NULL [-Wnonnull-compare] EST_Item *next() const { return this == 0 ? 0 : n; } ~~~~~~~~~~^~~~~~~../../../../speech_tools/include/ling_class/EST_Item.h: In member function 'EST_Item* EST_Item::prev() const':../../../../speech_tools/include/ling_class/EST_Item.h:344:47: warning: nonnull argument 'this' compared to NULL [-Wnonnull-compare] EST_Item *prev() const { return this == 0 ? 0 : p; } ~~~~~~~~~~^~~~~~~gcc -c -fno-implicit-templates -Wall -I../include -I../UniSyn -I../../../src/include -I../../../../speech_tools/include cldb.ccIn file included from ../../../../speech_tools/include/EST_types.h:44:0, from ../../../../speech_tools/include/EST_string_aux.h:45, from ../../../../speech_tools/include/EST.h:49, from ../../../src/include/festival.h:47, from cldb.cc:43:../../../../speech_tools/include/EST_TVector.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TVector&)': ../../../../speech_tools/include/EST_TVector.h:316:9: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (i = 0; i < m.n(); ++i) ^~~../../../../speech_tools/include/EST_TVector.h:317:32: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << m(i) << " "; st << endl; ^~In file included from ../../../../speech_tools/include/EST_TSimpleMatrix.h:46:0, from ../../../../speech_tools/include/EST_FMatrix.h:44, from ../../../../speech_tools/include/EST_types.h:47, from ../../../../speech_tools/include/EST_string_aux.h:45, from ../../../../speech_tools/include/EST.h:49, from ../../../src/include/festival.h:47, from cldb.cc:43:../../../../speech_tools/include/EST_TMatrix.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TMatrix&)': ../../../../speech_tools/include/EST_TMatrix.h:316:13: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (j = 0; j < a.num_columns(); ++j) ^~~../../../../speech_tools/include/EST_TMatrix.h:317:50: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << a.a_no_check(i, j) << " "; st << endl; ^~In file included from ../../../../speech_tools/include/ling_class/EST_Relation.h:48:0, from ../../../../speech_tools/include/EST_wave_aux.h:52, from ../../../../speech_tools/include/EST_speech_class.h:44, from ../../../../speech_tools/include/EST.h:62, from ../../../src/include/festival.h:47, from cldb.cc:43:../../../../speech_tools/include/ling_class/EST_Item.h: In member function 'const EST_Val EST_Item::f(const EST_String&) const':../../../../speech_tools/include/ling_class/EST_Item.h:257:2: warning: nonnull argument 'this' compared to NULL [-Wnonnull-compare] if (this == 0) ^~gcc -c -fno-implicit-templates -Wall -I../include -I../UniSyn -I../../../src/include -I../../../../speech_tools/include cljoin.ccIn file included from ../../../../speech_tools/include/EST_types.h:44:0, from ../../../../speech_tools/include/EST_string_aux.h:45, from ../../../../speech_tools/include/EST.h:49, from ../UniSyn/us_synthesis.h:44, from cljoin.cc:42:../../../../speech_tools/include/EST_TVector.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TVector&)': ../../../../speech_tools/include/EST_TVector.h:316:9: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (i = 0; i < m.n(); ++i) ^~~../../../../speech_tools/include/EST_TVector.h:317:32: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << m(i) << " "; st << endl; ^~In file included from ../../../../speech_tools/include/EST_TSimpleMatrix.h:46:0, from ../../../../speech_tools/include/EST_FMatrix.h:44, from ../../../../speech_tools/include/EST_types.h:47, from ../../../../speech_tools/include/EST_string_aux.h:45, from ../../../../speech_tools/include/EST.h:49, from ../UniSyn/us_synthesis.h:44, from cljoin.cc:42:../../../../speech_tools/include/EST_TMatrix.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TMatrix&)': ../../../../speech_tools/include/EST_TMatrix.h:316:13: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (j = 0; j < a.num_columns(); ++j) ^~~../../../../speech_tools/include/EST_TMatrix.h:317:50: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << a.a_no_check(i, j) << " "; st << endl; ^~In file included from ../../../../speech_tools/include/ling_class/EST_Relation.h:48:0, from ../../../../speech_tools/include/EST_wave_aux.h:52, from ../../../../speech_tools/include/EST_speech_class.h:44, from ../../../../speech_tools/include/EST.h:62, from ../UniSyn/us_synthesis.h:44, from cljoin.cc:42:../../../../speech_tools/include/ling_class/EST_Item.h: In member function 'const EST_Val EST_Item::f(const EST_String&) const':../../../../speech_tools/include/ling_class/EST_Item.h:257:2: warning: nonnull argument 'this' compared to NULL [-Wnonnull-compare] if (this == 0) ^~../../../../speech_tools/include/ling_class/EST_Item.h: In member function 'const EST_Val EST_Item::f(const EST_String&, const EST_Val&) const':../../../../speech_tools/include/ling_class/EST_Item.h:292:2: warning: nonnull argument 'this' compared to NULL [-Wnonnull-compare] if (this == 0) ^~../../../../speech_tools/include/ling_class/EST_Item.h: In member function 'EST_Item* EST_Item::next() const':../../../../speech_tools/include/ling_class/EST_Item.h:342:47: warning: nonnull argument 'this' compared to NULL [-Wnonnull-compare] EST_Item *next() const { return this == 0 ? 0 : n; } ~~~~~~~~~~^~~~~~~look at library Festival acost.o clunits.o cldb.o cljoin.oUpdate library Festival acost.o clunits.o cldb.o cljoin.oar: `u' modifier ignored since `D' is the default (see `U')a - acost.oa - clunits.oa - cldb.oa - cljoin.oMaking in directory src/modules/clustergen ...making dependencies -- clustergen.cc mlsa_resynthesis.cc vc.cc simple_mlpg.cc HTS_vocoder_me.cc gcc -c -fno-implicit-templates -Wall -I../include -I ../hts_engine -DFESTIVAL -I../../../src/include -I../../../../speech_tools/include clustergen.ccIn file included from ../../../../speech_tools/include/EST_types.h:44:0, from ../../../../speech_tools/include/EST_string_aux.h:45, from ../../../../speech_tools/include/EST.h:49, from ../../../src/include/festival.h:47, from clustergen.cc:44:../../../../speech_tools/include/EST_TVector.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TVector&)': ../../../../speech_tools/include/EST_TVector.h:316:9: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (i = 0; i < m.n(); ++i) ^~~../../../../speech_tools/include/EST_TVector.h:317:32: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << m(i) << " "; st << endl; ^~In file included from ../../../../speech_tools/include/EST_TSimpleMatrix.h:46:0, from ../../../../speech_tools/include/EST_FMatrix.h:44, from ../../../../speech_tools/include/EST_types.h:47, from ../../../../speech_tools/include/EST_string_aux.h:45, from ../../../../speech_tools/include/EST.h:49, from ../../../src/include/festival.h:47, from clustergen.cc:44:../../../../speech_tools/include/EST_TMatrix.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TMatrix&)': ../../../../speech_tools/include/EST_TMatrix.h:316:13: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (j = 0; j < a.num_columns(); ++j) ^~~../../../../speech_tools/include/EST_TMatrix.h:317:50: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << a.a_no_check(i, j) << " "; st << endl; ^~gcc -c -fno-implicit-templates -Wall -I../include -I ../hts_engine -DFESTIVAL -I../../../src/include -I../../../../speech_tools/include mlsa_resynthesis.ccIn file included from ../../../../speech_tools/include/EST_types.h:44:0, from ../../../../speech_tools/include/EST_string_aux.h:45, from ../../../../speech_tools/include/EST.h:49, from ../../../src/include/festival.h:47, from mlsa_resynthesis.cc:47:../../../../speech_tools/include/EST_TVector.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TVector&)': ../../../../speech_tools/include/EST_TVector.h:316:9: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (i = 0; i < m.n(); ++i) ^~~../../../../speech_tools/include/EST_TVector.h:317:32: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << m(i) << " "; st << endl; ^~In file included from ../../../../speech_tools/include/EST_TSimpleMatrix.h:46:0, from ../../../../speech_tools/include/EST_FMatrix.h:44, from ../../../../speech_tools/include/EST_types.h:47, from ../../../../speech_tools/include/EST_string_aux.h:45, from ../../../../speech_tools/include/EST.h:49, from ../../../src/include/festival.h:47, from mlsa_resynthesis.cc:47:../../../../speech_tools/include/EST_TMatrix.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TMatrix&)': ../../../../speech_tools/include/EST_TMatrix.h:316:13: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (j = 0; j < a.num_columns(); ++j) ^~~../../../../speech_tools/include/EST_TMatrix.h:317:50: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << a.a_no_check(i, j) << " "; st << endl; ^~mlsa_resynthesis.cc: In function 'DVECTOR_STRUCT* synthesis_body(DMATRIX, DVECTOR, EST_Track*, EST_Track*, double, int, double, double)':mlsa_resynthesis.cc:176:8: warning: unused variable 'filters' [-Wunused-variable] LISP filters; ^~~~~~~mlsa_resynthesis.cc:177:8: warning: unused variable 'f' [-Wunused-variable] LISP f; ^mlsa_resynthesis.cc:178:7: warning: unused variable 'fl' [-Wunused-variable] int fl; ^~gcc -c -fno-implicit-templates -Wall -I../include -I ../hts_engine -DFESTIVAL -I../../../src/include -I../../../../speech_tools/include vc.ccIn file included from ../../../../speech_tools/include/EST_types.h:44:0, from ../../../../speech_tools/include/EST_string_aux.h:45, from ../../../../speech_tools/include/EST.h:49, from ../../../src/include/festival.h:47, from vc.cc:50:../../../../speech_tools/include/EST_TVector.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TVector&)': ../../../../speech_tools/include/EST_TVector.h:316:9: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (i = 0; i < m.n(); ++i) ^~~../../../../speech_tools/include/EST_TVector.h:317:32: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << m(i) << " "; st << endl; ^~In file included from ../../../../speech_tools/include/EST_TSimpleMatrix.h:46:0, from ../../../../speech_tools/include/EST_FMatrix.h:44, from ../../../../speech_tools/include/EST_types.h:47, from ../../../../speech_tools/include/EST_string_aux.h:45, from ../../../../speech_tools/include/EST.h:49, from ../../../src/include/festival.h:47, from vc.cc:50:../../../../speech_tools/include/EST_TMatrix.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TMatrix&)': ../../../../speech_tools/include/EST_TMatrix.h:316:13: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (j = 0; j < a.num_columns(); ++j) ^~~../../../../speech_tools/include/EST_TMatrix.h:317:50: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << a.a_no_check(i, j) << " "; st << endl; ^~gcc -c -fno-implicit-templates -Wall -I../include -I ../hts_engine -DFESTIVAL -I../../../src/include -I../../../../speech_tools/include simple_mlpg.ccIn file included from ../../../../speech_tools/include/EST_types.h:44:0, from ../../../../speech_tools/include/EST_string_aux.h:45, from ../../../../speech_tools/include/EST.h:49, from ../../../src/include/festival.h:47, from simple_mlpg.cc:86:../../../../speech_tools/include/EST_TVector.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TVector&)': ../../../../speech_tools/include/EST_TVector.h:316:9: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (i = 0; i < m.n(); ++i) ^~~../../../../speech_tools/include/EST_TVector.h:317:32: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << m(i) << " "; st << endl; ^~In file included from ../../../../speech_tools/include/EST_TSimpleMatrix.h:46:0, from ../../../../speech_tools/include/EST_FMatrix.h:44, from ../../../../speech_tools/include/EST_types.h:47, from ../../../../speech_tools/include/EST_string_aux.h:45, from ../../../../speech_tools/include/EST.h:49, from ../../../src/include/festival.h:47, from simple_mlpg.cc:86:../../../../speech_tools/include/EST_TMatrix.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TMatrix&)': ../../../../speech_tools/include/EST_TMatrix.h:316:13: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (j = 0; j < a.num_columns(); ++j) ^~~../../../../speech_tools/include/EST_TMatrix.h:317:50: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << a.a_no_check(i, j) << " "; st << endl; ^~simple_mlpg.cc: In function 'obj* mlpg(LISP)':simple_mlpg.cc:925:11: warning: variable 'like' set but not used [-Wunused-but-set-variable] float like; ^~~~gcc -c -fno-implicit-templates -Wall -I../include -I ../hts_engine -DFESTIVAL -I../../../src/include -I../../../../speech_tools/include HTS_vocoder_me.ccIn file included from HTS_vocoder_me.cc:94:0:../hts_engine/HTS_vocoder.c: In function 'void HTS_freqt(HTS_Vocoder*, const double*, int, double*, int, double)':../hts_engine/HTS_vocoder.c:266:11: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if (m2 > v->freqt_size) { ~~~^~~~~~~~~~~~~~~../hts_engine/HTS_vocoder.c: In function 'double HTS_b2en(HTS_Vocoder*, const double*, int, double)':../hts_engine/HTS_vocoder.c:313:28: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if (v->spectrum2en_size < m) { ~~~~~~~~~~~~~~~~~~~~^~~../hts_engine/HTS_vocoder.c: In function 'void HTS_lsp2lpc(HTS_Vocoder*, double*, double*, int)':../hts_engine/HTS_vocoder.c:379:10: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if (m > v->lsp2lpc_size) { ~~^~~~~~~~~~~~~~~~~../hts_engine/HTS_vocoder.c: In function 'void HTS_gc2gc(HTS_Vocoder*, double*, int, double, double*, int, double)':../hts_engine/HTS_vocoder.c:459:11: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if (m1 > v->gc2gc_size) { ~~~^~~~~~~~~~~~~~~../hts_engine/HTS_vocoder.c: In function 'void HTS_ping_pulse(HTS_Vocoder*, int, double, int, const double*)':../hts_engine/HTS_vocoder.c:650:23: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if (0 <= i && i < v->pulse_size) ~~^~~~~~~~~~~~~~~../hts_engine/HTS_vocoder.c: In function 'void HTS_ping_noise(HTS_Vocoder*, int, int, const double*)':../hts_engine/HTS_vocoder.c:661:23: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if (0 <= i && i < v->pulse_size) { ~~^~~~~~~~~~~~~~~../hts_engine/HTS_vocoder.c: In function 'double HTS_Vocoder_get_excitation(HTS_Vocoder*, int, int, int, const double*)':../hts_engine/HTS_vocoder.c:710:27: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for (i = 0; i < v->fprd; i++) ~~^~~~~~~~~../hts_engine/HTS_vocoder.c:717:30: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for (i = nlpf; i < v->fprd; i++) ~~^~~~~~~~~../hts_engine/HTS_vocoder.c:720:50: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for (i = 0, j = (IPERIOD + 1) / 2; i < v->fprd; i++) { ~~^~~~~~~~~../hts_engine/HTS_vocoder.c:730:33: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for (i = v->fprd; i < v->fprd + nlpf; i++) { ~~^~~~~~~~~~~~~~~~../hts_engine/HTS_vocoder.c:736:30: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for (i = nlpf; i < v->fprd + nlpf; i++) ~~^~~~~~~~~~~~~~~~../hts_engine/HTS_vocoder.c: In function 'void HTS_Vocoder_end_excitation(HTS_Vocoder*, int)':../hts_engine/HTS_vocoder.c:764:21: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for (i = 0; i < v->pulse_size; i++) ~~^~~~~~~~~~~~~~~../hts_engine/HTS_vocoder.c:765:16: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if (i < v->pulse_size - v->fprd) ~~^~~~~~~~~~~~~~~~~~~~~~~~~../hts_engine/HTS_vocoder.c: In function 'void HTS_Vocoder_postfilter_mcp(HTS_Vocoder*, double*, int, double, double)':../hts_engine/HTS_vocoder.c:780:30: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if (v->postfilter_size < m) { ~~~~~~~~~~~~~~~~~~~^~~../hts_engine/HTS_vocoder.c: In function 'void HTS_Vocoder_synthesize(HTS_Vocoder*, size_t, double, double*, size_t, double*, double, double, double, double*, HTS_Audio*)':../hts_engine/HTS_vocoder.c:911:24: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for (i = 1; i <= m; i++) ~~^~~~../hts_engine/HTS_vocoder.c:916:24: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for (i = 1; i <= m; i++) ~~^~~~../hts_engine/HTS_vocoder.c:925:21: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for (i = 0; i <= m; i++) ~~^~~~../hts_engine/HTS_vocoder.c:933:21: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for (i = 1; i <= m; i++) ~~^~~~../hts_engine/HTS_vocoder.c:935:21: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for (i = 0; i <= m; i++) ~~^~~~../hts_engine/HTS_vocoder.c:939:41: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for (j = 0, i = (IPERIOD + 1) / 2; j < v->fprd; j++) { ~~^~~~~~~~~../hts_engine/HTS_vocoder.c:966:24: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for (i = 0; i <= m; i++) ~~^~~~HTS_vocoder_me.cc: In function 'void HTS_Vocoder_synthesize_me(HTS_Vocoder_ME*, int, double, double*, double*, size_t, double*, double, double, double, double*, HTS_Audio*)':HTS_vocoder_me.cc:255:40: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for (j = 0, i = (IPERIOD + 1) / 2; j < v->fprd; j++) ~~^~~~~~~~~HTS_vocoder_me.cc:196:10: warning: unused variable 'e1' [-Wunused-variable] double e1, e2; ^~HTS_vocoder_me.cc:196:14: warning: unused variable 'e2' [-Wunused-variable] double e1, e2; ^~look at library Festival clustergen.o mlsa_resynthesis.o vc.o simple_mlpg.o HTS_vocoder_me.oUpdate library Festival clustergen.o mlsa_resynthesis.o vc.o simple_mlpg.o HTS_vocoder_me.oar: `u' modifier ignored since `D' is the default (see `U')a - clustergen.oa - mlsa_resynthesis.oa - vc.oa - simple_mlpg.oa - HTS_vocoder_me.oMaking in directory src/modules/MultiSyn ...making dependencies -- UnitSelection.cc VoiceBase.cc DiphoneUnitVoice.cc VoiceModuleBase.cc DiphoneVoiceModule.cc EST_TargetCost.cc TargetCostRescoring.cc EST_JoinCost.cc EST_JoinCostCache.cc DiphoneBackoff.cc EST_DiphoneCoverage.cc EST_FlatTargetCost.cc gcc -c -fno-implicit-templates -Wall -I../include -I../../../src/include -I../../../../speech_tools/include UnitSelection.ccIn file included from ../../../../speech_tools/include/EST_types.h:44:0, from ../../../../speech_tools/include/EST_string_aux.h:45, from ../../../../speech_tools/include/siod.h:18, from UnitSelection.cc:43:../../../../speech_tools/include/EST_TVector.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TVector&)': ../../../../speech_tools/include/EST_TVector.h:316:9: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (i = 0; i < m.n(); ++i) ^~~../../../../speech_tools/include/EST_TVector.h:317:32: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << m(i) << " "; st << endl; ^~In file included from ../../../../speech_tools/include/EST_TSimpleMatrix.h:46:0, from ../../../../speech_tools/include/EST_FMatrix.h:44, from ../../../../speech_tools/include/EST_types.h:47, from ../../../../speech_tools/include/EST_string_aux.h:45, from ../../../../speech_tools/include/siod.h:18, from UnitSelection.cc:43:../../../../speech_tools/include/EST_TMatrix.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TMatrix&)': ../../../../speech_tools/include/EST_TMatrix.h:316:13: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (j = 0; j < a.num_columns(); ++j) ^~~../../../../speech_tools/include/EST_TMatrix.h:317:50: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << a.a_no_check(i, j) << " "; st << endl; ^~In file included from ../../../../speech_tools/include/ling_class/EST_Relation.h:48:0, from ../../../../speech_tools/include/EST_wave_aux.h:52, from ../../../../speech_tools/include/EST_speech_class.h:44, from ../../../../speech_tools/include/EST.h:62, from UnitSelection.cc:44:../../../../speech_tools/include/ling_class/EST_Item.h: In member function 'const EST_Val EST_Item::f(const EST_String&) const':../../../../speech_tools/include/ling_class/EST_Item.h:257:2: warning: nonnull argument 'this' compared to NULL [-Wnonnull-compare] if (this == 0) ^~../../../../speech_tools/include/ling_class/EST_Item.h: In member function 'EST_Item* EST_Item::next() const':../../../../speech_tools/include/ling_class/EST_Item.h:342:47: warning: nonnull argument 'this' compared to NULL [-Wnonnull-compare] EST_Item *next() const { return this == 0 ? 0 : n; } ~~~~~~~~~~^~~~~~~gcc -c -fno-implicit-templates -Wall -I../include -I../../../src/include -I../../../../speech_tools/include VoiceBase.ccgcc -c -fno-implicit-templates -Wall -I../include -I../../../src/include -I../../../../speech_tools/include DiphoneUnitVoice.ccIn file included from ../../../../speech_tools/include/EST_types.h:44:0, from ../../../../speech_tools/include/EST_string_aux.h:45, from ../../../../speech_tools/include/EST.h:49, from ../../../src/include/festival.h:47, from DiphoneUnitVoice.cc:43:../../../../speech_tools/include/EST_TVector.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TVector&)': ../../../../speech_tools/include/EST_TVector.h:316:9: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (i = 0; i < m.n(); ++i) ^~~../../../../speech_tools/include/EST_TVector.h:317:32: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << m(i) << " "; st << endl; ^~In file included from ../../../../speech_tools/include/EST_TSimpleMatrix.h:46:0, from ../../../../speech_tools/include/EST_FMatrix.h:44, from ../../../../speech_tools/include/EST_types.h:47, from ../../../../speech_tools/include/EST_string_aux.h:45, from ../../../../speech_tools/include/EST.h:49, from ../../../src/include/festival.h:47, from DiphoneUnitVoice.cc:43:../../../../speech_tools/include/EST_TMatrix.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TMatrix&)': ../../../../speech_tools/include/EST_TMatrix.h:316:13: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (j = 0; j < a.num_columns(); ++j) ^~~../../../../speech_tools/include/EST_TMatrix.h:317:50: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << a.a_no_check(i, j) << " "; st << endl; ^~In file included from ../../../../speech_tools/include/ling_class/EST_Relation.h:48:0, from ../../../../speech_tools/include/EST_wave_aux.h:52, from ../../../../speech_tools/include/EST_speech_class.h:44, from ../../../../speech_tools/include/EST.h:62, from ../../../src/include/festival.h:47, from DiphoneUnitVoice.cc:43:../../../../speech_tools/include/ling_class/EST_Item.h: In member function 'const EST_Val EST_Item::f(const EST_String&) const':../../../../speech_tools/include/ling_class/EST_Item.h:257:2: warning: nonnull argument 'this' compared to NULL [-Wnonnull-compare] if (this == 0) ^~../../../../speech_tools/include/ling_class/EST_Item.h: In member function 'EST_Item* EST_Item::next() const':../../../../speech_tools/include/ling_class/EST_Item.h:342:47: warning: nonnull argument 'this' compared to NULL [-Wnonnull-compare] EST_Item *next() const { return this == 0 ? 0 : n; } ~~~~~~~~~~^~~~~~~../../../../speech_tools/include/ling_class/EST_Item.h: In member function 'EST_Item* EST_Item::prev() const':../../../../speech_tools/include/ling_class/EST_Item.h:344:47: warning: nonnull argument 'this' compared to NULL [-Wnonnull-compare] EST_Item *prev() const { return this == 0 ? 0 : p; } ~~~~~~~~~~^~~~~~~../../../../speech_tools/include/ling_class/EST_Item.h: In member function 'EST_Item* EST_Item::up() const':../../../../speech_tools/include/ling_class/EST_Item.h:348:47: warning: nonnull argument 'this' compared to NULL [-Wnonnull-compare] EST_Item *up() const { return this == 0 ? 0 : u; } ~~~~~~~~~~^~~~~~~gcc -c -fno-implicit-templates -Wall -I../include -I../../../src/include -I../../../../speech_tools/include VoiceModuleBase.ccIn file included from ../../../../speech_tools/include/EST_types.h:44:0, from ../../../../speech_tools/include/EST_string_aux.h:45, from ../../../../speech_tools/include/siod.h:18, from EST_TargetCost.h:51, from EST_FlatTargetCost.h:50, from VoiceModuleBase.h:55, from VoiceModuleBase.cc:43:../../../../speech_tools/include/EST_TVector.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TVector&)': ../../../../speech_tools/include/EST_TVector.h:316:9: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (i = 0; i < m.n(); ++i) ^~~../../../../speech_tools/include/EST_TVector.h:317:32: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << m(i) << " "; st << endl; ^~In file included from ../../../../speech_tools/include/EST_TSimpleMatrix.h:46:0, from ../../../../speech_tools/include/EST_FMatrix.h:44, from ../../../../speech_tools/include/EST_types.h:47, from ../../../../speech_tools/include/EST_string_aux.h:45, from ../../../../speech_tools/include/siod.h:18, from EST_TargetCost.h:51, from EST_FlatTargetCost.h:50, from VoiceModuleBase.h:55, from VoiceModuleBase.cc:43:../../../../speech_tools/include/EST_TMatrix.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TMatrix&)': ../../../../speech_tools/include/EST_TMatrix.h:316:13: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (j = 0; j < a.num_columns(); ++j) ^~~../../../../speech_tools/include/EST_TMatrix.h:317:50: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << a.a_no_check(i, j) << " "; st << endl; ^~gcc -c -fno-implicit-templates -Wall -I../include -I../../../src/include -I../../../../speech_tools/include DiphoneVoiceModule.ccIn file included from ../../../../speech_tools/include/EST_types.h:44:0, from ../../../../speech_tools/include/EST_string_aux.h:45, from ../../../../speech_tools/include/siod.h:18, from EST_TargetCost.h:51, from EST_FlatTargetCost.h:50, from VoiceModuleBase.h:55, from DiphoneVoiceModule.h:46, from DiphoneVoiceModule.cc:43:../../../../speech_tools/include/EST_TVector.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TVector&)': ../../../../speech_tools/include/EST_TVector.h:316:9: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (i = 0; i < m.n(); ++i) ^~~../../../../speech_tools/include/EST_TVector.h:317:32: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << m(i) << " "; st << endl; ^~In file included from ../../../../speech_tools/include/EST_TSimpleMatrix.h:46:0, from ../../../../speech_tools/include/EST_FMatrix.h:44, from ../../../../speech_tools/include/EST_types.h:47, from ../../../../speech_tools/include/EST_string_aux.h:45, from ../../../../speech_tools/include/siod.h:18, from EST_TargetCost.h:51, from EST_FlatTargetCost.h:50, from VoiceModuleBase.h:55, from DiphoneVoiceModule.h:46, from DiphoneVoiceModule.cc:43:../../../../speech_tools/include/EST_TMatrix.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TMatrix&)': ../../../../speech_tools/include/EST_TMatrix.h:316:13: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (j = 0; j < a.num_columns(); ++j) ^~~../../../../speech_tools/include/EST_TMatrix.h:317:50: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << a.a_no_check(i, j) << " "; st << endl; ^~In file included from ../../../../speech_tools/include/ling_class/EST_Relation.h:48:0, from ../../../../speech_tools/include/EST_viterbi.h:48, from DiphoneVoiceModule.h:52, from DiphoneVoiceModule.cc:43:../../../../speech_tools/include/ling_class/EST_Item.h: In member function 'const EST_Val EST_Item::f(const EST_String&) const':../../../../speech_tools/include/ling_class/EST_Item.h:257:2: warning: nonnull argument 'this' compared to NULL [-Wnonnull-compare] if (this == 0) ^~../../../../speech_tools/include/ling_class/EST_Item.h: In member function 'EST_Item* EST_Item::next() const':../../../../speech_tools/include/ling_class/EST_Item.h:342:47: warning: nonnull argument 'this' compared to NULL [-Wnonnull-compare] EST_Item *next() const { return this == 0 ? 0 : n; } ~~~~~~~~~~^~~~~~~../../../../speech_tools/include/ling_class/EST_Item.h: In member function 'EST_Item* EST_Item::prev() const':../../../../speech_tools/include/ling_class/EST_Item.h:344:47: warning: nonnull argument 'this' compared to NULL [-Wnonnull-compare] EST_Item *prev() const { return this == 0 ? 0 : p; } ~~~~~~~~~~^~~~~~~gcc -c -fno-implicit-templates -Wall -I../include -I../../../src/include -I../../../../speech_tools/include EST_TargetCost.ccIn file included from ../../../../speech_tools/include/EST_types.h:44:0, from ../../../../speech_tools/include/EST_string_aux.h:45, from ../../../../speech_tools/include/EST.h:49, from ../../../src/include/festival.h:47, from EST_TargetCost.cc:48:../../../../speech_tools/include/EST_TVector.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TVector&)': ../../../../speech_tools/include/EST_TVector.h:316:9: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (i = 0; i < m.n(); ++i) ^~~../../../../speech_tools/include/EST_TVector.h:317:32: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << m(i) << " "; st << endl; ^~In file included from ../../../../speech_tools/include/EST_TSimpleMatrix.h:46:0, from ../../../../speech_tools/include/EST_FMatrix.h:44, from ../../../../speech_tools/include/EST_types.h:47, from ../../../../speech_tools/include/EST_string_aux.h:45, from ../../../../speech_tools/include/EST.h:49, from ../../../src/include/festival.h:47, from EST_TargetCost.cc:48:../../../../speech_tools/include/EST_TMatrix.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TMatrix&)': ../../../../speech_tools/include/EST_TMatrix.h:316:13: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (j = 0; j < a.num_columns(); ++j) ^~~../../../../speech_tools/include/EST_TMatrix.h:317:50: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << a.a_no_check(i, j) << " "; st << endl; ^~In file included from ../../../../speech_tools/include/ling_class/EST_Relation.h:48:0, from ../../../../speech_tools/include/EST_wave_aux.h:52, from ../../../../speech_tools/include/EST_speech_class.h:44, from ../../../../speech_tools/include/EST.h:62, from ../../../src/include/festival.h:47, from EST_TargetCost.cc:48:../../../../speech_tools/include/ling_class/EST_Item.h: In member function 'const EST_Val EST_Item::f(const EST_String&) const':../../../../speech_tools/include/ling_class/EST_Item.h:257:2: warning: nonnull argument 'this' compared to NULL [-Wnonnull-compare] if (this == 0) ^~../../../../speech_tools/include/ling_class/EST_Item.h: In member function 'const EST_Val EST_Item::f(const EST_String&, const EST_Val&) const':../../../../speech_tools/include/ling_class/EST_Item.h:292:2: warning: nonnull argument 'this' compared to NULL [-Wnonnull-compare] if (this == 0) ^~../../../../speech_tools/include/ling_class/EST_Item.h: In member function 'EST_Item* EST_Item::next() const':../../../../speech_tools/include/ling_class/EST_Item.h:342:47: warning: nonnull argument 'this' compared to NULL [-Wnonnull-compare] EST_Item *next() const { return this == 0 ? 0 : n; } ~~~~~~~~~~^~~~~~~../../../../speech_tools/include/ling_class/EST_Item.h: In member function 'EST_Item* EST_Item::prev() const':../../../../speech_tools/include/ling_class/EST_Item.h:344:47: warning: nonnull argument 'this' compared to NULL [-Wnonnull-compare] EST_Item *prev() const { return this == 0 ? 0 : p; } ~~~~~~~~~~^~~~~~~../../../../speech_tools/include/ling_class/EST_Item.h: In member function 'EST_Item* EST_Item::down() const':../../../../speech_tools/include/ling_class/EST_Item.h:346:47: warning: nonnull argument 'this' compared to NULL [-Wnonnull-compare] EST_Item *down() const { return this == 0 ? 0 : d; } ~~~~~~~~~~^~~~~~~../../../../speech_tools/include/ling_class/EST_Item.h: In member function 'EST_Item* EST_Item::up() const':../../../../speech_tools/include/ling_class/EST_Item.h:348:47: warning: nonnull argument 'this' compared to NULL [-Wnonnull-compare] EST_Item *up() const { return this == 0 ? 0 : u; } ~~~~~~~~~~^~~~~~~gcc -c -fno-implicit-templates -Wall -I../include -I../../../src/include -I../../../../speech_tools/include TargetCostRescoring.ccIn file included from ../../../../speech_tools/include/EST_types.h:44:0, from ../../../../speech_tools/include/EST_Features.h:43, from ../../../../speech_tools/include/EST_viterbi.h:47, from TargetCostRescoring.h:51, from TargetCostRescoring.cc:45:../../../../speech_tools/include/EST_TVector.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TVector&)': ../../../../speech_tools/include/EST_TVector.h:316:9: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (i = 0; i < m.n(); ++i) ^~~../../../../speech_tools/include/EST_TVector.h:317:32: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << m(i) << " "; st << endl; ^~In file included from ../../../../speech_tools/include/EST_TSimpleMatrix.h:46:0, from ../../../../speech_tools/include/EST_FMatrix.h:44, from ../../../../speech_tools/include/EST_types.h:47, from ../../../../speech_tools/include/EST_Features.h:43, from ../../../../speech_tools/include/EST_viterbi.h:47, from TargetCostRescoring.h:51, from TargetCostRescoring.cc:45:../../../../speech_tools/include/EST_TMatrix.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TMatrix&)': ../../../../speech_tools/include/EST_TMatrix.h:316:13: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (j = 0; j < a.num_columns(); ++j) ^~~../../../../speech_tools/include/EST_TMatrix.h:317:50: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << a.a_no_check(i, j) << " "; st << endl; ^~In file included from ../../../../speech_tools/include/ling_class/EST_Relation.h:48:0, from ../../../../speech_tools/include/EST_viterbi.h:48, from TargetCostRescoring.h:51, from TargetCostRescoring.cc:45:../../../../speech_tools/include/ling_class/EST_Item.h: In member function 'EST_Item* EST_Item::next() const':../../../../speech_tools/include/ling_class/EST_Item.h:342:47: warning: nonnull argument 'this' compared to NULL [-Wnonnull-compare] EST_Item *next() const { return this == 0 ? 0 : n; } ~~~~~~~~~~^~~~~~~gcc -c -fno-implicit-templates -Wall -I../include -I../../../src/include -I../../../../speech_tools/include EST_JoinCost.ccIn file included from ../../../../speech_tools/include/EST_types.h:44:0, from ../../../../speech_tools/include/ling_class/EST_Relation.h:45, from EST_JoinCost.cc:47:../../../../speech_tools/include/EST_TVector.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TVector&)': ../../../../speech_tools/include/EST_TVector.h:316:9: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (i = 0; i < m.n(); ++i) ^~~../../../../speech_tools/include/EST_TVector.h:317:32: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << m(i) << " "; st << endl; ^~In file included from ../../../../speech_tools/include/EST_TSimpleMatrix.h:46:0, from ../../../../speech_tools/include/EST_FMatrix.h:44, from ../../../../speech_tools/include/EST_types.h:47, from ../../../../speech_tools/include/ling_class/EST_Relation.h:45, from EST_JoinCost.cc:47:../../../../speech_tools/include/EST_TMatrix.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TMatrix&)': ../../../../speech_tools/include/EST_TMatrix.h:316:13: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (j = 0; j < a.num_columns(); ++j) ^~~../../../../speech_tools/include/EST_TMatrix.h:317:50: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << a.a_no_check(i, j) << " "; st << endl; ^~gcc -c -fno-implicit-templates -Wall -I../include -I../../../src/include -I../../../../speech_tools/include EST_JoinCostCache.ccIn file included from ../../../../speech_tools/include/EST_types.h:44:0, from ../../../../speech_tools/include/EST_Features.h:43, from ../../../../speech_tools/include/ling_class/EST_Item.h:48, from EST_JoinCostCache.h:60, from EST_JoinCostCache.cc:41:../../../../speech_tools/include/EST_TVector.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TVector&)': ../../../../speech_tools/include/EST_TVector.h:316:9: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (i = 0; i < m.n(); ++i) ^~~../../../../speech_tools/include/EST_TVector.h:317:32: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << m(i) << " "; st << endl; ^~In file included from ../../../../speech_tools/include/EST_TSimpleMatrix.h:46:0, from ../../../../speech_tools/include/EST_FMatrix.h:44, from ../../../../speech_tools/include/EST_types.h:47, from ../../../../speech_tools/include/EST_Features.h:43, from ../../../../speech_tools/include/ling_class/EST_Item.h:48, from EST_JoinCostCache.h:60, from EST_JoinCostCache.cc:41:../../../../speech_tools/include/EST_TMatrix.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TMatrix&)': ../../../../speech_tools/include/EST_TMatrix.h:316:13: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (j = 0; j < a.num_columns(); ++j) ^~~../../../../speech_tools/include/EST_TMatrix.h:317:50: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << a.a_no_check(i, j) << " "; st << endl; ^~In file included from EST_JoinCostCache.h:60:0, from EST_JoinCostCache.cc:41:../../../../speech_tools/include/ling_class/EST_Item.h: In member function 'EST_Item* EST_Item::prev() const':../../../../speech_tools/include/ling_class/EST_Item.h:344:47: warning: nonnull argument 'this' compared to NULL [-Wnonnull-compare] EST_Item *prev() const { return this == 0 ? 0 : p; } ~~~~~~~~~~^~~~~~~gcc -c -fno-implicit-templates -Wall -I../include -I../../../src/include -I../../../../speech_tools/include DiphoneBackoff.ccIn file included from ../../../../speech_tools/include/EST_types.h:44:0, from ../../../../speech_tools/include/EST_string_aux.h:45, from ../../../../speech_tools/include/siod.h:18, from DiphoneBackoff.h:44, from DiphoneBackoff.cc:48:../../../../speech_tools/include/EST_TVector.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TVector&)': ../../../../speech_tools/include/EST_TVector.h:316:9: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (i = 0; i < m.n(); ++i) ^~~../../../../speech_tools/include/EST_TVector.h:317:32: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << m(i) << " "; st << endl; ^~In file included from ../../../../speech_tools/include/EST_TSimpleMatrix.h:46:0, from ../../../../speech_tools/include/EST_FMatrix.h:44, from ../../../../speech_tools/include/EST_types.h:47, from ../../../../speech_tools/include/EST_string_aux.h:45, from ../../../../speech_tools/include/siod.h:18, from DiphoneBackoff.h:44, from DiphoneBackoff.cc:48:../../../../speech_tools/include/EST_TMatrix.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TMatrix&)': ../../../../speech_tools/include/EST_TMatrix.h:316:13: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (j = 0; j < a.num_columns(); ++j) ^~~../../../../speech_tools/include/EST_TMatrix.h:317:50: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << a.a_no_check(i, j) << " "; st << endl; ^~In file included from ../../../../speech_tools/include/ling_class/EST_Relation.h:48:0, from ../../../../speech_tools/include/ling_class/EST_Utterance.h:44, from DiphoneBackoff.h:46, from DiphoneBackoff.cc:48:../../../../speech_tools/include/ling_class/EST_Item.h: In member function 'const EST_Val EST_Item::f(const EST_String&) const':../../../../speech_tools/include/ling_class/EST_Item.h:257:2: warning: nonnull argument 'this' compared to NULL [-Wnonnull-compare] if (this == 0) ^~../../../../speech_tools/include/ling_class/EST_Item.h: In member function 'EST_Item* EST_Item::next() const':../../../../speech_tools/include/ling_class/EST_Item.h:342:47: warning: nonnull argument 'this' compared to NULL [-Wnonnull-compare] EST_Item *next() const { return this == 0 ? 0 : n; } ~~~~~~~~~~^~~~~~~gcc -c -fno-implicit-templates -Wall -I../include -I../../../src/include -I../../../../speech_tools/include EST_DiphoneCoverage.ccIn file included from ../../../../speech_tools/include/EST_types.h:44:0, from ../../../../speech_tools/include/EST_string_aux.h:45, from ../../../../speech_tools/include/EST.h:49, from ../../../src/include/festival.h:47, from EST_DiphoneCoverage.cc:48:../../../../speech_tools/include/EST_TVector.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TVector&)': ../../../../speech_tools/include/EST_TVector.h:316:9: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (i = 0; i < m.n(); ++i) ^~~../../../../speech_tools/include/EST_TVector.h:317:32: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << m(i) << " "; st << endl; ^~In file included from ../../../../speech_tools/include/EST_TSimpleMatrix.h:46:0, from ../../../../speech_tools/include/EST_FMatrix.h:44, from ../../../../speech_tools/include/EST_types.h:47, from ../../../../speech_tools/include/EST_string_aux.h:45, from ../../../../speech_tools/include/EST.h:49, from ../../../src/include/festival.h:47, from EST_DiphoneCoverage.cc:48:../../../../speech_tools/include/EST_TMatrix.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TMatrix&)': ../../../../speech_tools/include/EST_TMatrix.h:316:13: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (j = 0; j < a.num_columns(); ++j) ^~~../../../../speech_tools/include/EST_TMatrix.h:317:50: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << a.a_no_check(i, j) << " "; st << endl; ^~EST_DiphoneCoverage.cc: In member function 'void EST_DiphoneCoverage::print_stats(EST_String)':EST_DiphoneCoverage.cc:109:3: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for(them.begin(strhash); them; them++) ^~~EST_DiphoneCoverage.cc:112:5: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' if (outf != &cout) ^~In file included from ../../../../speech_tools/include/ling_class/EST_Relation.h:48:0, from ../../../../speech_tools/include/EST_wave_aux.h:52, from ../../../../speech_tools/include/EST_speech_class.h:44, from ../../../../speech_tools/include/EST.h:62, from ../../../src/include/festival.h:47, from EST_DiphoneCoverage.cc:48:../../../../speech_tools/include/ling_class/EST_Item.h: In member function 'const EST_Val EST_Item::f(const EST_String&) const':../../../../speech_tools/include/ling_class/EST_Item.h:257:2: warning: nonnull argument 'this' compared to NULL [-Wnonnull-compare] if (this == 0) ^~../../../../speech_tools/include/ling_class/EST_Item.h: In member function 'EST_Item* EST_Item::next() const':../../../../speech_tools/include/ling_class/EST_Item.h:342:47: warning: nonnull argument 'this' compared to NULL [-Wnonnull-compare] EST_Item *next() const { return this == 0 ? 0 : n; } ~~~~~~~~~~^~~~~~~../../../../speech_tools/include/ling_class/EST_Item.h: In member function 'EST_Item* EST_Item::prev() const':../../../../speech_tools/include/ling_class/EST_Item.h:344:47: warning: nonnull argument 'this' compared to NULL [-Wnonnull-compare] EST_Item *prev() const { return this == 0 ? 0 : p; } ~~~~~~~~~~^~~~~~~../../../../speech_tools/include/ling_class/EST_Item.h: In member function 'EST_Item* EST_Item::up() const':../../../../speech_tools/include/ling_class/EST_Item.h:348:47: warning: nonnull argument 'this' compared to NULL [-Wnonnull-compare] EST_Item *up() const { return this == 0 ? 0 : u; } ~~~~~~~~~~^~~~~~~gcc -c -fno-implicit-templates -Wall -I../include -I../../../src/include -I../../../../speech_tools/include EST_FlatTargetCost.ccIn file included from ../../../../speech_tools/include/EST_types.h:44:0, from ../../../../speech_tools/include/EST_string_aux.h:45, from ../../../../speech_tools/include/EST.h:49, from ../../../src/include/festival.h:47, from EST_FlatTargetCost.cc:48:../../../../speech_tools/include/EST_TVector.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TVector&)': ../../../../speech_tools/include/EST_TVector.h:316:9: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (i = 0; i < m.n(); ++i) ^~~../../../../speech_tools/include/EST_TVector.h:317:32: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << m(i) << " "; st << endl; ^~In file included from ../../../../speech_tools/include/EST_TSimpleMatrix.h:46:0, from ../../../../speech_tools/include/EST_FMatrix.h:44, from ../../../../speech_tools/include/EST_types.h:47, from ../../../../speech_tools/include/EST_string_aux.h:45, from ../../../../speech_tools/include/EST.h:49, from ../../../src/include/festival.h:47, from EST_FlatTargetCost.cc:48:../../../../speech_tools/include/EST_TMatrix.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TMatrix&)': ../../../../speech_tools/include/EST_TMatrix.h:316:13: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (j = 0; j < a.num_columns(); ++j) ^~~../../../../speech_tools/include/EST_TMatrix.h:317:50: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << a.a_no_check(i, j) << " "; st << endl; ^~In file included from ../../../../speech_tools/include/ling_class/EST_Relation.h:48:0, from ../../../../speech_tools/include/EST_wave_aux.h:52, from ../../../../speech_tools/include/EST_speech_class.h:44, from ../../../../speech_tools/include/EST.h:62, from ../../../src/include/festival.h:47, from EST_FlatTargetCost.cc:48:../../../../speech_tools/include/ling_class/EST_Item.h: In member function 'const EST_Val EST_Item::f(const EST_String&) const':../../../../speech_tools/include/ling_class/EST_Item.h:257:2: warning: nonnull argument 'this' compared to NULL [-Wnonnull-compare] if (this == 0) ^~../../../../speech_tools/include/ling_class/EST_Item.h: In member function 'const EST_Val EST_Item::f(const EST_String&, const EST_Val&) const':../../../../speech_tools/include/ling_class/EST_Item.h:292:2: warning: nonnull argument 'this' compared to NULL [-Wnonnull-compare] if (this == 0) ^~../../../../speech_tools/include/ling_class/EST_Item.h: In member function 'EST_Item* EST_Item::next() const':../../../../speech_tools/include/ling_class/EST_Item.h:342:47: warning: nonnull argument 'this' compared to NULL [-Wnonnull-compare] EST_Item *next() const { return this == 0 ? 0 : n; } ~~~~~~~~~~^~~~~~~../../../../speech_tools/include/ling_class/EST_Item.h: In member function 'EST_Item* EST_Item::prev() const':../../../../speech_tools/include/ling_class/EST_Item.h:344:47: warning: nonnull argument 'this' compared to NULL [-Wnonnull-compare] EST_Item *prev() const { return this == 0 ? 0 : p; } ~~~~~~~~~~^~~~~~~../../../../speech_tools/include/ling_class/EST_Item.h: In member function 'EST_Item* EST_Item::up() const':../../../../speech_tools/include/ling_class/EST_Item.h:348:47: warning: nonnull argument 'this' compared to NULL [-Wnonnull-compare] EST_Item *up() const { return this == 0 ? 0 : u; } ~~~~~~~~~~^~~~~~~look at library Festival UnitSelection.o VoiceBase.o DiphoneUnitVoice.o VoiceModuleBase.o DiphoneVoiceModule.o EST_TargetCost.o TargetCostRescoring.o EST_JoinCost.o EST_JoinCostCache.o DiphoneBackoff.o EST_DiphoneCoverage.o EST_FlatTargetCost.oUpdate library Festival UnitSelection.o VoiceBase.o DiphoneUnitVoice.o VoiceModuleBase.o DiphoneVoiceModule.o EST_TargetCost.o TargetCostRescoring.o EST_JoinCost.o EST_JoinCostCache.o DiphoneBackoff.o EST_DiphoneCoverage.o EST_FlatTargetCost.oar: `u' modifier ignored since `D' is the default (see `U')a - UnitSelection.oa - VoiceBase.oa - DiphoneUnitVoice.oa - VoiceModuleBase.oa - DiphoneVoiceModule.oa - EST_TargetCost.oa - TargetCostRescoring.oa - EST_JoinCost.oa - EST_JoinCostCache.oa - DiphoneBackoff.oa - EST_DiphoneCoverage.oa - EST_FlatTargetCost.oMaking in directory src/modules/MultiSyn/inst_tmpl ...making dependencies -- hash_s_itemlistp_t.cc hash_itemp_tcdatap_t.cc list_uttp_t.cc list_itemp_t.cc list_voicemodulep_t.cc list_strlist_t.cc vector_jccp_t.cc list_scorepair_t.cc gcc -c -fno-implicit-templates -Wall -I../../../../src/modules/MultiSyn -I../../../../src/include -I../../../../../speech_tools/include -DINSTANTIATE_TEMPLATES hash_s_itemlistp_t.ccIn file included from ../../../../../speech_tools/include/EST_types.h:44:0, from ../../../../../speech_tools/include/EST_string_aux.h:45, from ../../../../../speech_tools/include/siod.h:18, from ../../../../src/modules/MultiSyn/DiphoneBackoff.h:44, from ../../../../src/modules/MultiSyn/DiphoneUnitVoice.h:48, from hash_s_itemlistp_t.cc:45:../../../../../speech_tools/include/EST_TVector.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TVector&)': ../../../../../speech_tools/include/EST_TVector.h:316:9: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (i = 0; i < m.n(); ++i) ^~~../../../../../speech_tools/include/EST_TVector.h:317:32: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << m(i) << " "; st << endl; ^~In file included from ../../../../../speech_tools/include/EST_TSimpleMatrix.h:46:0, from ../../../../../speech_tools/include/EST_FMatrix.h:44, from ../../../../../speech_tools/include/EST_types.h:47, from ../../../../../speech_tools/include/EST_string_aux.h:45, from ../../../../../speech_tools/include/siod.h:18, from ../../../../src/modules/MultiSyn/DiphoneBackoff.h:44, from ../../../../src/modules/MultiSyn/DiphoneUnitVoice.h:48, from hash_s_itemlistp_t.cc:45:../../../../../speech_tools/include/EST_TMatrix.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TMatrix&)': ../../../../../speech_tools/include/EST_TMatrix.h:316:13: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (j = 0; j < a.num_columns(); ++j) ^~~../../../../../speech_tools/include/EST_TMatrix.h:317:50: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << a.a_no_check(i, j) << " "; st << endl; ^~gcc -c -fno-implicit-templates -Wall -I../../../../src/modules/MultiSyn -I../../../../src/include -I../../../../../speech_tools/include -DINSTANTIATE_TEMPLATES hash_itemp_tcdatap_t.ccIn file included from ../../../../../speech_tools/include/EST_types.h:44:0, from ../../../../../speech_tools/include/EST_string_aux.h:45, from ../../../../../speech_tools/include/siod.h:18, from ../../../../src/modules/MultiSyn/EST_TargetCost.h:51, from ../../../../src/modules/MultiSyn/EST_FlatTargetCost.h:50, from hash_itemp_tcdatap_t.cc:44:../../../../../speech_tools/include/EST_TVector.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TVector&)': ../../../../../speech_tools/include/EST_TVector.h:316:9: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (i = 0; i < m.n(); ++i) ^~~../../../../../speech_tools/include/EST_TVector.h:317:32: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << m(i) << " "; st << endl; ^~In file included from ../../../../../speech_tools/include/EST_TSimpleMatrix.h:46:0, from ../../../../../speech_tools/include/EST_FMatrix.h:44, from ../../../../../speech_tools/include/EST_types.h:47, from ../../../../../speech_tools/include/EST_string_aux.h:45, from ../../../../../speech_tools/include/siod.h:18, from ../../../../src/modules/MultiSyn/EST_TargetCost.h:51, from ../../../../src/modules/MultiSyn/EST_FlatTargetCost.h:50, from hash_itemp_tcdatap_t.cc:44:../../../../../speech_tools/include/EST_TMatrix.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TMatrix&)': ../../../../../speech_tools/include/EST_TMatrix.h:316:13: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (j = 0; j < a.num_columns(); ++j) ^~~../../../../../speech_tools/include/EST_TMatrix.h:317:50: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << a.a_no_check(i, j) << " "; st << endl; ^~gcc -c -fno-implicit-templates -Wall -I../../../../src/modules/MultiSyn -I../../../../src/include -I../../../../../speech_tools/include -DINSTANTIATE_TEMPLATES list_uttp_t.ccgcc -c -fno-implicit-templates -Wall -I../../../../src/modules/MultiSyn -I../../../../src/include -I../../../../../speech_tools/include -DINSTANTIATE_TEMPLATES list_itemp_t.ccgcc -c -fno-implicit-templates -Wall -I../../../../src/modules/MultiSyn -I../../../../src/include -I../../../../../speech_tools/include -DINSTANTIATE_TEMPLATES list_voicemodulep_t.ccgcc -c -fno-implicit-templates -Wall -I../../../../src/modules/MultiSyn -I../../../../src/include -I../../../../../speech_tools/include -DINSTANTIATE_TEMPLATES list_strlist_t.ccIn file included from ../../../../../speech_tools/include/EST_types.h:44:0, from ../../../../../speech_tools/include/EST_string_aux.h:45, from ../../../../../speech_tools/include/siod.h:18, from ../../../../src/modules/MultiSyn/DiphoneBackoff.h:44, from list_strlist_t.cc:41:../../../../../speech_tools/include/EST_TVector.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TVector&)': ../../../../../speech_tools/include/EST_TVector.h:316:9: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (i = 0; i < m.n(); ++i) ^~~../../../../../speech_tools/include/EST_TVector.h:317:32: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << m(i) << " "; st << endl; ^~In file included from ../../../../../speech_tools/include/EST_TSimpleMatrix.h:46:0, from ../../../../../speech_tools/include/EST_FMatrix.h:44, from ../../../../../speech_tools/include/EST_types.h:47, from ../../../../../speech_tools/include/EST_string_aux.h:45, from ../../../../../speech_tools/include/siod.h:18, from ../../../../src/modules/MultiSyn/DiphoneBackoff.h:44, from list_strlist_t.cc:41:../../../../../speech_tools/include/EST_TMatrix.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TMatrix&)': ../../../../../speech_tools/include/EST_TMatrix.h:316:13: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (j = 0; j < a.num_columns(); ++j) ^~~../../../../../speech_tools/include/EST_TMatrix.h:317:50: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << a.a_no_check(i, j) << " "; st << endl; ^~gcc -c -fno-implicit-templates -Wall -I../../../../src/modules/MultiSyn -I../../../../src/include -I../../../../../speech_tools/include -DINSTANTIATE_TEMPLATES vector_jccp_t.ccIn file included from vector_jccp_t.cc:43:0:../../../../../speech_tools/include/EST_TVector.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TVector&)': ../../../../../speech_tools/include/EST_TVector.h:316:9: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (i = 0; i < m.n(); ++i) ^~~../../../../../speech_tools/include/EST_TVector.h:317:32: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << m(i) << " "; st << endl; ^~gcc -c -fno-implicit-templates -Wall -I../../../../src/modules/MultiSyn -I../../../../src/include -I../../../../../speech_tools/include -DINSTANTIATE_TEMPLATES list_scorepair_t.ccIn file included from ../../../../../speech_tools/include/EST_types.h:44:0, from ../../../../../speech_tools/include/EST_Features.h:43, from ../../../../../speech_tools/include/EST_viterbi.h:47, from ../../../../src/modules/MultiSyn/TargetCostRescoring.h:51, from list_scorepair_t.cc:41:../../../../../speech_tools/include/EST_TVector.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TVector&)': ../../../../../speech_tools/include/EST_TVector.h:316:9: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (i = 0; i < m.n(); ++i) ^~~../../../../../speech_tools/include/EST_TVector.h:317:32: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << m(i) << " "; st << endl; ^~In file included from ../../../../../speech_tools/include/EST_TSimpleMatrix.h:46:0, from ../../../../../speech_tools/include/EST_FMatrix.h:44, from ../../../../../speech_tools/include/EST_types.h:47, from ../../../../../speech_tools/include/EST_Features.h:43, from ../../../../../speech_tools/include/EST_viterbi.h:47, from ../../../../src/modules/MultiSyn/TargetCostRescoring.h:51, from list_scorepair_t.cc:41:../../../../../speech_tools/include/EST_TMatrix.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TMatrix&)': ../../../../../speech_tools/include/EST_TMatrix.h:316:13: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (j = 0; j < a.num_columns(); ++j) ^~~../../../../../speech_tools/include/EST_TMatrix.h:317:50: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << a.a_no_check(i, j) << " "; st << endl; ^~look at library Festival hash_s_itemlistp_t.o hash_itemp_tcdatap_t.o list_uttp_t.o list_itemp_t.o list_voicemodulep_t.o list_strlist_t.o vector_jccp_t.o list_scorepair_t.oUpdate library Festival hash_s_itemlistp_t.o hash_itemp_tcdatap_t.o list_uttp_t.o list_itemp_t.o list_voicemodulep_t.o list_strlist_t.o vector_jccp_t.o list_scorepair_t.oar: `u' modifier ignored since `D' is the default (see `U')a - hash_s_itemlistp_t.oa - hash_itemp_tcdatap_t.oa - list_uttp_t.oa - list_itemp_t.oa - list_voicemodulep_t.oa - list_strlist_t.oa - vector_jccp_t.oa - list_scorepair_t.oMaking in directory src/modules/hts_engine ...making dependencies -- fest2hts_engine.cc HTS_audio.c HTS_engine.c HTS_gstream.c HTS_label.c HTS_misc.c HTS_model.c HTS_pstream.c HTS_sstream.c HTS_vocoder.c gcc -c -fno-implicit-templates -Wall -I ../include -D FESTIVAL -I../../../src/include -I../../../../speech_tools/include fest2hts_engine.ccIn file included from ../../../../speech_tools/include/EST_types.h:44:0, from ../../../../speech_tools/include/EST_string_aux.h:45, from ../../../../speech_tools/include/EST.h:49, from ../../../src/include/festival.h:47, from fest2hts_engine.cc:50:../../../../speech_tools/include/EST_TVector.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TVector&)': ../../../../speech_tools/include/EST_TVector.h:316:9: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (i = 0; i < m.n(); ++i) ^~~../../../../speech_tools/include/EST_TVector.h:317:32: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << m(i) << " "; st << endl; ^~In file included from ../../../../speech_tools/include/EST_TSimpleMatrix.h:46:0, from ../../../../speech_tools/include/EST_FMatrix.h:44, from ../../../../speech_tools/include/EST_types.h:47, from ../../../../speech_tools/include/EST_string_aux.h:45, from ../../../../speech_tools/include/EST.h:49, from ../../../src/include/festival.h:47, from fest2hts_engine.cc:50:../../../../speech_tools/include/EST_TMatrix.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TMatrix&)': ../../../../speech_tools/include/EST_TMatrix.h:316:13: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (j = 0; j < a.num_columns(); ++j) ^~~../../../../speech_tools/include/EST_TMatrix.h:317:50: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << a.a_no_check(i, j) << " "; st << endl; ^~fest2hts_engine.cc: In function 'void HTS_get_copyright(char*)':fest2hts_engine.cc:191:39: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] char *copyright[] = { HTS_COPYRIGHT }; ^In file included from ../../../../speech_tools/include/ling_class/EST_Relation.h:48:0, from ../../../../speech_tools/include/EST_wave_aux.h:52, from ../../../../speech_tools/include/EST_speech_class.h:44, from ../../../../speech_tools/include/EST.h:62, from ../../../src/include/festival.h:47, from fest2hts_engine.cc:50:../../../../speech_tools/include/ling_class/EST_Item.h: In member function 'const EST_Val EST_Item::f(const EST_String&) const':../../../../speech_tools/include/ling_class/EST_Item.h:257:2: warning: nonnull argument 'this' compared to NULL [-Wnonnull-compare] if (this == 0) ^~../../../../speech_tools/include/ling_class/EST_Item.h: In member function 'EST_Item* EST_Item::next() const':../../../../speech_tools/include/ling_class/EST_Item.h:342:47: warning: nonnull argument 'this' compared to NULL [-Wnonnull-compare] EST_Item *next() const { return this == 0 ? 0 : n; } ~~~~~~~~~~^~~~~~~gcc -c -Wall -I ../include -D FESTIVAL -I../../../src/include -I../../../../speech_tools/include HTS_audio.cgcc -c -Wall -I ../include -D FESTIVAL -I../../../src/include -I../../../../speech_tools/include HTS_engine.cgcc -c -Wall -I ../include -D FESTIVAL -I../../../src/include -I../../../../speech_tools/include HTS_gstream.cgcc -c -Wall -I ../include -D FESTIVAL -I../../../src/include -I../../../../speech_tools/include HTS_label.cgcc -c -Wall -I ../include -D FESTIVAL -I../../../src/include -I../../../../speech_tools/include HTS_misc.cHTS_misc.c: In function 'HTS_get_token_from_string_with_separator':HTS_misc.c:483:11: warning: variable 'start' set but not used [-Wunused-but-set-variable] size_t start; ^~~~~gcc -c -Wall -I ../include -D FESTIVAL -I../../../src/include -I../../../../speech_tools/include HTS_model.cHTS_model.c: In function 'HTS_ModelSet_load':HTS_model.c:1159:27: warning: self-comparison always evaluates to false [-Wtautological-compare] if (is_msd[j] != is_msd[j]) ^~gcc -c -Wall -I ../include -D FESTIVAL -I../../../src/include -I../../../../speech_tools/include HTS_pstream.cgcc -c -Wall -I ../include -D FESTIVAL -I../../../src/include -I../../../../speech_tools/include HTS_sstream.cgcc -c -Wall -I ../include -D FESTIVAL -I../../../src/include -I../../../../speech_tools/include HTS_vocoder.clook at library Festival fest2hts_engine.o HTS_audio.o HTS_engine.o HTS_gstream.o HTS_label.o HTS_misc.o HTS_model.o HTS_pstream.o HTS_sstream.o HTS_vocoder.oUpdate library Festival fest2hts_engine.o HTS_audio.o HTS_engine.o HTS_gstream.o HTS_label.o HTS_misc.o HTS_model.o HTS_pstream.o HTS_sstream.o HTS_vocoder.oar: `u' modifier ignored since `D' is the default (see `U')a - fest2hts_engine.oa - HTS_audio.oa - HTS_engine.oa - HTS_gstream.oa - HTS_label.oa - HTS_misc.oa - HTS_model.oa - HTS_pstream.oa - HTS_sstream.oa - HTS_vocoder.oMaking in directory src/modules/Lexicon ...making dependencies -- lex_aux.cc lexicon.cc lts.cc lts_rules.cc complex.cc lex_ff.cc gcc -c -fno-implicit-templates -Wall -I../include -I../../../src/include -I../../../../speech_tools/include lex_aux.ccIn file included from ../../../../speech_tools/include/EST_types.h:44:0, from ../../../../speech_tools/include/EST_string_aux.h:45, from ../../../../speech_tools/include/EST.h:49, from ../../../src/include/festival.h:47, from lex_aux.cc:41:../../../../speech_tools/include/EST_TVector.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TVector&)': ../../../../speech_tools/include/EST_TVector.h:316:9: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (i = 0; i < m.n(); ++i) ^~~../../../../speech_tools/include/EST_TVector.h:317:32: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << m(i) << " "; st << endl; ^~In file included from ../../../../speech_tools/include/EST_TSimpleMatrix.h:46:0, from ../../../../speech_tools/include/EST_FMatrix.h:44, from ../../../../speech_tools/include/EST_types.h:47, from ../../../../speech_tools/include/EST_string_aux.h:45, from ../../../../speech_tools/include/EST.h:49, from ../../../src/include/festival.h:47, from lex_aux.cc:41:../../../../speech_tools/include/EST_TMatrix.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TMatrix&)': ../../../../speech_tools/include/EST_TMatrix.h:316:13: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (j = 0; j < a.num_columns(); ++j) ^~~../../../../speech_tools/include/EST_TMatrix.h:317:50: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << a.a_no_check(i, j) << " "; st << endl; ^~gcc -c -fno-implicit-templates -Wall -I../include -I../../../src/include -I../../../../speech_tools/include lexicon.ccIn file included from ../../../../speech_tools/include/EST_types.h:44:0, from ../../../../speech_tools/include/EST_string_aux.h:45, from ../../../../speech_tools/include/EST.h:49, from ../../../src/include/festival.h:47, from lexicon.cc:41:../../../../speech_tools/include/EST_TVector.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TVector&)': ../../../../speech_tools/include/EST_TVector.h:316:9: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (i = 0; i < m.n(); ++i) ^~~../../../../speech_tools/include/EST_TVector.h:317:32: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << m(i) << " "; st << endl; ^~In file included from ../../../../speech_tools/include/EST_TSimpleMatrix.h:46:0, from ../../../../speech_tools/include/EST_FMatrix.h:44, from ../../../../speech_tools/include/EST_types.h:47, from ../../../../speech_tools/include/EST_string_aux.h:45, from ../../../../speech_tools/include/EST.h:49, from ../../../src/include/festival.h:47, from lexicon.cc:41:../../../../speech_tools/include/EST_TMatrix.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TMatrix&)': ../../../../speech_tools/include/EST_TMatrix.h:316:13: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (j = 0; j < a.num_columns(); ++j) ^~~../../../../speech_tools/include/EST_TMatrix.h:317:50: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << a.a_no_check(i, j) << " "; st << endl; ^~gcc -c -fno-implicit-templates -Wall -I../include -I../../../src/include -I../../../../speech_tools/include lts.ccIn file included from ../../../../speech_tools/include/EST_types.h:44:0, from ../../../../speech_tools/include/EST_string_aux.h:45, from ../../../../speech_tools/include/EST.h:49, from ../../../src/include/festival.h:47, from lts.cc:41:../../../../speech_tools/include/EST_TVector.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TVector&)': ../../../../speech_tools/include/EST_TVector.h:316:9: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (i = 0; i < m.n(); ++i) ^~~../../../../speech_tools/include/EST_TVector.h:317:32: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << m(i) << " "; st << endl; ^~In file included from ../../../../speech_tools/include/EST_TSimpleMatrix.h:46:0, from ../../../../speech_tools/include/EST_FMatrix.h:44, from ../../../../speech_tools/include/EST_types.h:47, from ../../../../speech_tools/include/EST_string_aux.h:45, from ../../../../speech_tools/include/EST.h:49, from ../../../src/include/festival.h:47, from lts.cc:41:../../../../speech_tools/include/EST_TMatrix.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TMatrix&)': ../../../../speech_tools/include/EST_TMatrix.h:316:13: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (j = 0; j < a.num_columns(); ++j) ^~~../../../../speech_tools/include/EST_TMatrix.h:317:50: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << a.a_no_check(i, j) << " "; st << endl; ^~gcc -c -fno-implicit-templates -Wall -I../include -I../../../src/include -I../../../../speech_tools/include lts_rules.ccIn file included from ../../../../speech_tools/include/EST_types.h:44:0, from ../../../../speech_tools/include/EST_string_aux.h:45, from ../../../../speech_tools/include/EST.h:49, from ../../../src/include/festival.h:47, from lts_rules.cc:58:../../../../speech_tools/include/EST_TVector.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TVector&)': ../../../../speech_tools/include/EST_TVector.h:316:9: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (i = 0; i < m.n(); ++i) ^~~../../../../speech_tools/include/EST_TVector.h:317:32: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << m(i) << " "; st << endl; ^~In file included from ../../../../speech_tools/include/EST_TSimpleMatrix.h:46:0, from ../../../../speech_tools/include/EST_FMatrix.h:44, from ../../../../speech_tools/include/EST_types.h:47, from ../../../../speech_tools/include/EST_string_aux.h:45, from ../../../../speech_tools/include/EST.h:49, from ../../../src/include/festival.h:47, from lts_rules.cc:58:../../../../speech_tools/include/EST_TMatrix.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TMatrix&)': ../../../../speech_tools/include/EST_TMatrix.h:316:13: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (j = 0; j < a.num_columns(); ++j) ^~~../../../../speech_tools/include/EST_TMatrix.h:317:50: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << a.a_no_check(i, j) << " "; st << endl; ^~gcc -c -fno-implicit-templates -Wall -I../include -I../../../src/include -I../../../../speech_tools/include complex.ccIn file included from ../../../../speech_tools/include/EST_types.h:44:0, from ../../../../speech_tools/include/EST_string_aux.h:45, from ../../../../speech_tools/include/EST.h:49, from ../../../src/include/festival.h:47, from complex.cc:42:../../../../speech_tools/include/EST_TVector.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TVector&)': ../../../../speech_tools/include/EST_TVector.h:316:9: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (i = 0; i < m.n(); ++i) ^~~../../../../speech_tools/include/EST_TVector.h:317:32: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << m(i) << " "; st << endl; ^~In file included from ../../../../speech_tools/include/EST_TSimpleMatrix.h:46:0, from ../../../../speech_tools/include/EST_FMatrix.h:44, from ../../../../speech_tools/include/EST_types.h:47, from ../../../../speech_tools/include/EST_string_aux.h:45, from ../../../../speech_tools/include/EST.h:49, from ../../../src/include/festival.h:47, from complex.cc:42:../../../../speech_tools/include/EST_TMatrix.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TMatrix&)': ../../../../speech_tools/include/EST_TMatrix.h:316:13: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (j = 0; j < a.num_columns(); ++j) ^~~../../../../speech_tools/include/EST_TMatrix.h:317:50: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << a.a_no_check(i, j) << " "; st << endl; ^~gcc -c -fno-implicit-templates -Wall -I../include -I../../../src/include -I../../../../speech_tools/include lex_ff.ccIn file included from ../../../../speech_tools/include/EST_types.h:44:0, from ../../../../speech_tools/include/EST_string_aux.h:45, from ../../../../speech_tools/include/EST.h:49, from ../../../src/include/festival.h:47, from lex_ff.cc:41:../../../../speech_tools/include/EST_TVector.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TVector&)': ../../../../speech_tools/include/EST_TVector.h:316:9: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (i = 0; i < m.n(); ++i) ^~~../../../../speech_tools/include/EST_TVector.h:317:32: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << m(i) << " "; st << endl; ^~In file included from ../../../../speech_tools/include/EST_TSimpleMatrix.h:46:0, from ../../../../speech_tools/include/EST_FMatrix.h:44, from ../../../../speech_tools/include/EST_types.h:47, from ../../../../speech_tools/include/EST_string_aux.h:45, from ../../../../speech_tools/include/EST.h:49, from ../../../src/include/festival.h:47, from lex_ff.cc:41:../../../../speech_tools/include/EST_TMatrix.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TMatrix&)': ../../../../speech_tools/include/EST_TMatrix.h:316:13: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (j = 0; j < a.num_columns(); ++j) ^~~../../../../speech_tools/include/EST_TMatrix.h:317:50: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << a.a_no_check(i, j) << " "; st << endl; ^~In file included from ../../../../speech_tools/include/ling_class/EST_Relation.h:48:0, from ../../../../speech_tools/include/EST_wave_aux.h:52, from ../../../../speech_tools/include/EST_speech_class.h:44, from ../../../../speech_tools/include/EST.h:62, from ../../../src/include/festival.h:47, from lex_ff.cc:41:../../../../speech_tools/include/ling_class/EST_Item.h: In member function 'const EST_Val EST_Item::f(const EST_String&, const EST_Val&) const':../../../../speech_tools/include/ling_class/EST_Item.h:292:2: warning: nonnull argument 'this' compared to NULL [-Wnonnull-compare] if (this == 0) ^~../../../../speech_tools/include/ling_class/EST_Item.h: In member function 'EST_Item* EST_Item::next() const':../../../../speech_tools/include/ling_class/EST_Item.h:342:47: warning: nonnull argument 'this' compared to NULL [-Wnonnull-compare] EST_Item *next() const { return this == 0 ? 0 : n; } ~~~~~~~~~~^~~~~~~../../../../speech_tools/include/ling_class/EST_Item.h: In member function 'EST_Item* EST_Item::prev() const':../../../../speech_tools/include/ling_class/EST_Item.h:344:47: warning: nonnull argument 'this' compared to NULL [-Wnonnull-compare] EST_Item *prev() const { return this == 0 ? 0 : p; } ~~~~~~~~~~^~~~~~~../../../../speech_tools/include/ling_class/EST_Item.h: In member function 'EST_Item* EST_Item::down() const':../../../../speech_tools/include/ling_class/EST_Item.h:346:47: warning: nonnull argument 'this' compared to NULL [-Wnonnull-compare] EST_Item *down() const { return this == 0 ? 0 : d; } ~~~~~~~~~~^~~~~~~look at library Festival lex_aux.o lexicon.o lts.o lts_rules.o complex.o lex_ff.oUpdate library Festival lex_aux.o lexicon.o lts.o lts_rules.o complex.o lex_ff.oar: `u' modifier ignored since `D' is the default (see `U')a - lex_aux.oa - lexicon.oa - lts.oa - lts_rules.oa - complex.oa - lex_ff.oMaking in directory src/modules/base ...making dependencies -- modules.cc module_support.cc parameters.cc ff.cc pos.cc phrasify.cc word.cc postlex.cc phrinfo.cc gcc -c -fno-implicit-templates -Wall -I../include -I../../../src/include -I../../../../speech_tools/include modules.ccIn file included from ../../../../speech_tools/include/EST_types.h:44:0, from ../../../../speech_tools/include/EST_string_aux.h:45, from ../../../../speech_tools/include/EST.h:49, from ../../../src/include/festival.h:47, from modules.cc:41:../../../../speech_tools/include/EST_TVector.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TVector&)': ../../../../speech_tools/include/EST_TVector.h:316:9: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (i = 0; i < m.n(); ++i) ^~~../../../../speech_tools/include/EST_TVector.h:317:32: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << m(i) << " "; st << endl; ^~In file included from ../../../../speech_tools/include/EST_TSimpleMatrix.h:46:0, from ../../../../speech_tools/include/EST_FMatrix.h:44, from ../../../../speech_tools/include/EST_types.h:47, from ../../../../speech_tools/include/EST_string_aux.h:45, from ../../../../speech_tools/include/EST.h:49, from ../../../src/include/festival.h:47, from modules.cc:41:../../../../speech_tools/include/EST_TMatrix.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TMatrix&)': ../../../../speech_tools/include/EST_TMatrix.h:316:13: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (j = 0; j < a.num_columns(); ++j) ^~~../../../../speech_tools/include/EST_TMatrix.h:317:50: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << a.a_no_check(i, j) << " "; st << endl; ^~gcc -c -fno-implicit-templates -Wall -I../include -I../../../src/include -I../../../../speech_tools/include module_support.ccIn file included from ../../../../speech_tools/include/EST_types.h:44:0, from ../../../../speech_tools/include/EST_string_aux.h:45, from ../../../../speech_tools/include/EST.h:49, from ../../../src/include/module_support.h:45, from module_support.cc:41:../../../../speech_tools/include/EST_TVector.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TVector&)': ../../../../speech_tools/include/EST_TVector.h:316:9: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (i = 0; i < m.n(); ++i) ^~~../../../../speech_tools/include/EST_TVector.h:317:32: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << m(i) << " "; st << endl; ^~In file included from ../../../../speech_tools/include/EST_TSimpleMatrix.h:46:0, from ../../../../speech_tools/include/EST_FMatrix.h:44, from ../../../../speech_tools/include/EST_types.h:47, from ../../../../speech_tools/include/EST_string_aux.h:45, from ../../../../speech_tools/include/EST.h:49, from ../../../src/include/module_support.h:45, from module_support.cc:41:../../../../speech_tools/include/EST_TMatrix.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TMatrix&)': ../../../../speech_tools/include/EST_TMatrix.h:316:13: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (j = 0; j < a.num_columns(); ++j) ^~~../../../../speech_tools/include/EST_TMatrix.h:317:50: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << a.a_no_check(i, j) << " "; st << endl; ^~gcc -c -fno-implicit-templates -Wall -I../include -I../../../src/include -I../../../../speech_tools/include parameters.ccIn file included from ../../../../speech_tools/include/EST_types.h:44:0, from ../../../../speech_tools/include/EST_string_aux.h:45, from ../../../../speech_tools/include/EST.h:49, from ../../../src/include/module_support.h:45, from parameters.cc:41:../../../../speech_tools/include/EST_TVector.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TVector&)': ../../../../speech_tools/include/EST_TVector.h:316:9: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (i = 0; i < m.n(); ++i) ^~~../../../../speech_tools/include/EST_TVector.h:317:32: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << m(i) << " "; st << endl; ^~In file included from ../../../../speech_tools/include/EST_TSimpleMatrix.h:46:0, from ../../../../speech_tools/include/EST_FMatrix.h:44, from ../../../../speech_tools/include/EST_types.h:47, from ../../../../speech_tools/include/EST_string_aux.h:45, from ../../../../speech_tools/include/EST.h:49, from ../../../src/include/module_support.h:45, from parameters.cc:41:../../../../speech_tools/include/EST_TMatrix.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TMatrix&)': ../../../../speech_tools/include/EST_TMatrix.h:316:13: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (j = 0; j < a.num_columns(); ++j) ^~~../../../../speech_tools/include/EST_TMatrix.h:317:50: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << a.a_no_check(i, j) << " "; st << endl; ^~gcc -c -fno-implicit-templates -Wall -I../include -I../../../src/include -I../../../../speech_tools/include ff.ccIn file included from ../../../../speech_tools/include/EST_types.h:44:0, from ../../../../speech_tools/include/EST_string_aux.h:45, from ../../../../speech_tools/include/EST.h:49, from ../../../src/include/festival.h:47, from ff.cc:41:../../../../speech_tools/include/EST_TVector.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TVector&)': ../../../../speech_tools/include/EST_TVector.h:316:9: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (i = 0; i < m.n(); ++i) ^~~../../../../speech_tools/include/EST_TVector.h:317:32: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << m(i) << " "; st << endl; ^~In file included from ../../../../speech_tools/include/EST_TSimpleMatrix.h:46:0, from ../../../../speech_tools/include/EST_FMatrix.h:44, from ../../../../speech_tools/include/EST_types.h:47, from ../../../../speech_tools/include/EST_string_aux.h:45, from ../../../../speech_tools/include/EST.h:49, from ../../../src/include/festival.h:47, from ff.cc:41:../../../../speech_tools/include/EST_TMatrix.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TMatrix&)': ../../../../speech_tools/include/EST_TMatrix.h:316:13: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (j = 0; j < a.num_columns(); ++j) ^~~../../../../speech_tools/include/EST_TMatrix.h:317:50: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << a.a_no_check(i, j) << " "; st << endl; ^~In file included from ../../../../speech_tools/include/ling_class/EST_Relation.h:48:0, from ../../../../speech_tools/include/EST_wave_aux.h:52, from ../../../../speech_tools/include/EST_speech_class.h:44, from ../../../../speech_tools/include/EST.h:62, from ../../../src/include/festival.h:47, from ff.cc:41:../../../../speech_tools/include/ling_class/EST_Item.h: In member function 'const EST_Val EST_Item::f(const EST_String&, const EST_Val&) const':../../../../speech_tools/include/ling_class/EST_Item.h:292:2: warning: nonnull argument 'this' compared to NULL [-Wnonnull-compare] if (this == 0) ^~../../../../speech_tools/include/ling_class/EST_Item.h: In member function 'EST_Item* EST_Item::next() const':../../../../speech_tools/include/ling_class/EST_Item.h:342:47: warning: nonnull argument 'this' compared to NULL [-Wnonnull-compare] EST_Item *next() const { return this == 0 ? 0 : n; } ~~~~~~~~~~^~~~~~~../../../../speech_tools/include/ling_class/EST_Item.h: In member function 'EST_Item* EST_Item::prev() const':../../../../speech_tools/include/ling_class/EST_Item.h:344:47: warning: nonnull argument 'this' compared to NULL [-Wnonnull-compare] EST_Item *prev() const { return this == 0 ? 0 : p; } ~~~~~~~~~~^~~~~~~../../../../speech_tools/include/ling_class/EST_Item.h: In member function 'EST_Item* EST_Item::down() const':../../../../speech_tools/include/ling_class/EST_Item.h:346:47: warning: nonnull argument 'this' compared to NULL [-Wnonnull-compare] EST_Item *down() const { return this == 0 ? 0 : d; } ~~~~~~~~~~^~~~~~~../../../../speech_tools/include/ling_class/EST_Item.h: In member function 'EST_Item* EST_Item::up() const':../../../../speech_tools/include/ling_class/EST_Item.h:348:47: warning: nonnull argument 'this' compared to NULL [-Wnonnull-compare] EST_Item *up() const { return this == 0 ? 0 : u; } ~~~~~~~~~~^~~~~~~gcc -c -fno-implicit-templates -Wall -I../include -I../../../src/include -I../../../../speech_tools/include pos.ccIn file included from ../../../../speech_tools/include/EST_types.h:44:0, from ../../../../speech_tools/include/EST_string_aux.h:45, from ../../../../speech_tools/include/EST.h:49, from ../../../src/include/festival.h:47, from pos.cc:41:../../../../speech_tools/include/EST_TVector.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TVector&)': ../../../../speech_tools/include/EST_TVector.h:316:9: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (i = 0; i < m.n(); ++i) ^~~../../../../speech_tools/include/EST_TVector.h:317:32: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << m(i) << " "; st << endl; ^~In file included from ../../../../speech_tools/include/EST_TSimpleMatrix.h:46:0, from ../../../../speech_tools/include/EST_FMatrix.h:44, from ../../../../speech_tools/include/EST_types.h:47, from ../../../../speech_tools/include/EST_string_aux.h:45, from ../../../../speech_tools/include/EST.h:49, from ../../../src/include/festival.h:47, from pos.cc:41:../../../../speech_tools/include/EST_TMatrix.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TMatrix&)': ../../../../speech_tools/include/EST_TMatrix.h:316:13: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (j = 0; j < a.num_columns(); ++j) ^~~../../../../speech_tools/include/EST_TMatrix.h:317:50: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << a.a_no_check(i, j) << " "; st << endl; ^~In file included from ../../../../speech_tools/include/ling_class/EST_Relation.h:48:0, from ../../../../speech_tools/include/EST_wave_aux.h:52, from ../../../../speech_tools/include/EST_speech_class.h:44, from ../../../../speech_tools/include/EST.h:62, from ../../../src/include/festival.h:47, from pos.cc:41:../../../../speech_tools/include/ling_class/EST_Item.h: In member function 'const EST_Val EST_Item::f(const EST_String&) const':../../../../speech_tools/include/ling_class/EST_Item.h:257:2: warning: nonnull argument 'this' compared to NULL [-Wnonnull-compare] if (this == 0) ^~../../../../speech_tools/include/ling_class/EST_Item.h: In member function 'const EST_Val EST_Item::f(const EST_String&, const EST_Val&) const':../../../../speech_tools/include/ling_class/EST_Item.h:292:2: warning: nonnull argument 'this' compared to NULL [-Wnonnull-compare] if (this == 0) ^~../../../../speech_tools/include/ling_class/EST_Item.h: In member function 'EST_Item* EST_Item::next() const':../../../../speech_tools/include/ling_class/EST_Item.h:342:47: warning: nonnull argument 'this' compared to NULL [-Wnonnull-compare] EST_Item *next() const { return this == 0 ? 0 : n; } ~~~~~~~~~~^~~~~~~../../../../speech_tools/include/ling_class/EST_Item.h: In member function 'EST_Item* EST_Item::up() const':../../../../speech_tools/include/ling_class/EST_Item.h:348:47: warning: nonnull argument 'this' compared to NULL [-Wnonnull-compare] EST_Item *up() const { return this == 0 ? 0 : u; } ~~~~~~~~~~^~~~~~~gcc -c -fno-implicit-templates -Wall -I../include -I../../../src/include -I../../../../speech_tools/include phrasify.ccIn file included from ../../../../speech_tools/include/EST_types.h:44:0, from ../../../../speech_tools/include/EST_string_aux.h:45, from ../../../../speech_tools/include/EST.h:49, from ../../../src/include/festival.h:47, from phrasify.cc:43:../../../../speech_tools/include/EST_TVector.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TVector&)': ../../../../speech_tools/include/EST_TVector.h:316:9: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (i = 0; i < m.n(); ++i) ^~~../../../../speech_tools/include/EST_TVector.h:317:32: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << m(i) << " "; st << endl; ^~In file included from ../../../../speech_tools/include/EST_TSimpleMatrix.h:46:0, from ../../../../speech_tools/include/EST_FMatrix.h:44, from ../../../../speech_tools/include/EST_types.h:47, from ../../../../speech_tools/include/EST_string_aux.h:45, from ../../../../speech_tools/include/EST.h:49, from ../../../src/include/festival.h:47, from phrasify.cc:43:../../../../speech_tools/include/EST_TMatrix.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TMatrix&)': ../../../../speech_tools/include/EST_TMatrix.h:316:13: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (j = 0; j < a.num_columns(); ++j) ^~~../../../../speech_tools/include/EST_TMatrix.h:317:50: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << a.a_no_check(i, j) << " "; st << endl; ^~phrasify.cc: In function 'void phrasing_by_cart_viterbi(EST_Utterance*)':phrasify.cc:278:8: warning: unused variable 'tree' [-Wunused-variable] LISP tree; ^~~~phrasify.cc:279:8: warning: unused variable 'answer' [-Wunused-variable] LISP answer; ^~~~~~In file included from ../../../../speech_tools/include/ling_class/EST_Relation.h:48:0, from ../../../../speech_tools/include/EST_wave_aux.h:52, from ../../../../speech_tools/include/EST_speech_class.h:44, from ../../../../speech_tools/include/EST.h:62, from ../../../src/include/festival.h:47, from phrasify.cc:43:../../../../speech_tools/include/ling_class/EST_Item.h: In member function 'void EST_Item::set_name(const EST_String&) const':../../../../speech_tools/include/ling_class/EST_Item.h:249:7: warning: nonnull argument 'this' compared to NULL [-Wnonnull-compare] { if (this != 0) p_contents->set_name(name); } ^~../../../../speech_tools/include/ling_class/EST_Item.h: In member function 'const EST_Val EST_Item::f(const EST_String&) const':../../../../speech_tools/include/ling_class/EST_Item.h:257:2: warning: nonnull argument 'this' compared to NULL [-Wnonnull-compare] if (this == 0) ^~../../../../speech_tools/include/ling_class/EST_Item.h: In member function 'const EST_Val EST_Item::f(const EST_String&, const EST_Val&) const':../../../../speech_tools/include/ling_class/EST_Item.h:292:2: warning: nonnull argument 'this' compared to NULL [-Wnonnull-compare] if (this == 0) ^~../../../../speech_tools/include/ling_class/EST_Item.h: In member function 'EST_Item* EST_Item::next() const':../../../../speech_tools/include/ling_class/EST_Item.h:342:47: warning: nonnull argument 'this' compared to NULL [-Wnonnull-compare] EST_Item *next() const { return this == 0 ? 0 : n; } ~~~~~~~~~~^~~~~~~../../../../speech_tools/include/ling_class/EST_Item.h: In member function 'EST_Item* EST_Item::prev() const':../../../../speech_tools/include/ling_class/EST_Item.h:344:47: warning: nonnull argument 'this' compared to NULL [-Wnonnull-compare] EST_Item *prev() const { return this == 0 ? 0 : p; } ~~~~~~~~~~^~~~~~~gcc -c -fno-implicit-templates -Wall -I../include -I../../../src/include -I../../../../speech_tools/include word.ccIn file included from ../../../../speech_tools/include/EST_types.h:44:0, from ../../../../speech_tools/include/EST_string_aux.h:45, from ../../../../speech_tools/include/EST.h:49, from ../../../src/include/festival.h:47, from word.cc:42:../../../../speech_tools/include/EST_TVector.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TVector&)': ../../../../speech_tools/include/EST_TVector.h:316:9: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (i = 0; i < m.n(); ++i) ^~~../../../../speech_tools/include/EST_TVector.h:317:32: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << m(i) << " "; st << endl; ^~In file included from ../../../../speech_tools/include/EST_TSimpleMatrix.h:46:0, from ../../../../speech_tools/include/EST_FMatrix.h:44, from ../../../../speech_tools/include/EST_types.h:47, from ../../../../speech_tools/include/EST_string_aux.h:45, from ../../../../speech_tools/include/EST.h:49, from ../../../src/include/festival.h:47, from word.cc:42:../../../../speech_tools/include/EST_TMatrix.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TMatrix&)': ../../../../speech_tools/include/EST_TMatrix.h:316:13: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (j = 0; j < a.num_columns(); ++j) ^~~../../../../speech_tools/include/EST_TMatrix.h:317:50: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << a.a_no_check(i, j) << " "; st << endl; ^~In file included from ../../../../speech_tools/include/ling_class/EST_Relation.h:48:0, from ../../../../speech_tools/include/EST_wave_aux.h:52, from ../../../../speech_tools/include/EST_speech_class.h:44, from ../../../../speech_tools/include/EST.h:62, from ../../../src/include/festival.h:47, from word.cc:42:../../../../speech_tools/include/ling_class/EST_Item.h: In member function 'void EST_Item::set_name(const EST_String&) const':../../../../speech_tools/include/ling_class/EST_Item.h:249:7: warning: nonnull argument 'this' compared to NULL [-Wnonnull-compare] { if (this != 0) p_contents->set_name(name); } ^~../../../../speech_tools/include/ling_class/EST_Item.h: In member function 'const EST_Val EST_Item::f(const EST_String&, const EST_Val&) const':../../../../speech_tools/include/ling_class/EST_Item.h:292:2: warning: nonnull argument 'this' compared to NULL [-Wnonnull-compare] if (this == 0) ^~../../../../speech_tools/include/ling_class/EST_Item.h: In member function 'EST_Item* EST_Item::next() const':../../../../speech_tools/include/ling_class/EST_Item.h:342:47: warning: nonnull argument 'this' compared to NULL [-Wnonnull-compare] EST_Item *next() const { return this == 0 ? 0 : n; } ~~~~~~~~~~^~~~~~~gcc -c -fno-implicit-templates -Wall -I../include -I../../../src/include -I../../../../speech_tools/include postlex.ccIn file included from ../../../../speech_tools/include/EST_types.h:44:0, from ../../../../speech_tools/include/EST_string_aux.h:45, from ../../../../speech_tools/include/EST.h:49, from ../../../src/include/festival.h:47, from postlex.cc:44:../../../../speech_tools/include/EST_TVector.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TVector&)': ../../../../speech_tools/include/EST_TVector.h:316:9: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (i = 0; i < m.n(); ++i) ^~~../../../../speech_tools/include/EST_TVector.h:317:32: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << m(i) << " "; st << endl; ^~In file included from ../../../../speech_tools/include/EST_TSimpleMatrix.h:46:0, from ../../../../speech_tools/include/EST_FMatrix.h:44, from ../../../../speech_tools/include/EST_types.h:47, from ../../../../speech_tools/include/EST_string_aux.h:45, from ../../../../speech_tools/include/EST.h:49, from ../../../src/include/festival.h:47, from postlex.cc:44:../../../../speech_tools/include/EST_TMatrix.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TMatrix&)': ../../../../speech_tools/include/EST_TMatrix.h:316:13: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (j = 0; j < a.num_columns(); ++j) ^~~../../../../speech_tools/include/EST_TMatrix.h:317:50: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << a.a_no_check(i, j) << " "; st << endl; ^~In file included from ../../../../speech_tools/include/ling_class/EST_Relation.h:48:0, from ../../../../speech_tools/include/EST_wave_aux.h:52, from ../../../../speech_tools/include/EST_speech_class.h:44, from ../../../../speech_tools/include/EST.h:62, from ../../../src/include/festival.h:47, from postlex.cc:44:../../../../speech_tools/include/ling_class/EST_Item.h: In member function 'void EST_Item::set_name(const EST_String&) const':../../../../speech_tools/include/ling_class/EST_Item.h:249:7: warning: nonnull argument 'this' compared to NULL [-Wnonnull-compare] { if (this != 0) p_contents->set_name(name); } ^~../../../../speech_tools/include/ling_class/EST_Item.h: In member function 'const EST_Val EST_Item::f(const EST_String&, const EST_Val&) const':../../../../speech_tools/include/ling_class/EST_Item.h:292:2: warning: nonnull argument 'this' compared to NULL [-Wnonnull-compare] if (this == 0) ^~../../../../speech_tools/include/ling_class/EST_Item.h: In member function 'EST_Item* EST_Item::next() const':../../../../speech_tools/include/ling_class/EST_Item.h:342:47: warning: nonnull argument 'this' compared to NULL [-Wnonnull-compare] EST_Item *next() const { return this == 0 ? 0 : n; } ~~~~~~~~~~^~~~~~~../../../../speech_tools/include/ling_class/EST_Item.h: In member function 'EST_Item* EST_Item::down() const':../../../../speech_tools/include/ling_class/EST_Item.h:346:47: warning: nonnull argument 'this' compared to NULL [-Wnonnull-compare] EST_Item *down() const { return this == 0 ? 0 : d; } ~~~~~~~~~~^~~~~~~gcc -c -fno-implicit-templates -Wall -I../include -I../../../src/include -I../../../../speech_tools/include phrinfo.ccIn file included from ../../../../speech_tools/include/EST_types.h:44:0, from ../../../../speech_tools/include/EST_string_aux.h:45, from ../../../../speech_tools/include/EST.h:49, from ../../../src/include/festival.h:47, from phrinfo.cc:42:../../../../speech_tools/include/EST_TVector.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TVector&)': ../../../../speech_tools/include/EST_TVector.h:316:9: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (i = 0; i < m.n(); ++i) ^~~../../../../speech_tools/include/EST_TVector.h:317:32: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << m(i) << " "; st << endl; ^~In file included from ../../../../speech_tools/include/EST_TSimpleMatrix.h:46:0, from ../../../../speech_tools/include/EST_FMatrix.h:44, from ../../../../speech_tools/include/EST_types.h:47, from ../../../../speech_tools/include/EST_string_aux.h:45, from ../../../../speech_tools/include/EST.h:49, from ../../../src/include/festival.h:47, from phrinfo.cc:42:../../../../speech_tools/include/EST_TMatrix.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TMatrix&)': ../../../../speech_tools/include/EST_TMatrix.h:316:13: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (j = 0; j < a.num_columns(); ++j) ^~~../../../../speech_tools/include/EST_TMatrix.h:317:50: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << a.a_no_check(i, j) << " "; st << endl; ^~In file included from ../../../../speech_tools/include/ling_class/EST_Relation.h:48:0, from ../../../../speech_tools/include/EST_wave_aux.h:52, from ../../../../speech_tools/include/EST_speech_class.h:44, from ../../../../speech_tools/include/EST.h:62, from ../../../src/include/festival.h:47, from phrinfo.cc:42:../../../../speech_tools/include/ling_class/EST_Item.h: In member function 'void EST_Item::set_name(const EST_String&) const':../../../../speech_tools/include/ling_class/EST_Item.h:249:7: warning: nonnull argument 'this' compared to NULL [-Wnonnull-compare] { if (this != 0) p_contents->set_name(name); } ^~look at library Festival modules.o module_support.o parameters.o ff.o pos.o phrasify.o word.o postlex.o phrinfo.oUpdate library Festival modules.o module_support.o parameters.o ff.o pos.o phrasify.o word.o postlex.o phrinfo.oar: `u' modifier ignored since `D' is the default (see `U')a - modules.oa - module_support.oa - parameters.oa - ff.oa - pos.oa - phrasify.oa - word.oa - postlex.oa - phrinfo.oMaking in directory src/modules/Duration ...making dependencies -- dur_aux.cc duration.cc Klatt.cc gcc -c -fno-implicit-templates -Wall -I../include -I../../../src/include -I../../../../speech_tools/include dur_aux.ccIn file included from ../../../../speech_tools/include/EST_types.h:44:0, from ../../../../speech_tools/include/EST_string_aux.h:45, from ../../../../speech_tools/include/EST.h:49, from ../../../src/include/festival.h:47, from dur_aux.cc:41:../../../../speech_tools/include/EST_TVector.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TVector&)': ../../../../speech_tools/include/EST_TVector.h:316:9: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (i = 0; i < m.n(); ++i) ^~~../../../../speech_tools/include/EST_TVector.h:317:32: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << m(i) << " "; st << endl; ^~In file included from ../../../../speech_tools/include/EST_TSimpleMatrix.h:46:0, from ../../../../speech_tools/include/EST_FMatrix.h:44, from ../../../../speech_tools/include/EST_types.h:47, from ../../../../speech_tools/include/EST_string_aux.h:45, from ../../../../speech_tools/include/EST.h:49, from ../../../src/include/festival.h:47, from dur_aux.cc:41:../../../../speech_tools/include/EST_TMatrix.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TMatrix&)': ../../../../speech_tools/include/EST_TMatrix.h:316:13: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (j = 0; j < a.num_columns(); ++j) ^~~../../../../speech_tools/include/EST_TMatrix.h:317:50: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << a.a_no_check(i, j) << " "; st << endl; ^~In file included from ../../../../speech_tools/include/ling_class/EST_Relation.h:48:0, from ../../../../speech_tools/include/EST_wave_aux.h:52, from ../../../../speech_tools/include/EST_speech_class.h:44, from ../../../../speech_tools/include/EST.h:62, from ../../../src/include/festival.h:47, from dur_aux.cc:41:../../../../speech_tools/include/ling_class/EST_Item.h: In member function 'EST_Item* EST_Item::up() const':../../../../speech_tools/include/ling_class/EST_Item.h:348:47: warning: nonnull argument 'this' compared to NULL [-Wnonnull-compare] EST_Item *up() const { return this == 0 ? 0 : u; } ~~~~~~~~~~^~~~~~~gcc -c -fno-implicit-templates -Wall -I../include -I../../../src/include -I../../../../speech_tools/include duration.ccIn file included from ../../../../speech_tools/include/EST_types.h:44:0, from ../../../../speech_tools/include/EST_string_aux.h:45, from ../../../../speech_tools/include/EST.h:49, from ../../../src/include/festival.h:47, from duration.cc:41:../../../../speech_tools/include/EST_TVector.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TVector&)': ../../../../speech_tools/include/EST_TVector.h:316:9: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (i = 0; i < m.n(); ++i) ^~~../../../../speech_tools/include/EST_TVector.h:317:32: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << m(i) << " "; st << endl; ^~In file included from ../../../../speech_tools/include/EST_TSimpleMatrix.h:46:0, from ../../../../speech_tools/include/EST_FMatrix.h:44, from ../../../../speech_tools/include/EST_types.h:47, from ../../../../speech_tools/include/EST_string_aux.h:45, from ../../../../speech_tools/include/EST.h:49, from ../../../src/include/festival.h:47, from duration.cc:41:../../../../speech_tools/include/EST_TMatrix.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TMatrix&)': ../../../../speech_tools/include/EST_TMatrix.h:316:13: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (j = 0; j < a.num_columns(); ++j) ^~~../../../../speech_tools/include/EST_TMatrix.h:317:50: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << a.a_no_check(i, j) << " "; st << endl; ^~In file included from ../../../../speech_tools/include/ling_class/EST_Relation.h:48:0, from ../../../../speech_tools/include/EST_wave_aux.h:52, from ../../../../speech_tools/include/EST_speech_class.h:44, from ../../../../speech_tools/include/EST.h:62, from ../../../src/include/festival.h:47, from duration.cc:41:../../../../speech_tools/include/ling_class/EST_Item.h: In member function 'const EST_Val EST_Item::f(const EST_String&, const EST_Val&) const':../../../../speech_tools/include/ling_class/EST_Item.h:292:2: warning: nonnull argument 'this' compared to NULL [-Wnonnull-compare] if (this == 0) ^~../../../../speech_tools/include/ling_class/EST_Item.h: In member function 'EST_Item* EST_Item::next() const':../../../../speech_tools/include/ling_class/EST_Item.h:342:47: warning: nonnull argument 'this' compared to NULL [-Wnonnull-compare] EST_Item *next() const { return this == 0 ? 0 : n; } ~~~~~~~~~~^~~~~~~gcc -c -fno-implicit-templates -Wall -I../include -I../../../src/include -I../../../../speech_tools/include Klatt.ccIn file included from ../../../../speech_tools/include/EST_types.h:44:0, from ../../../../speech_tools/include/EST_string_aux.h:45, from ../../../../speech_tools/include/EST.h:49, from ../../../src/include/festival.h:47, from Klatt.cc:56:../../../../speech_tools/include/EST_TVector.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TVector&)': ../../../../speech_tools/include/EST_TVector.h:316:9: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (i = 0; i < m.n(); ++i) ^~~../../../../speech_tools/include/EST_TVector.h:317:32: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << m(i) << " "; st << endl; ^~In file included from ../../../../speech_tools/include/EST_TSimpleMatrix.h:46:0, from ../../../../speech_tools/include/EST_FMatrix.h:44, from ../../../../speech_tools/include/EST_types.h:47, from ../../../../speech_tools/include/EST_string_aux.h:45, from ../../../../speech_tools/include/EST.h:49, from ../../../src/include/festival.h:47, from Klatt.cc:56:../../../../speech_tools/include/EST_TMatrix.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TMatrix&)': ../../../../speech_tools/include/EST_TMatrix.h:316:13: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (j = 0; j < a.num_columns(); ++j) ^~~../../../../speech_tools/include/EST_TMatrix.h:317:50: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << a.a_no_check(i, j) << " "; st << endl; ^~In file included from ../../../../speech_tools/include/ling_class/EST_Relation.h:48:0, from ../../../../speech_tools/include/EST_wave_aux.h:52, from ../../../../speech_tools/include/EST_speech_class.h:44, from ../../../../speech_tools/include/EST.h:62, from ../../../src/include/festival.h:47, from Klatt.cc:56:../../../../speech_tools/include/ling_class/EST_Item.h: In member function 'const EST_Val EST_Item::f(const EST_String&, const EST_Val&) const':../../../../speech_tools/include/ling_class/EST_Item.h:292:2: warning: nonnull argument 'this' compared to NULL [-Wnonnull-compare] if (this == 0) ^~../../../../speech_tools/include/ling_class/EST_Item.h: In member function 'EST_Item* EST_Item::next() const':../../../../speech_tools/include/ling_class/EST_Item.h:342:47: warning: nonnull argument 'this' compared to NULL [-Wnonnull-compare] EST_Item *next() const { return this == 0 ? 0 : n; } ~~~~~~~~~~^~~~~~~../../../../speech_tools/include/ling_class/EST_Item.h: In member function 'EST_Item* EST_Item::prev() const':../../../../speech_tools/include/ling_class/EST_Item.h:344:47: warning: nonnull argument 'this' compared to NULL [-Wnonnull-compare] EST_Item *prev() const { return this == 0 ? 0 : p; } ~~~~~~~~~~^~~~~~~../../../../speech_tools/include/ling_class/EST_Item.h: In member function 'EST_Item* EST_Item::up() const':../../../../speech_tools/include/ling_class/EST_Item.h:348:47: warning: nonnull argument 'this' compared to NULL [-Wnonnull-compare] EST_Item *up() const { return this == 0 ? 0 : u; } ~~~~~~~~~~^~~~~~~look at library Festival dur_aux.o duration.o Klatt.oUpdate library Festival dur_aux.o duration.o Klatt.oar: `u' modifier ignored since `D' is the default (see `U')a - dur_aux.oa - duration.oa - Klatt.oMaking in directory src/modules/Intonation ...making dependencies -- int_aux.cc duffint.cc simple.cc gen_int.cc int_tree.cc gcc -c -fno-implicit-templates -Wall -I../include -I../../../src/include -I../../../../speech_tools/include int_aux.ccIn file included from ../../../../speech_tools/include/EST_types.h:44:0, from ../../../../speech_tools/include/EST_string_aux.h:45, from ../../../../speech_tools/include/EST.h:49, from ../../../src/include/festival.h:47, from int_aux.cc:41:../../../../speech_tools/include/EST_TVector.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TVector&)': ../../../../speech_tools/include/EST_TVector.h:316:9: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (i = 0; i < m.n(); ++i) ^~~../../../../speech_tools/include/EST_TVector.h:317:32: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << m(i) << " "; st << endl; ^~In file included from ../../../../speech_tools/include/EST_TSimpleMatrix.h:46:0, from ../../../../speech_tools/include/EST_FMatrix.h:44, from ../../../../speech_tools/include/EST_types.h:47, from ../../../../speech_tools/include/EST_string_aux.h:45, from ../../../../speech_tools/include/EST.h:49, from ../../../src/include/festival.h:47, from int_aux.cc:41:../../../../speech_tools/include/EST_TMatrix.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TMatrix&)': ../../../../speech_tools/include/EST_TMatrix.h:316:13: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (j = 0; j < a.num_columns(); ++j) ^~~../../../../speech_tools/include/EST_TMatrix.h:317:50: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << a.a_no_check(i, j) << " "; st << endl; ^~In file included from ../../../../speech_tools/include/ling_class/EST_Relation.h:48:0, from ../../../../speech_tools/include/EST_wave_aux.h:52, from ../../../../speech_tools/include/EST_speech_class.h:44, from ../../../../speech_tools/include/EST.h:62, from ../../../src/include/festival.h:47, from int_aux.cc:41:../../../../speech_tools/include/ling_class/EST_Item.h: In member function 'void EST_Item::set_name(const EST_String&) const':../../../../speech_tools/include/ling_class/EST_Item.h:249:7: warning: nonnull argument 'this' compared to NULL [-Wnonnull-compare] { if (this != 0) p_contents->set_name(name); } ^~../../../../speech_tools/include/ling_class/EST_Item.h: In member function 'const EST_Val EST_Item::f(const EST_String&) const':../../../../speech_tools/include/ling_class/EST_Item.h:257:2: warning: nonnull argument 'this' compared to NULL [-Wnonnull-compare] if (this == 0) ^~../../../../speech_tools/include/ling_class/EST_Item.h: In member function 'const EST_Val EST_Item::f(const EST_String&, const EST_Val&) const':../../../../speech_tools/include/ling_class/EST_Item.h:292:2: warning: nonnull argument 'this' compared to NULL [-Wnonnull-compare] if (this == 0) ^~gcc -c -fno-implicit-templates -Wall -I../include -I../../../src/include -I../../../../speech_tools/include duffint.ccIn file included from ../../../../speech_tools/include/EST_types.h:44:0, from ../../../../speech_tools/include/EST_string_aux.h:45, from ../../../../speech_tools/include/EST.h:49, from ../../../src/include/festival.h:47, from duffint.cc:41:../../../../speech_tools/include/EST_TVector.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TVector&)': ../../../../speech_tools/include/EST_TVector.h:316:9: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (i = 0; i < m.n(); ++i) ^~~../../../../speech_tools/include/EST_TVector.h:317:32: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << m(i) << " "; st << endl; ^~In file included from ../../../../speech_tools/include/EST_TSimpleMatrix.h:46:0, from ../../../../speech_tools/include/EST_FMatrix.h:44, from ../../../../speech_tools/include/EST_types.h:47, from ../../../../speech_tools/include/EST_string_aux.h:45, from ../../../../speech_tools/include/EST.h:49, from ../../../src/include/festival.h:47, from duffint.cc:41:../../../../speech_tools/include/EST_TMatrix.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TMatrix&)': ../../../../speech_tools/include/EST_TMatrix.h:316:13: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (j = 0; j < a.num_columns(); ++j) ^~~../../../../speech_tools/include/EST_TMatrix.h:317:50: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << a.a_no_check(i, j) << " "; st << endl; ^~In file included from ../../../../speech_tools/include/ling_class/EST_Relation.h:48:0, from ../../../../speech_tools/include/EST_wave_aux.h:52, from ../../../../speech_tools/include/EST_speech_class.h:44, from ../../../../speech_tools/include/EST.h:62, from ../../../src/include/festival.h:47, from duffint.cc:41:../../../../speech_tools/include/ling_class/EST_Item.h: In member function 'const EST_Val EST_Item::f(const EST_String&) const':../../../../speech_tools/include/ling_class/EST_Item.h:257:2: warning: nonnull argument 'this' compared to NULL [-Wnonnull-compare] if (this == 0) ^~gcc -c -fno-implicit-templates -Wall -I../include -I../../../src/include -I../../../../speech_tools/include simple.ccIn file included from ../../../../speech_tools/include/EST_types.h:44:0, from ../../../../speech_tools/include/EST_string_aux.h:45, from ../../../../speech_tools/include/EST.h:49, from ../../../src/include/festival.h:47, from simple.cc:41:../../../../speech_tools/include/EST_TVector.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TVector&)': ../../../../speech_tools/include/EST_TVector.h:316:9: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (i = 0; i < m.n(); ++i) ^~~../../../../speech_tools/include/EST_TVector.h:317:32: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << m(i) << " "; st << endl; ^~In file included from ../../../../speech_tools/include/EST_TSimpleMatrix.h:46:0, from ../../../../speech_tools/include/EST_FMatrix.h:44, from ../../../../speech_tools/include/EST_types.h:47, from ../../../../speech_tools/include/EST_string_aux.h:45, from ../../../../speech_tools/include/EST.h:49, from ../../../src/include/festival.h:47, from simple.cc:41:../../../../speech_tools/include/EST_TMatrix.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TMatrix&)': ../../../../speech_tools/include/EST_TMatrix.h:316:13: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (j = 0; j < a.num_columns(); ++j) ^~~../../../../speech_tools/include/EST_TMatrix.h:317:50: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << a.a_no_check(i, j) << " "; st << endl; ^~In file included from ../../../../speech_tools/include/ling_class/EST_Relation.h:48:0, from ../../../../speech_tools/include/EST_wave_aux.h:52, from ../../../../speech_tools/include/EST_speech_class.h:44, from ../../../../speech_tools/include/EST.h:62, from ../../../src/include/festival.h:47, from simple.cc:41:../../../../speech_tools/include/ling_class/EST_Item.h: In member function 'const EST_Val EST_Item::f(const EST_String&, const EST_Val&) const':../../../../speech_tools/include/ling_class/EST_Item.h:292:2: warning: nonnull argument 'this' compared to NULL [-Wnonnull-compare] if (this == 0) ^~../../../../speech_tools/include/ling_class/EST_Item.h: In member function 'EST_Item* EST_Item::next() const':../../../../speech_tools/include/ling_class/EST_Item.h:342:47: warning: nonnull argument 'this' compared to NULL [-Wnonnull-compare] EST_Item *next() const { return this == 0 ? 0 : n; } ~~~~~~~~~~^~~~~~~../../../../speech_tools/include/ling_class/EST_Item.h: In member function 'EST_Item* EST_Item::down() const':../../../../speech_tools/include/ling_class/EST_Item.h:346:47: warning: nonnull argument 'this' compared to NULL [-Wnonnull-compare] EST_Item *down() const { return this == 0 ? 0 : d; } ~~~~~~~~~~^~~~~~~gcc -c -fno-implicit-templates -Wall -I../include -I../../../src/include -I../../../../speech_tools/include gen_int.ccIn file included from ../../../../speech_tools/include/EST_types.h:44:0, from ../../../../speech_tools/include/EST_string_aux.h:45, from ../../../../speech_tools/include/EST.h:49, from ../../../src/include/festival.h:47, from gen_int.cc:49:../../../../speech_tools/include/EST_TVector.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TVector&)': ../../../../speech_tools/include/EST_TVector.h:316:9: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (i = 0; i < m.n(); ++i) ^~~../../../../speech_tools/include/EST_TVector.h:317:32: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << m(i) << " "; st << endl; ^~In file included from ../../../../speech_tools/include/EST_TSimpleMatrix.h:46:0, from ../../../../speech_tools/include/EST_FMatrix.h:44, from ../../../../speech_tools/include/EST_types.h:47, from ../../../../speech_tools/include/EST_string_aux.h:45, from ../../../../speech_tools/include/EST.h:49, from ../../../src/include/festival.h:47, from gen_int.cc:49:../../../../speech_tools/include/EST_TMatrix.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TMatrix&)': ../../../../speech_tools/include/EST_TMatrix.h:316:13: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (j = 0; j < a.num_columns(); ++j) ^~~../../../../speech_tools/include/EST_TMatrix.h:317:50: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << a.a_no_check(i, j) << " "; st << endl; ^~gen_int.cc: In function 'obj* FT_Int_Targets_General_Utt(LISP)':gen_int.cc:61:19: warning: variable 'targrel' set but not used [-Wunused-but-set-variable] EST_Relation *targrel; ^~~~~~~In file included from ../../../../speech_tools/include/ling_class/EST_Relation.h:48:0, from ../../../../speech_tools/include/EST_wave_aux.h:52, from ../../../../speech_tools/include/EST_speech_class.h:44, from ../../../../speech_tools/include/EST.h:62, from ../../../src/include/festival.h:47, from gen_int.cc:49:../../../../speech_tools/include/ling_class/EST_Item.h: In member function 'const EST_Val EST_Item::f(const EST_String&) const':../../../../speech_tools/include/ling_class/EST_Item.h:257:2: warning: nonnull argument 'this' compared to NULL [-Wnonnull-compare] if (this == 0) ^~../../../../speech_tools/include/ling_class/EST_Item.h: In member function 'EST_Item* EST_Item::next() const':../../../../speech_tools/include/ling_class/EST_Item.h:342:47: warning: nonnull argument 'this' compared to NULL [-Wnonnull-compare] EST_Item *next() const { return this == 0 ? 0 : n; } ~~~~~~~~~~^~~~~~~gcc -c -fno-implicit-templates -Wall -I../include -I../../../src/include -I../../../../speech_tools/include int_tree.ccIn file included from ../../../../speech_tools/include/EST_types.h:44:0, from ../../../../speech_tools/include/EST_string_aux.h:45, from ../../../../speech_tools/include/EST.h:49, from ../../../src/include/festival.h:47, from int_tree.cc:47:../../../../speech_tools/include/EST_TVector.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TVector&)': ../../../../speech_tools/include/EST_TVector.h:316:9: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (i = 0; i < m.n(); ++i) ^~~../../../../speech_tools/include/EST_TVector.h:317:32: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << m(i) << " "; st << endl; ^~In file included from ../../../../speech_tools/include/EST_TSimpleMatrix.h:46:0, from ../../../../speech_tools/include/EST_FMatrix.h:44, from ../../../../speech_tools/include/EST_types.h:47, from ../../../../speech_tools/include/EST_string_aux.h:45, from ../../../../speech_tools/include/EST.h:49, from ../../../src/include/festival.h:47, from int_tree.cc:47:../../../../speech_tools/include/EST_TMatrix.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TMatrix&)': ../../../../speech_tools/include/EST_TMatrix.h:316:13: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (j = 0; j < a.num_columns(); ++j) ^~~../../../../speech_tools/include/EST_TMatrix.h:317:50: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << a.a_no_check(i, j) << " "; st << endl; ^~In file included from ../../../../speech_tools/include/ling_class/EST_Relation.h:48:0, from ../../../../speech_tools/include/EST_wave_aux.h:52, from ../../../../speech_tools/include/EST_speech_class.h:44, from ../../../../speech_tools/include/EST.h:62, from ../../../src/include/festival.h:47, from int_tree.cc:47:../../../../speech_tools/include/ling_class/EST_Item.h: In member function 'const EST_Val EST_Item::f(const EST_String&) const':../../../../speech_tools/include/ling_class/EST_Item.h:257:2: warning: nonnull argument 'this' compared to NULL [-Wnonnull-compare] if (this == 0) ^~../../../../speech_tools/include/ling_class/EST_Item.h: In member function 'const EST_Val EST_Item::f(const EST_String&, const EST_Val&) const':../../../../speech_tools/include/ling_class/EST_Item.h:292:2: warning: nonnull argument 'this' compared to NULL [-Wnonnull-compare] if (this == 0) ^~../../../../speech_tools/include/ling_class/EST_Item.h: In member function 'EST_Item* EST_Item::next() const':../../../../speech_tools/include/ling_class/EST_Item.h:342:47: warning: nonnull argument 'this' compared to NULL [-Wnonnull-compare] EST_Item *next() const { return this == 0 ? 0 : n; } ~~~~~~~~~~^~~~~~~../../../../speech_tools/include/ling_class/EST_Item.h: In member function 'EST_Item* EST_Item::prev() const':../../../../speech_tools/include/ling_class/EST_Item.h:344:47: warning: nonnull argument 'this' compared to NULL [-Wnonnull-compare] EST_Item *prev() const { return this == 0 ? 0 : p; } ~~~~~~~~~~^~~~~~~../../../../speech_tools/include/ling_class/EST_Item.h: In member function 'EST_Item* EST_Item::down() const':../../../../speech_tools/include/ling_class/EST_Item.h:346:47: warning: nonnull argument 'this' compared to NULL [-Wnonnull-compare] EST_Item *down() const { return this == 0 ? 0 : d; } ~~~~~~~~~~^~~~~~~../../../../speech_tools/include/ling_class/EST_Item.h: In member function 'EST_Item* EST_Item::up() const':../../../../speech_tools/include/ling_class/EST_Item.h:348:47: warning: nonnull argument 'this' compared to NULL [-Wnonnull-compare] EST_Item *up() const { return this == 0 ? 0 : u; } ~~~~~~~~~~^~~~~~~look at library Festival int_aux.o duffint.o simple.o gen_int.o int_tree.oUpdate library Festival int_aux.o duffint.o simple.o gen_int.o int_tree.oar: `u' modifier ignored since `D' is the default (see `U')a - int_aux.oa - duffint.oa - simple.oa - gen_int.oa - int_tree.oMaking in directory src/modules/Text ...making dependencies -- text_aux.cc token.cc text.cc tok_ext.cc token_pos.cc xxml.cc text_modes.cc gcc -c -fno-implicit-templates -Wall -I../../../src/include -I../../../../speech_tools/include text_aux.ccIn file included from ../../../../speech_tools/include/EST_types.h:44:0, from ../../../../speech_tools/include/EST_string_aux.h:45, from ../../../../speech_tools/include/EST.h:49, from ../../../src/include/festival.h:47, from text_aux.cc:41:../../../../speech_tools/include/EST_TVector.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TVector&)': ../../../../speech_tools/include/EST_TVector.h:316:9: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (i = 0; i < m.n(); ++i) ^~~../../../../speech_tools/include/EST_TVector.h:317:32: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << m(i) << " "; st << endl; ^~In file included from ../../../../speech_tools/include/EST_TSimpleMatrix.h:46:0, from ../../../../speech_tools/include/EST_FMatrix.h:44, from ../../../../speech_tools/include/EST_types.h:47, from ../../../../speech_tools/include/EST_string_aux.h:45, from ../../../../speech_tools/include/EST.h:49, from ../../../src/include/festival.h:47, from text_aux.cc:41:../../../../speech_tools/include/EST_TMatrix.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TMatrix&)': ../../../../speech_tools/include/EST_TMatrix.h:316:13: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (j = 0; j < a.num_columns(); ++j) ^~~../../../../speech_tools/include/EST_TMatrix.h:317:50: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << a.a_no_check(i, j) << " "; st << endl; ^~In file included from ../../../../speech_tools/include/ling_class/EST_Relation.h:48:0, from ../../../../speech_tools/include/EST_wave_aux.h:52, from ../../../../speech_tools/include/EST_speech_class.h:44, from ../../../../speech_tools/include/EST.h:62, from ../../../src/include/festival.h:47, from text_aux.cc:41:../../../../speech_tools/include/ling_class/EST_Item.h: In member function 'void EST_Item::set_name(const EST_String&) const':../../../../speech_tools/include/ling_class/EST_Item.h:249:7: warning: nonnull argument 'this' compared to NULL [-Wnonnull-compare] { if (this != 0) p_contents->set_name(name); } ^~gcc -c -fno-implicit-templates -Wall -I../../../src/include -I../../../../speech_tools/include token.ccIn file included from ../../../../speech_tools/include/EST_types.h:44:0, from ../../../../speech_tools/include/EST_string_aux.h:45, from ../../../../speech_tools/include/EST.h:49, from ../../../src/include/festival.h:47, from token.cc:51:../../../../speech_tools/include/EST_TVector.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TVector&)': ../../../../speech_tools/include/EST_TVector.h:316:9: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (i = 0; i < m.n(); ++i) ^~~../../../../speech_tools/include/EST_TVector.h:317:32: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << m(i) << " "; st << endl; ^~In file included from ../../../../speech_tools/include/EST_TSimpleMatrix.h:46:0, from ../../../../speech_tools/include/EST_FMatrix.h:44, from ../../../../speech_tools/include/EST_types.h:47, from ../../../../speech_tools/include/EST_string_aux.h:45, from ../../../../speech_tools/include/EST.h:49, from ../../../src/include/festival.h:47, from token.cc:51:../../../../speech_tools/include/EST_TMatrix.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TMatrix&)': ../../../../speech_tools/include/EST_TMatrix.h:316:13: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (j = 0; j < a.num_columns(); ++j) ^~~../../../../speech_tools/include/EST_TMatrix.h:317:50: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << a.a_no_check(i, j) << " "; st << endl; ^~In file included from ../../../../speech_tools/include/ling_class/EST_Relation.h:48:0, from ../../../../speech_tools/include/EST_wave_aux.h:52, from ../../../../speech_tools/include/EST_speech_class.h:44, from ../../../../speech_tools/include/EST.h:62, from ../../../src/include/festival.h:47, from token.cc:51:../../../../speech_tools/include/ling_class/EST_Item.h: In member function 'const EST_Val EST_Item::f(const EST_String&) const':../../../../speech_tools/include/ling_class/EST_Item.h:257:2: warning: nonnull argument 'this' compared to NULL [-Wnonnull-compare] if (this == 0) ^~../../../../speech_tools/include/ling_class/EST_Item.h: In member function 'const EST_Val EST_Item::f(const EST_String&, const EST_Val&) const':../../../../speech_tools/include/ling_class/EST_Item.h:292:2: warning: nonnull argument 'this' compared to NULL [-Wnonnull-compare] if (this == 0) ^~../../../../speech_tools/include/ling_class/EST_Item.h: In member function 'EST_Item* EST_Item::next() const':../../../../speech_tools/include/ling_class/EST_Item.h:342:47: warning: nonnull argument 'this' compared to NULL [-Wnonnull-compare] EST_Item *next() const { return this == 0 ? 0 : n; } ~~~~~~~~~~^~~~~~~gcc -c -fno-implicit-templates -Wall -I../../../src/include -I../../../../speech_tools/include text.ccIn file included from ../../../../speech_tools/include/EST_types.h:44:0, from ../../../../speech_tools/include/EST_string_aux.h:45, from ../../../../speech_tools/include/EST.h:49, from ../../../src/include/festival.h:47, from text.cc:49:../../../../speech_tools/include/EST_TVector.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TVector&)': ../../../../speech_tools/include/EST_TVector.h:316:9: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (i = 0; i < m.n(); ++i) ^~~../../../../speech_tools/include/EST_TVector.h:317:32: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << m(i) << " "; st << endl; ^~In file included from ../../../../speech_tools/include/EST_TSimpleMatrix.h:46:0, from ../../../../speech_tools/include/EST_FMatrix.h:44, from ../../../../speech_tools/include/EST_types.h:47, from ../../../../speech_tools/include/EST_string_aux.h:45, from ../../../../speech_tools/include/EST.h:49, from ../../../src/include/festival.h:47, from text.cc:49:../../../../speech_tools/include/EST_TMatrix.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TMatrix&)': ../../../../speech_tools/include/EST_TMatrix.h:316:13: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (j = 0; j < a.num_columns(); ++j) ^~~../../../../speech_tools/include/EST_TMatrix.h:317:50: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << a.a_no_check(i, j) << " "; st << endl; ^~In file included from ../../../../speech_tools/include/ling_class/EST_Relation.h:48:0, from ../../../../speech_tools/include/EST_wave_aux.h:52, from ../../../../speech_tools/include/EST_speech_class.h:44, from ../../../../speech_tools/include/EST.h:62, from ../../../src/include/festival.h:47, from text.cc:49:../../../../speech_tools/include/ling_class/EST_Item.h: In member function 'EST_Item* EST_Item::prev() const':../../../../speech_tools/include/ling_class/EST_Item.h:344:47: warning: nonnull argument 'this' compared to NULL [-Wnonnull-compare] EST_Item *prev() const { return this == 0 ? 0 : p; } ~~~~~~~~~~^~~~~~~gcc -c -fno-implicit-templates -Wall -I../../../src/include -I../../../../speech_tools/include tok_ext.ccIn file included from ../../../../speech_tools/include/EST_types.h:44:0, from ../../../../speech_tools/include/EST_string_aux.h:45, from ../../../../speech_tools/include/EST.h:49, from ../../../src/include/festival.h:47, from tok_ext.cc:47:../../../../speech_tools/include/EST_TVector.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TVector&)': ../../../../speech_tools/include/EST_TVector.h:316:9: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (i = 0; i < m.n(); ++i) ^~~../../../../speech_tools/include/EST_TVector.h:317:32: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << m(i) << " "; st << endl; ^~In file included from ../../../../speech_tools/include/EST_TSimpleMatrix.h:46:0, from ../../../../speech_tools/include/EST_FMatrix.h:44, from ../../../../speech_tools/include/EST_types.h:47, from ../../../../speech_tools/include/EST_string_aux.h:45, from ../../../../speech_tools/include/EST.h:49, from ../../../src/include/festival.h:47, from tok_ext.cc:47:../../../../speech_tools/include/EST_TMatrix.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TMatrix&)': ../../../../speech_tools/include/EST_TMatrix.h:316:13: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (j = 0; j < a.num_columns(); ++j) ^~~../../../../speech_tools/include/EST_TMatrix.h:317:50: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << a.a_no_check(i, j) << " "; st << endl; ^~In file included from ../../../../speech_tools/include/ling_class/EST_Relation.h:48:0, from ../../../../speech_tools/include/EST_wave_aux.h:52, from ../../../../speech_tools/include/EST_speech_class.h:44, from ../../../../speech_tools/include/EST.h:62, from ../../../src/include/festival.h:47, from tok_ext.cc:47:../../../../speech_tools/include/ling_class/EST_Item.h: In member function 'void EST_Item::set_name(const EST_String&) const':../../../../speech_tools/include/ling_class/EST_Item.h:249:7: warning: nonnull argument 'this' compared to NULL [-Wnonnull-compare] { if (this != 0) p_contents->set_name(name); } ^~../../../../speech_tools/include/ling_class/EST_Item.h: In member function 'EST_Item* EST_Item::next() const':../../../../speech_tools/include/ling_class/EST_Item.h:342:47: warning: nonnull argument 'this' compared to NULL [-Wnonnull-compare] EST_Item *next() const { return this == 0 ? 0 : n; } ~~~~~~~~~~^~~~~~~gcc -c -fno-implicit-templates -Wall -I../../../src/include -I../../../../speech_tools/include token_pos.ccIn file included from ../../../../speech_tools/include/EST_types.h:44:0, from ../../../../speech_tools/include/EST_string_aux.h:45, from ../../../../speech_tools/include/EST.h:49, from ../../../src/include/festival.h:47, from token_pos.cc:43:../../../../speech_tools/include/EST_TVector.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TVector&)': ../../../../speech_tools/include/EST_TVector.h:316:9: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (i = 0; i < m.n(); ++i) ^~~../../../../speech_tools/include/EST_TVector.h:317:32: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << m(i) << " "; st << endl; ^~In file included from ../../../../speech_tools/include/EST_TSimpleMatrix.h:46:0, from ../../../../speech_tools/include/EST_FMatrix.h:44, from ../../../../speech_tools/include/EST_types.h:47, from ../../../../speech_tools/include/EST_string_aux.h:45, from ../../../../speech_tools/include/EST.h:49, from ../../../src/include/festival.h:47, from token_pos.cc:43:../../../../speech_tools/include/EST_TMatrix.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TMatrix&)': ../../../../speech_tools/include/EST_TMatrix.h:316:13: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (j = 0; j < a.num_columns(); ++j) ^~~../../../../speech_tools/include/EST_TMatrix.h:317:50: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << a.a_no_check(i, j) << " "; st << endl; ^~In file included from ../../../../speech_tools/include/ling_class/EST_Relation.h:48:0, from ../../../../speech_tools/include/EST_wave_aux.h:52, from ../../../../speech_tools/include/EST_speech_class.h:44, from ../../../../speech_tools/include/EST.h:62, from ../../../src/include/festival.h:47, from token_pos.cc:43:../../../../speech_tools/include/ling_class/EST_Item.h: In member function 'const EST_Val EST_Item::f(const EST_String&, const EST_Val&) const':../../../../speech_tools/include/ling_class/EST_Item.h:292:2: warning: nonnull argument 'this' compared to NULL [-Wnonnull-compare] if (this == 0) ^~../../../../speech_tools/include/ling_class/EST_Item.h: In member function 'EST_Item* EST_Item::next() const':../../../../speech_tools/include/ling_class/EST_Item.h:342:47: warning: nonnull argument 'this' compared to NULL [-Wnonnull-compare] EST_Item *next() const { return this == 0 ? 0 : n; } ~~~~~~~~~~^~~~~~~gcc -c -fno-implicit-templates -Wall -I../../../src/include -I../../../../speech_tools/include xxml.ccIn file included from ../../../../speech_tools/include/EST_types.h:44:0, from ../../../../speech_tools/include/EST_string_aux.h:45, from ../../../../speech_tools/include/EST.h:49, from ../../../src/include/festival.h:47, from xxml.cc:47:../../../../speech_tools/include/EST_TVector.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TVector&)': ../../../../speech_tools/include/EST_TVector.h:316:9: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (i = 0; i < m.n(); ++i) ^~~../../../../speech_tools/include/EST_TVector.h:317:32: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << m(i) << " "; st << endl; ^~In file included from ../../../../speech_tools/include/EST_TSimpleMatrix.h:46:0, from ../../../../speech_tools/include/EST_FMatrix.h:44, from ../../../../speech_tools/include/EST_types.h:47, from ../../../../speech_tools/include/EST_string_aux.h:45, from ../../../../speech_tools/include/EST.h:49, from ../../../src/include/festival.h:47, from xxml.cc:47:../../../../speech_tools/include/EST_TMatrix.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TMatrix&)': ../../../../speech_tools/include/EST_TMatrix.h:316:13: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (j = 0; j < a.num_columns(); ++j) ^~~../../../../speech_tools/include/EST_TMatrix.h:317:50: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << a.a_no_check(i, j) << " "; st << endl; ^~gcc -c -fno-implicit-templates -Wall -I../../../src/include -I../../../../speech_tools/include text_modes.ccIn file included from ../../../../speech_tools/include/EST_types.h:44:0, from ../../../../speech_tools/include/EST_string_aux.h:45, from ../../../../speech_tools/include/EST.h:49, from ../../../src/include/festival.h:47, from text_modes.cc:51:../../../../speech_tools/include/EST_TVector.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TVector&)': ../../../../speech_tools/include/EST_TVector.h:316:9: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (i = 0; i < m.n(); ++i) ^~~../../../../speech_tools/include/EST_TVector.h:317:32: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << m(i) << " "; st << endl; ^~In file included from ../../../../speech_tools/include/EST_TSimpleMatrix.h:46:0, from ../../../../speech_tools/include/EST_FMatrix.h:44, from ../../../../speech_tools/include/EST_types.h:47, from ../../../../speech_tools/include/EST_string_aux.h:45, from ../../../../speech_tools/include/EST.h:49, from ../../../src/include/festival.h:47, from text_modes.cc:51:../../../../speech_tools/include/EST_TMatrix.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TMatrix&)': ../../../../speech_tools/include/EST_TMatrix.h:316:13: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (j = 0; j < a.num_columns(); ++j) ^~~../../../../speech_tools/include/EST_TMatrix.h:317:50: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << a.a_no_check(i, j) << " "; st << endl; ^~look at library Festival text_aux.o token.o text.o tok_ext.o token_pos.o xxml.o text_modes.oUpdate library Festival text_aux.o token.o text.o tok_ext.o token_pos.o xxml.o text_modes.oar: `u' modifier ignored since `D' is the default (see `U')a - text_aux.oa - token.oa - text.oa - tok_ext.oa - token_pos.oa - xxml.oa - text_modes.oMaking in directory src/modules/UniSyn ...making dependencies -- UniSyn.cc us_prosody.cc us_unit.cc ps_synthesis.cc us_mapping.cc us_features.cc gcc -c -fno-implicit-templates -Wall -I../../../src/include -I../../../../speech_tools/include UniSyn.cc -o UniSyn.oIn file included from ../../../../speech_tools/include/EST_types.h:44:0, from ../../../../speech_tools/include/EST_string_aux.h:45, from ../../../../speech_tools/include/siod.h:18, from UniSyn.cc:40:../../../../speech_tools/include/EST_TVector.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TVector&)': ../../../../speech_tools/include/EST_TVector.h:316:9: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (i = 0; i < m.n(); ++i) ^~~../../../../speech_tools/include/EST_TVector.h:317:32: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << m(i) << " "; st << endl; ^~In file included from ../../../../speech_tools/include/EST_TSimpleMatrix.h:46:0, from ../../../../speech_tools/include/EST_FMatrix.h:44, from ../../../../speech_tools/include/EST_types.h:47, from ../../../../speech_tools/include/EST_string_aux.h:45, from ../../../../speech_tools/include/siod.h:18, from UniSyn.cc:40:../../../../speech_tools/include/EST_TMatrix.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TMatrix&)': ../../../../speech_tools/include/EST_TMatrix.h:316:13: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (j = 0; j < a.num_columns(); ++j) ^~~../../../../speech_tools/include/EST_TMatrix.h:317:50: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << a.a_no_check(i, j) << " "; st << endl; ^~In file included from ../../../../speech_tools/include/ling_class/EST_Relation.h:48:0, from ../../../../speech_tools/include/EST_wave_aux.h:52, from ../../../../speech_tools/include/EST_speech_class.h:44, from ../../../../speech_tools/include/EST.h:62, from UniSyn.cc:41:../../../../speech_tools/include/ling_class/EST_Item.h: In member function 'const EST_Val EST_Item::f(const EST_String&) const':../../../../speech_tools/include/ling_class/EST_Item.h:257:2: warning: nonnull argument 'this' compared to NULL [-Wnonnull-compare] if (this == 0) ^~../../../../speech_tools/include/ling_class/EST_Item.h: In member function 'EST_Item* EST_Item::prev() const':../../../../speech_tools/include/ling_class/EST_Item.h:344:47: warning: nonnull argument 'this' compared to NULL [-Wnonnull-compare] EST_Item *prev() const { return this == 0 ? 0 : p; } ~~~~~~~~~~^~~~~~~gcc -c -fno-implicit-templates -Wall -I../../../src/include -I../../../../speech_tools/include us_prosody.ccIn file included from ../../../../speech_tools/include/EST_types.h:44:0, from ../../../../speech_tools/include/EST_string_aux.h:45, from ../../../../speech_tools/include/EST.h:49, from us_synthesis.h:44, from us_prosody.cc:41:../../../../speech_tools/include/EST_TVector.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TVector&)': ../../../../speech_tools/include/EST_TVector.h:316:9: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (i = 0; i < m.n(); ++i) ^~~../../../../speech_tools/include/EST_TVector.h:317:32: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << m(i) << " "; st << endl; ^~In file included from ../../../../speech_tools/include/EST_TSimpleMatrix.h:46:0, from ../../../../speech_tools/include/EST_FMatrix.h:44, from ../../../../speech_tools/include/EST_types.h:47, from ../../../../speech_tools/include/EST_string_aux.h:45, from ../../../../speech_tools/include/EST.h:49, from us_synthesis.h:44, from us_prosody.cc:41:../../../../speech_tools/include/EST_TMatrix.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TMatrix&)': ../../../../speech_tools/include/EST_TMatrix.h:316:13: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (j = 0; j < a.num_columns(); ++j) ^~~../../../../speech_tools/include/EST_TMatrix.h:317:50: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << a.a_no_check(i, j) << " "; st << endl; ^~us_prosody.cc: In function 'void linear_pitchmarks(EST_Track&, EST_Track&, float, float)':us_prosody.cc:193:11: warning: variable 'm' set but not used [-Wunused-but-set-variable] float m, length, pitch; ^gcc -c -fno-implicit-templates -Wall -I../../../src/include -I../../../../speech_tools/include us_unit.ccIn file included from ../../../../speech_tools/include/EST_types.h:44:0, from ../../../../speech_tools/include/EST_string_aux.h:45, from ../../../../speech_tools/include/siod.h:18, from us_unit.cc:42:../../../../speech_tools/include/EST_TVector.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TVector&)': ../../../../speech_tools/include/EST_TVector.h:316:9: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (i = 0; i < m.n(); ++i) ^~~../../../../speech_tools/include/EST_TVector.h:317:32: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << m(i) << " "; st << endl; ^~In file included from ../../../../speech_tools/include/EST_TSimpleMatrix.h:46:0, from ../../../../speech_tools/include/EST_FMatrix.h:44, from ../../../../speech_tools/include/EST_types.h:47, from ../../../../speech_tools/include/EST_string_aux.h:45, from ../../../../speech_tools/include/siod.h:18, from us_unit.cc:42:../../../../speech_tools/include/EST_TMatrix.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TMatrix&)': ../../../../speech_tools/include/EST_TMatrix.h:316:13: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (j = 0; j < a.num_columns(); ++j) ^~~../../../../speech_tools/include/EST_TMatrix.h:317:50: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << a.a_no_check(i, j) << " "; st << endl; ^~us_unit.cc: In function 'void window_frame(EST_Wave&, EST_Wave&, float, int, int, void (*)(int, EST_TBuffer&, int), int)': us_unit.cc:96:7: warning: variable 'print_centre' set but not used [-Wunused-but-set-variable] int print_centre; ^~~~~~~~~~~~us_unit.cc: In function 'void us_unit_raw_concat(EST_Utterance&)':us_unit.cc:382:11: warning: variable 'window_factor' set but not used [-Wunused-but-set-variable] float window_factor; ^~~~~~~~~~~~~us_unit.cc: In function 'void concatenate_unit_coefs(EST_Relation&, EST_Track&)':us_unit.cc:439:18: warning: variable 'l' set but not used [-Wunused-but-set-variable] int i, j, k, l; ^In file included from ../../../../speech_tools/include/ling_class/EST_Relation.h:48:0, from ../../../../speech_tools/include/EST_wave_aux.h:52, from us_unit.cc:44:../../../../speech_tools/include/ling_class/EST_Item.h: In member function 'const EST_Val EST_Item::f(const EST_String&) const':../../../../speech_tools/include/ling_class/EST_Item.h:257:2: warning: nonnull argument 'this' compared to NULL [-Wnonnull-compare] if (this == 0) ^~../../../../speech_tools/include/ling_class/EST_Item.h: In member function 'EST_Item* EST_Item::next() const':../../../../speech_tools/include/ling_class/EST_Item.h:342:47: warning: nonnull argument 'this' compared to NULL [-Wnonnull-compare] EST_Item *next() const { return this == 0 ? 0 : n; } ~~~~~~~~~~^~~~~~~gcc -c -fno-implicit-templates -Wall -I../../../src/include -I../../../../speech_tools/include ps_synthesis.ccIn file included from ../../../../speech_tools/include/EST_types.h:44:0, from ../../../../speech_tools/include/EST_string_aux.h:45, from ../../../../speech_tools/include/EST.h:49, from us_synthesis.h:44, from ps_synthesis.cc:41:../../../../speech_tools/include/EST_TVector.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TVector&)': ../../../../speech_tools/include/EST_TVector.h:316:9: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (i = 0; i < m.n(); ++i) ^~~../../../../speech_tools/include/EST_TVector.h:317:32: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << m(i) << " "; st << endl; ^~In file included from ../../../../speech_tools/include/EST_TSimpleMatrix.h:46:0, from ../../../../speech_tools/include/EST_FMatrix.h:44, from ../../../../speech_tools/include/EST_types.h:47, from ../../../../speech_tools/include/EST_string_aux.h:45, from ../../../../speech_tools/include/EST.h:49, from us_synthesis.h:44, from ps_synthesis.cc:41:../../../../speech_tools/include/EST_TMatrix.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TMatrix&)': ../../../../speech_tools/include/EST_TMatrix.h:316:13: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (j = 0; j < a.num_columns(); ++j) ^~~../../../../speech_tools/include/EST_TMatrix.h:317:50: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << a.a_no_check(i, j) << " "; st << endl; ^~In file included from ../../../../speech_tools/include/ling_class/EST_Relation.h:48:0, from ../../../../speech_tools/include/EST_wave_aux.h:52, from ../../../../speech_tools/include/EST_speech_class.h:44, from ../../../../speech_tools/include/EST.h:62, from us_synthesis.h:44, from ps_synthesis.cc:41:../../../../speech_tools/include/ling_class/EST_Item.h: In member function 'const EST_Val EST_Item::f(const EST_String&) const':../../../../speech_tools/include/ling_class/EST_Item.h:257:2: warning: nonnull argument 'this' compared to NULL [-Wnonnull-compare] if (this == 0) ^~gcc -c -fno-implicit-templates -Wall -I../../../src/include -I../../../../speech_tools/include us_mapping.ccIn file included from ../../../../speech_tools/include/EST_types.h:44:0, from ../../../../speech_tools/include/EST_string_aux.h:45, from ../../../../speech_tools/include/EST.h:49, from us_synthesis.h:44, from us_mapping.cc:43:../../../../speech_tools/include/EST_TVector.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TVector&)': ../../../../speech_tools/include/EST_TVector.h:316:9: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (i = 0; i < m.n(); ++i) ^~~../../../../speech_tools/include/EST_TVector.h:317:32: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << m(i) << " "; st << endl; ^~In file included from ../../../../speech_tools/include/EST_TSimpleMatrix.h:46:0, from ../../../../speech_tools/include/EST_FMatrix.h:44, from ../../../../speech_tools/include/EST_types.h:47, from ../../../../speech_tools/include/EST_string_aux.h:45, from ../../../../speech_tools/include/EST.h:49, from us_synthesis.h:44, from us_mapping.cc:43:../../../../speech_tools/include/EST_TMatrix.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TMatrix&)': ../../../../speech_tools/include/EST_TMatrix.h:316:13: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (j = 0; j < a.num_columns(); ++j) ^~~../../../../speech_tools/include/EST_TMatrix.h:317:50: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << a.a_no_check(i, j) << " "; st << endl; ^~us_mapping.cc: In function 'void us_mapping(EST_Utterance&, const EST_String&)':us_mapping.cc:611:19: warning: variable 'source_lab' set but not used [-Wunused-but-set-variable] EST_Relation *source_lab, *target_lab; ^~~~~~~~~~In file included from ../../../../speech_tools/include/ling_class/EST_Relation.h:48:0, from ../../../../speech_tools/include/EST_wave_aux.h:52, from ../../../../speech_tools/include/EST_speech_class.h:44, from ../../../../speech_tools/include/EST.h:62, from us_synthesis.h:44, from us_mapping.cc:43:../../../../speech_tools/include/ling_class/EST_Item.h: In member function 'const EST_Val EST_Item::f(const EST_String&) const':../../../../speech_tools/include/ling_class/EST_Item.h:257:2: warning: nonnull argument 'this' compared to NULL [-Wnonnull-compare] if (this == 0) ^~../../../../speech_tools/include/ling_class/EST_Item.h: In member function 'const EST_Val EST_Item::f(const EST_String&, const EST_Val&) const':../../../../speech_tools/include/ling_class/EST_Item.h:292:2: warning: nonnull argument 'this' compared to NULL [-Wnonnull-compare] if (this == 0) ^~../../../../speech_tools/include/ling_class/EST_Item.h: In member function 'EST_Item* EST_Item::next() const':../../../../speech_tools/include/ling_class/EST_Item.h:342:47: warning: nonnull argument 'this' compared to NULL [-Wnonnull-compare] EST_Item *next() const { return this == 0 ? 0 : n; } ~~~~~~~~~~^~~~~~~gcc -c -fno-implicit-templates -Wall -I../../../src/include -I../../../../speech_tools/include us_features.ccIn file included from ../../../../speech_tools/include/EST_types.h:44:0, from ../../../../speech_tools/include/EST_string_aux.h:45, from ../../../../speech_tools/include/EST.h:49, from ../../../src/include/festival.h:47, from us_features.cc:42:../../../../speech_tools/include/EST_TVector.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TVector&)': ../../../../speech_tools/include/EST_TVector.h:316:9: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (i = 0; i < m.n(); ++i) ^~~../../../../speech_tools/include/EST_TVector.h:317:32: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << m(i) << " "; st << endl; ^~In file included from ../../../../speech_tools/include/EST_TSimpleMatrix.h:46:0, from ../../../../speech_tools/include/EST_FMatrix.h:44, from ../../../../speech_tools/include/EST_types.h:47, from ../../../../speech_tools/include/EST_string_aux.h:45, from ../../../../speech_tools/include/EST.h:49, from ../../../src/include/festival.h:47, from us_features.cc:42:../../../../speech_tools/include/EST_TMatrix.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TMatrix&)': ../../../../speech_tools/include/EST_TMatrix.h:316:13: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (j = 0; j < a.num_columns(); ++j) ^~~../../../../speech_tools/include/EST_TMatrix.h:317:50: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << a.a_no_check(i, j) << " "; st << endl; ^~In file included from ../../../../speech_tools/include/ling_class/EST_Relation.h:48:0, from ../../../../speech_tools/include/EST_wave_aux.h:52, from ../../../../speech_tools/include/EST_speech_class.h:44, from ../../../../speech_tools/include/EST.h:62, from ../../../src/include/festival.h:47, from us_features.cc:42:../../../../speech_tools/include/ling_class/EST_Item.h: In member function 'const EST_Val EST_Item::f(const EST_String&) const':../../../../speech_tools/include/ling_class/EST_Item.h:257:2: warning: nonnull argument 'this' compared to NULL [-Wnonnull-compare] if (this == 0) ^~../../../../speech_tools/include/ling_class/EST_Item.h: In member function 'EST_Item* EST_Item::next() const':../../../../speech_tools/include/ling_class/EST_Item.h:342:47: warning: nonnull argument 'this' compared to NULL [-Wnonnull-compare] EST_Item *next() const { return this == 0 ? 0 : n; } ~~~~~~~~~~^~~~~~~../../../../speech_tools/include/ling_class/EST_Item.h: In member function 'EST_Item* EST_Item::down() const':../../../../speech_tools/include/ling_class/EST_Item.h:346:47: warning: nonnull argument 'this' compared to NULL [-Wnonnull-compare] EST_Item *down() const { return this == 0 ? 0 : d; } ~~~~~~~~~~^~~~~~~look at library Festival UniSyn.o us_prosody.o us_unit.o ps_synthesis.o us_mapping.o us_features.oUpdate library Festival UniSyn.o us_prosody.o us_unit.o ps_synthesis.o us_mapping.o us_features.oar: `u' modifier ignored since `D' is the default (see `U')a - UniSyn.oa - us_prosody.oa - us_unit.oa - ps_synthesis.oa - us_mapping.oa - us_features.oMaking in directory src/modules/donovan ...making dependencies -- makewav.c load_diphs.c coeffs.c excitation.c pitch.c durations.c donovan.cc gcc -c -Wall -I../include -I../../../src/include -I../../../../speech_tools/include makewav.cgcc -c -Wall -I../include -I../../../src/include -I../../../../speech_tools/include load_diphs.cgcc -c -Wall -I../include -I../../../src/include -I../../../../speech_tools/include coeffs.cgcc -c -Wall -I../include -I../../../src/include -I../../../../speech_tools/include excitation.cgcc -c -Wall -I../include -I../../../src/include -I../../../../speech_tools/include pitch.cgcc -c -Wall -I../include -I../../../src/include -I../../../../speech_tools/include durations.cgcc -c -fno-implicit-templates -Wall -I../include -I../../../src/include -I../../../../speech_tools/include donovan.ccIn file included from ../../../../speech_tools/include/EST_types.h:44:0, from ../../../../speech_tools/include/EST_string_aux.h:45, from ../../../../speech_tools/include/EST.h:49, from ../../../src/include/festival.h:47, from donovan.cc:49:../../../../speech_tools/include/EST_TVector.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TVector&)': ../../../../speech_tools/include/EST_TVector.h:316:9: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (i = 0; i < m.n(); ++i) ^~~../../../../speech_tools/include/EST_TVector.h:317:32: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << m(i) << " "; st << endl; ^~In file included from ../../../../speech_tools/include/EST_TSimpleMatrix.h:46:0, from ../../../../speech_tools/include/EST_FMatrix.h:44, from ../../../../speech_tools/include/EST_types.h:47, from ../../../../speech_tools/include/EST_string_aux.h:45, from ../../../../speech_tools/include/EST.h:49, from ../../../src/include/festival.h:47, from donovan.cc:49:../../../../speech_tools/include/EST_TMatrix.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TMatrix&)': ../../../../speech_tools/include/EST_TMatrix.h:316:13: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (j = 0; j < a.num_columns(); ++j) ^~~../../../../speech_tools/include/EST_TMatrix.h:317:50: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << a.a_no_check(i, j) << " "; st << endl; ^~In file included from ../../../../speech_tools/include/ling_class/EST_Relation.h:48:0, from ../../../../speech_tools/include/EST_wave_aux.h:52, from ../../../../speech_tools/include/EST_speech_class.h:44, from ../../../../speech_tools/include/EST.h:62, from ../../../src/include/festival.h:47, from donovan.cc:49:../../../../speech_tools/include/ling_class/EST_Item.h: In member function 'const EST_Val EST_Item::f(const EST_String&) const':../../../../speech_tools/include/ling_class/EST_Item.h:257:2: warning: nonnull argument 'this' compared to NULL [-Wnonnull-compare] if (this == 0) ^~../../../../speech_tools/include/ling_class/EST_Item.h: In member function 'const EST_Val EST_Item::f(const EST_String&, const EST_Val&) const':../../../../speech_tools/include/ling_class/EST_Item.h:292:2: warning: nonnull argument 'this' compared to NULL [-Wnonnull-compare] if (this == 0) ^~../../../../speech_tools/include/ling_class/EST_Item.h: In member function 'EST_Item* EST_Item::next() const':../../../../speech_tools/include/ling_class/EST_Item.h:342:47: warning: nonnull argument 'this' compared to NULL [-Wnonnull-compare] EST_Item *next() const { return this == 0 ? 0 : n; } ~~~~~~~~~~^~~~~~~../../../../speech_tools/include/ling_class/EST_Item.h: In member function 'EST_Item* EST_Item::down() const':../../../../speech_tools/include/ling_class/EST_Item.h:346:47: warning: nonnull argument 'this' compared to NULL [-Wnonnull-compare] EST_Item *down() const { return this == 0 ? 0 : d; } ~~~~~~~~~~^~~~~~~look at library Festival makewav.o load_diphs.o coeffs.o excitation.o pitch.o durations.o donovan.oUpdate library Festival makewav.o load_diphs.o coeffs.o excitation.o pitch.o durations.o donovan.oar: `u' modifier ignored since `D' is the default (see `U')a - makewav.oa - load_diphs.oa - coeffs.oa - excitation.oa - pitch.oa - durations.oa - donovan.oMaking in directory src/modules/parser ...making dependencies -- pparser.cc gcc -c -fno-implicit-templates -Wall -I../include -I../../../src/include -I../../../../speech_tools/include pparser.ccIn file included from ../../../../speech_tools/include/EST_types.h:44:0, from ../../../../speech_tools/include/EST_string_aux.h:45, from ../../../../speech_tools/include/EST.h:49, from ../../../src/include/festival.h:47, from pparser.cc:41:../../../../speech_tools/include/EST_TVector.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TVector&)': ../../../../speech_tools/include/EST_TVector.h:316:9: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (i = 0; i < m.n(); ++i) ^~~../../../../speech_tools/include/EST_TVector.h:317:32: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << m(i) << " "; st << endl; ^~In file included from ../../../../speech_tools/include/EST_TSimpleMatrix.h:46:0, from ../../../../speech_tools/include/EST_FMatrix.h:44, from ../../../../speech_tools/include/EST_types.h:47, from ../../../../speech_tools/include/EST_string_aux.h:45, from ../../../../speech_tools/include/EST.h:49, from ../../../src/include/festival.h:47, from pparser.cc:41:../../../../speech_tools/include/EST_TMatrix.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TMatrix&)': ../../../../speech_tools/include/EST_TMatrix.h:316:13: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (j = 0; j < a.num_columns(); ++j) ^~~../../../../speech_tools/include/EST_TMatrix.h:317:50: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << a.a_no_check(i, j) << " "; st << endl; ^~pparser.cc: In function 'void MultiParse(EST_Utterance&)':pparser.cc:148:17: warning: variable 'eos_tree' set but not used [-Wunused-but-set-variable] LISP rules, eos_tree; ^~~~~~~~In file included from ../../../../speech_tools/include/ling_class/EST_Relation.h:48:0, from ../../../../speech_tools/include/EST_wave_aux.h:52, from ../../../../speech_tools/include/EST_speech_class.h:44, from ../../../../speech_tools/include/EST.h:62, from ../../../src/include/festival.h:47, from pparser.cc:41:../../../../speech_tools/include/ling_class/EST_Item.h: In member function 'EST_Item* EST_Item::next() const':../../../../speech_tools/include/ling_class/EST_Item.h:342:47: warning: nonnull argument 'this' compared to NULL [-Wnonnull-compare] EST_Item *next() const { return this == 0 ? 0 : n; } ~~~~~~~~~~^~~~~~~look at library Festival pparser.oUpdate library Festival pparser.oar: `u' modifier ignored since `D' is the default (see `U')a - pparser.oMaking in directory src/modules/UniSyn_diphone ...making dependencies -- UniSyn_diphone.cc us_diphone_unit.cc us_diphone_index.cc gcc -c -fno-implicit-templates -Wall -I../../../src/include -I../../../../speech_tools/include UniSyn_diphone.ccIn file included from ../../../../speech_tools/include/EST_types.h:44:0, from ../../../../speech_tools/include/EST_string_aux.h:45, from ../../../../speech_tools/include/EST.h:49, from UniSyn_diphone.cc:41:../../../../speech_tools/include/EST_TVector.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TVector&)': ../../../../speech_tools/include/EST_TVector.h:316:9: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (i = 0; i < m.n(); ++i) ^~~../../../../speech_tools/include/EST_TVector.h:317:32: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << m(i) << " "; st << endl; ^~In file included from ../../../../speech_tools/include/EST_TSimpleMatrix.h:46:0, from ../../../../speech_tools/include/EST_FMatrix.h:44, from ../../../../speech_tools/include/EST_types.h:47, from ../../../../speech_tools/include/EST_string_aux.h:45, from ../../../../speech_tools/include/EST.h:49, from UniSyn_diphone.cc:41:../../../../speech_tools/include/EST_TMatrix.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TMatrix&)': ../../../../speech_tools/include/EST_TMatrix.h:316:13: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (j = 0; j < a.num_columns(); ++j) ^~~../../../../speech_tools/include/EST_TMatrix.h:317:50: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << a.a_no_check(i, j) << " "; st << endl; ^~gcc -c -fno-implicit-templates -Wall -I../../../src/include -I../../../../speech_tools/include us_diphone_unit.ccIn file included from ../../../../speech_tools/include/EST_types.h:44:0, from ../../../../speech_tools/include/EST_string_aux.h:45, from ../../../../speech_tools/include/siod.h:18, from us_diphone_unit.cc:41:../../../../speech_tools/include/EST_TVector.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TVector&)': ../../../../speech_tools/include/EST_TVector.h:316:9: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (i = 0; i < m.n(); ++i) ^~~../../../../speech_tools/include/EST_TVector.h:317:32: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << m(i) << " "; st << endl; ^~In file included from ../../../../speech_tools/include/EST_TSimpleMatrix.h:46:0, from ../../../../speech_tools/include/EST_FMatrix.h:44, from ../../../../speech_tools/include/EST_types.h:47, from ../../../../speech_tools/include/EST_string_aux.h:45, from ../../../../speech_tools/include/siod.h:18, from us_diphone_unit.cc:41:../../../../speech_tools/include/EST_TMatrix.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TMatrix&)': ../../../../speech_tools/include/EST_TMatrix.h:316:13: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (j = 0; j < a.num_columns(); ++j) ^~~../../../../speech_tools/include/EST_TMatrix.h:317:50: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << a.a_no_check(i, j) << " "; st << endl; ^~us_diphone_unit.cc: In function 'void load_full_diphone(int)':us_diphone_unit.cc:243:9: warning: variable 'pm_start' set but not used [-Wunused-but-set-variable] int pm_start, pm_end, pm_middle; ^~~~~~~~us_diphone_unit.cc:243:19: warning: variable 'pm_end' set but not used [-Wunused-but-set-variable] int pm_start, pm_end, pm_middle; ^~~~~~us_diphone_unit.cc:243:27: warning: variable 'pm_middle' set but not used [-Wunused-but-set-variable] int pm_start, pm_end, pm_middle; ^~~~~~~~~In file included from ../../../../speech_tools/include/ling_class/EST_Relation.h:48:0, from ../../../../speech_tools/include/EST_wave_aux.h:52, from ../../../../speech_tools/include/EST_speech_class.h:44, from ../../../../speech_tools/include/EST.h:62, from us_diphone_unit.cc:42:../../../../speech_tools/include/ling_class/EST_Item.h: In member function 'const EST_Val EST_Item::f(const EST_String&) const':../../../../speech_tools/include/ling_class/EST_Item.h:257:2: warning: nonnull argument 'this' compared to NULL [-Wnonnull-compare] if (this == 0) ^~../../../../speech_tools/include/ling_class/EST_Item.h: In member function 'EST_Item* EST_Item::next() const':../../../../speech_tools/include/ling_class/EST_Item.h:342:47: warning: nonnull argument 'this' compared to NULL [-Wnonnull-compare] EST_Item *next() const { return this == 0 ? 0 : n; } ~~~~~~~~~~^~~~~~~gcc -c -fno-implicit-templates -Wall -I../../../src/include -I../../../../speech_tools/include us_diphone_index.ccIn file included from ../../../../speech_tools/include/EST_types.h:44:0, from ../../../../speech_tools/include/EST_string_aux.h:45, from ../../../../speech_tools/include/siod.h:18, from us_diphone_index.cc:41:../../../../speech_tools/include/EST_TVector.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TVector&)': ../../../../speech_tools/include/EST_TVector.h:316:9: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (i = 0; i < m.n(); ++i) ^~~../../../../speech_tools/include/EST_TVector.h:317:32: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << m(i) << " "; st << endl; ^~In file included from ../../../../speech_tools/include/EST_TSimpleMatrix.h:46:0, from ../../../../speech_tools/include/EST_FMatrix.h:44, from ../../../../speech_tools/include/EST_types.h:47, from ../../../../speech_tools/include/EST_string_aux.h:45, from ../../../../speech_tools/include/siod.h:18, from us_diphone_index.cc:41:../../../../speech_tools/include/EST_TMatrix.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TMatrix&)': ../../../../speech_tools/include/EST_TMatrix.h:316:13: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (j = 0; j < a.num_columns(); ++j) ^~~../../../../speech_tools/include/EST_TMatrix.h:317:50: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << a.a_no_check(i, j) << " "; st << endl; ^~In file included from ../../../../speech_tools/include/ling_class/EST_Relation.h:48:0, from ../../../../speech_tools/include/EST_wave_aux.h:52, from ../../../../speech_tools/include/EST_speech_class.h:44, from ../../../../speech_tools/include/EST.h:62, from us_diphone_index.cc:42:../../../../speech_tools/include/ling_class/EST_Item.h: In member function 'const EST_Val EST_Item::f(const EST_String&) const':../../../../speech_tools/include/ling_class/EST_Item.h:257:2: warning: nonnull argument 'this' compared to NULL [-Wnonnull-compare] if (this == 0) ^~../../../../speech_tools/include/ling_class/EST_Item.h: In member function 'const EST_Val EST_Item::f(const EST_String&, const EST_Val&) const':../../../../speech_tools/include/ling_class/EST_Item.h:292:2: warning: nonnull argument 'this' compared to NULL [-Wnonnull-compare] if (this == 0) ^~../../../../speech_tools/include/ling_class/EST_Item.h: In member function 'EST_Item* EST_Item::next() const':../../../../speech_tools/include/ling_class/EST_Item.h:342:47: warning: nonnull argument 'this' compared to NULL [-Wnonnull-compare] EST_Item *next() const { return this == 0 ? 0 : n; } ~~~~~~~~~~^~~~~~~look at library Festival UniSyn_diphone.o us_diphone_unit.o us_diphone_index.oUpdate library Festival UniSyn_diphone.o us_diphone_unit.o us_diphone_index.oar: `u' modifier ignored since `D' is the default (see `U')a - UniSyn_diphone.oa - us_diphone_unit.oa - us_diphone_index.orm init_modules.oMaking in directory src/main ...making dependencies -- festival_main.cc audsp.cc festival_client.cc gcc -c -fno-implicit-templates -Wall -I../../src/include -I../../../speech_tools/include festival_main.ccIn file included from ../../../speech_tools/include/EST_types.h:44:0, from ../../../speech_tools/include/EST_string_aux.h:45, from ../../../speech_tools/include/EST.h:49, from ../../src/include/festival.h:47, from festival_main.cc:45:../../../speech_tools/include/EST_TVector.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TVector&)': ../../../speech_tools/include/EST_TVector.h:316:9: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (i = 0; i < m.n(); ++i) ^~~../../../speech_tools/include/EST_TVector.h:317:32: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << m(i) << " "; st << endl; ^~In file included from ../../../speech_tools/include/EST_TSimpleMatrix.h:46:0, from ../../../speech_tools/include/EST_FMatrix.h:44, from ../../../speech_tools/include/EST_types.h:47, from ../../../speech_tools/include/EST_string_aux.h:45, from ../../../speech_tools/include/EST.h:49, from ../../src/include/festival.h:47, from festival_main.cc:45:../../../speech_tools/include/EST_TMatrix.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TMatrix&)': ../../../speech_tools/include/EST_TMatrix.h:316:13: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (j = 0; j < a.num_columns(); ++j) ^~~../../../speech_tools/include/EST_TMatrix.h:317:50: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << a.a_no_check(i, j) << " "; st << endl; ^~gcc -O3 -Wall -o festival festival_main.o -L../../src/lib -lFestival -L../../../speech_tools/lib -lestools -L../../../speech_tools/lib -lestbase -L../../../speech_tools/lib -leststring -lncurses -ldl -lm -lstdc++ gcc -c -fno-implicit-templates -Wall -I../../src/include -I../../../speech_tools/include festival_client.ccIn file included from ../../../speech_tools/include/EST_types.h:44:0, from ../../../speech_tools/include/EST_string_aux.h:45, from ../../../speech_tools/include/EST.h:49, from ../../src/include/festival.h:47, from festival_client.cc:46:../../../speech_tools/include/EST_TVector.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TVector&)': ../../../speech_tools/include/EST_TVector.h:316:9: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (i = 0; i < m.n(); ++i) ^~~../../../speech_tools/include/EST_TVector.h:317:32: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << m(i) << " "; st << endl; ^~In file included from ../../../speech_tools/include/EST_TSimpleMatrix.h:46:0, from ../../../speech_tools/include/EST_FMatrix.h:44, from ../../../speech_tools/include/EST_types.h:47, from ../../../speech_tools/include/EST_string_aux.h:45, from ../../../speech_tools/include/EST.h:49, from ../../src/include/festival.h:47, from festival_client.cc:46:../../../speech_tools/include/EST_TMatrix.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TMatrix&)': ../../../speech_tools/include/EST_TMatrix.h:316:13: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (j = 0; j < a.num_columns(); ++j) ^~~../../../speech_tools/include/EST_TMatrix.h:317:50: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << a.a_no_check(i, j) << " "; st << endl; ^~gcc -O3 -Wall -o festival_client festival_client.o -L../../src/lib -lFestival -L../../../speech_tools/lib -lestools -L../../../speech_tools/lib -lestbase -L../../../speech_tools/lib -leststring -lncurses -ldl -lm -lstdc++ gcc -c -fno-implicit-templates -Wall -I../../src/include -I../../../speech_tools/include audsp.ccIn file included from ../../../speech_tools/include/EST_types.h:44:0, from ../../../speech_tools/include/EST_string_aux.h:45, from ../../../speech_tools/include/EST.h:49, from audsp.cc:51:../../../speech_tools/include/EST_TVector.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TVector&)': ../../../speech_tools/include/EST_TVector.h:316:9: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (i = 0; i < m.n(); ++i) ^~~../../../speech_tools/include/EST_TVector.h:317:32: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << m(i) << " "; st << endl; ^~In file included from ../../../speech_tools/include/EST_TSimpleMatrix.h:46:0, from ../../../speech_tools/include/EST_FMatrix.h:44, from ../../../speech_tools/include/EST_types.h:47, from ../../../speech_tools/include/EST_string_aux.h:45, from ../../../speech_tools/include/EST.h:49, from audsp.cc:51:../../../speech_tools/include/EST_TMatrix.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TMatrix&)': ../../../speech_tools/include/EST_TMatrix.h:316:13: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (j = 0; j < a.num_columns(); ++j) ^~~../../../speech_tools/include/EST_TMatrix.h:317:50: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' st << a.a_no_check(i, j) << " "; st << endl; ^~audsp.cc: In function 'void tidy_up()':audsp.cc:242:9: warning: variable 'pid' set but not used [-Wunused-but-set-variable] int pid; ^~~gcc -O3 -Wall -o ../../lib/etc/unknown_Linux/audsp audsp.o -L../../src/lib -lFestival -L../../../speech_tools/lib -lestools -L../../../speech_tools/lib -lestbase -L../../../speech_tools/lib -leststring -lncurses -ldl -lm -lstdc++ Making in directory ./lib ...Copy siod.scm from EST/lib/siodCopy web.scm from EST/lib/siodCopy cstr.scm from EST/lib/siodCopy fringe.scm from EST/lib/siodMaking in directory lib/etc ...Making in directory lib/multisyn ...Making in directory ./examples ...rm -f saytimecat saytime.sh >>saytimechmod +x saytimerm -f text2poscat text2pos.sh >>text2poschmod +x text2posrm -f latestcat latest.sh >>latestchmod +x latestrm -f scfg_parse_textcat scfg_parse_text.sh >>scfg_parse_textchmod +x scfg_parse_textrm -f text2wavecat text2wave.sh >>text2wavechmod +x text2waverm -f make_uttscat make_utts.sh >>make_uttschmod +x make_uttsrm -f dumpfeatscat dumpfeats.sh >>dumpfeatschmod +x dumpfeatsrm -f durmeanstdcat durmeanstd.sh >>durmeanstdchmod +x durmeanstdrm -f powmeanstdcat powmeanstd.sh >>powmeanstdchmod +x powmeanstdrm -f run-festival-scriptcat run-festival-script.sh >>run-festival-scriptchmod +x run-festival-scriptrm -f text2uttcat text2utt.sh >>text2uttchmod +x text2uttMaking in directory ./bin ...Remove Links:Main Links: festival festival_clientScripts: (sh) (prl) festival_server festival_server_controlMaking in directory ./doc ...../bin/festival -man_options >festival.optionscat festival.head festival.options festival.tail >festival.1../bin/festival_client -man_options >festival_client.optionscat festival_client.head festival_client.options festival_client.tail >festival_client.1rm festival.options festival_client.options==> Entering fakeroot environment...==> Starting package()...install: cannot stat 'lib/lib*.so.*': No such file or directory==> ERROR: A failure occurred in package(). Aborting...Printing config logfiles
CMD: config logfiles '/tmp/festival/src/speech_tools/config.log'
This file contains any messages produced by compilers whilerunning configure, to aid debugging if configure makes a mistake.It was created by configure, which wasgenerated by GNU Autoconf 2.69. Invocation command line was$ ./configure --host=x86_64-unknown-linux --prefix=/usr --sysconfdir=/etc## --------- #### Platform. #### --------- ##hostname = ce7a0ba549acuname -m = x86_64uname -r = 4.7.1-1-ARCHuname -s = Linuxuname -v = #1 SMP PREEMPT Wed Aug 17 08:13:35 CEST 2016/usr/bin/uname -p = unknown/bin/uname -X = unknown/bin/arch = unknown/usr/bin/arch -k = unknown/usr/convex/getsysinfo = unknown/usr/bin/hostinfo = unknown/bin/machine = unknown/usr/bin/oslevel = unknown/bin/universe = unknownPATH: /usr/local/sbinPATH: /usr/local/binPATH: /usr/sbinPATH: /usr/binPATH: /sbinPATH: /bin## ----------- #### Core tests. #### ----------- ##configure:1979: checking build system typeconfigure:1993: result: x86_64-unknown-linux-gnuconfigure:2013: checking host system typeconfigure:2026: result: x86_64-unknown-linux-gnuconfigure:2046: checking target system typeconfigure:2059: result: x86_64-unknown-linux-gnuconfigure:2094: checking for x86_64-unknown-linux-gccconfigure:2124: result: noconfigure:2134: checking for gccconfigure:2150: found /usr/sbin/gccconfigure:2161: result: gccconfigure:2390: checking for C compiler versionconfigure:2399: gcc --version >&5gcc (GCC) 6.1.1 20160602Copyright (C) 2016 Free Software Foundation, Inc.This is free software; see the source for copying conditions. There is NOwarranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.configure:2410: $? = 0configure:2399: gcc -v >&5Using built-in specs.COLLECT_GCC=gccCOLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/lto-wrapperTarget: x86_64-pc-linux-gnuConfigured with: /build/gcc/src/gcc/configure --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://bugs.archlinux.org/ --enable-languages=c,c++,ada,fortran,go,lto,objc,obj-c++ --enable-shared --enable-threads=posix --enable-libmpx --with-system-zlib --with-isl --enable-__cxa_atexit --disable-libunwind-exceptions --enable-clocale=gnu --disable-libstdcxx-pch --disable-libssp --enable-gnu-unique-object --enable-linker-build-id --enable-lto --enable-plugin --enable-install-libiberty --with-linker-hash-style=gnu --enable-gnu-indirect-function --disable-multilib --disable-werror --enable-checking=releaseThread model: posixgcc version 6.1.1 20160602 (GCC)configure:2410: $? = 0configure:2399: gcc -V >&5gcc: error: unrecognized command line option '-V'gcc: fatal error: no input filescompilation terminated.configure:2410: $? = 1configure:2399: gcc -qversion >&5gcc: error: unrecognized command line option '-qversion'; did you mean '--version'?gcc: fatal error: no input filescompilation terminated.configure:2410: $? = 1configure:2430: checking whether the C compiler worksconfigure:2452: gcc conftest.c >&5configure:2456: $? = 0configure:2504: result: yesconfigure:2507: checking for C compiler default output file nameconfigure:2509: result: a.outconfigure:2515: checking for suffix of executablesconfigure:2522: gcc -o conftest conftest.c >&5configure:2526: $? = 0configure:2548: result:configure:2570: checking whether we are cross compilingconfigure:2578: gcc -o conftest conftest.c >&5configure:2582: $? = 0configure:2589: ./conftestconfigure:2593: $? = 0configure:2608: result: noconfigure:2613: checking for suffix of object filesconfigure:2635: gcc -c conftest.c >&5configure:2639: $? = 0configure:2660: result: oconfigure:2664: checking whether we are using the GNU C compilerconfigure:2683: gcc -c conftest.c >&5configure:2683: $? = 0configure:2692: result: yesconfigure:2701: checking whether gcc accepts -gconfigure:2721: gcc -c -g conftest.c >&5configure:2721: $? = 0configure:2762: result: yesconfigure:2779: checking for gcc option to accept ISO C89configure:2842: gcc -c conftest.c >&5configure:2842: $? = 0configure:2855: result: none neededconfigure:2881: checking for x86_64-unknown-linux-ranlibconfigure:2911: result: noconfigure:2921: checking for ranlibconfigure:2937: found /usr/sbin/ranlibconfigure:2948: result: ranlibconfigure:2973: checking for x86_64-unknown-linux-arconfigure:3003: result: noconfigure:3013: checking for arconfigure:3029: found /usr/sbin/arconfigure:3040: result: arconfigure:3069: checking how to run the C preprocessorconfigure:3100: gcc -E conftest.cconfigure:3100: $? = 0configure:3114: gcc -E conftest.cconftest.c:9:28: fatal error: ac_nonexistent.h: No such file or directory#include ^compilation terminated.configure:3114: $? = 1configure: failed program was:| /* confdefs.h */| #define PACKAGE_NAME ""| #define PACKAGE_TARNAME ""| #define PACKAGE_VERSION ""| #define PACKAGE_STRING ""| #define PACKAGE_BUGREPORT ""| #define PACKAGE_URL ""| /* end confdefs.h. */| #include configure:3139: result: gcc -Econfigure:3159: gcc -E conftest.cconfigure:3159: $? = 0configure:3173: gcc -E conftest.cconftest.c:9:28: fatal error: ac_nonexistent.h: No such file or directory#include ^compilation terminated.configure:3173: $? = 1configure: failed program was:| /* confdefs.h */| #define PACKAGE_NAME ""| #define PACKAGE_TARNAME ""| #define PACKAGE_VERSION ""| #define PACKAGE_STRING ""| #define PACKAGE_BUGREPORT ""| #define PACKAGE_URL ""| /* end confdefs.h. */| #include configure:3202: checking for grep that handles long lines and -econfigure:3260: result: /usr/sbin/grepconfigure:3265: checking for egrepconfigure:3327: result: /usr/sbin/grep -Econfigure:3332: checking for ANSI C header filesconfigure:3352: gcc -c -Wall conftest.c >&5configure:3352: $? = 0configure:3425: gcc -o conftest -Wall conftest.c >&5configure:3425: $? = 0configure:3425: ./conftestconfigure:3425: $? = 0configure:3436: result: yesconfigure:3449: checking for sys/types.hconfigure:3449: gcc -c -Wall conftest.c >&5configure:3449: $? = 0configure:3449: result: yesconfigure:3449: checking for sys/stat.hconfigure:3449: gcc -c -Wall conftest.c >&5configure:3449: $? = 0configure:3449: result: yesconfigure:3449: checking for stdlib.hconfigure:3449: gcc -c -Wall conftest.c >&5configure:3449: $? = 0configure:3449: result: yesconfigure:3449: checking for string.hconfigure:3449: gcc -c -Wall conftest.c >&5configure:3449: $? = 0configure:3449: result: yesconfigure:3449: checking for memory.hconfigure:3449: gcc -c -Wall conftest.c >&5configure:3449: $? = 0configure:3449: result: yesconfigure:3449: checking for strings.hconfigure:3449: gcc -c -Wall conftest.c >&5configure:3449: $? = 0configure:3449: result: yesconfigure:3449: checking for inttypes.hconfigure:3449: gcc -c -Wall conftest.c >&5configure:3449: $? = 0configure:3449: result: yesconfigure:3449: checking for stdint.hconfigure:3449: gcc -c -Wall conftest.c >&5configure:3449: $? = 0configure:3449: result: yesconfigure:3449: checking for unistd.hconfigure:3449: gcc -c -Wall conftest.c >&5configure:3449: $? = 0configure:3449: result: yesconfigure:3461: checking whether byte ordering is bigendianconfigure:3476: gcc -c -Wall conftest.c >&5conftest.c:20:9: error: unknown type name 'not'not a universal capable compiler^~~conftest.c:20:15: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'universal'not a universal capable compiler^~~~~~~~~conftest.c:20:15: error: unknown type name 'universal'configure:3476: $? = 1configure: failed program was:| /* confdefs.h */| #define PACKAGE_NAME ""| #define PACKAGE_TARNAME ""| #define PACKAGE_VERSION ""| #define PACKAGE_STRING ""| #define PACKAGE_BUGREPORT ""| #define PACKAGE_URL ""| #define STDC_HEADERS 1| #define HAVE_SYS_TYPES_H 1| #define HAVE_SYS_STAT_H 1| #define HAVE_STDLIB_H 1| #define HAVE_STRING_H 1| #define HAVE_MEMORY_H 1| #define HAVE_STRINGS_H 1| #define HAVE_INTTYPES_H 1| #define HAVE_STDINT_H 1| #define HAVE_UNISTD_H 1| /* end confdefs.h. */| #ifndef __APPLE_CC__| not a universal capable compiler| #endif| typedef int dummy;|configure:3521: gcc -c -Wall conftest.c >&5configure:3521: $? = 0configure:3539: gcc -c -Wall conftest.c >&5conftest.c: In function 'main':conftest.c:26:4: error: unknown type name 'not'not big endian^~~conftest.c:26:12: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'endian'not big endian^~~~~~configure:3539: $? = 1configure: failed program was:| /* confdefs.h */| #define PACKAGE_NAME ""| #define PACKAGE_TARNAME ""| #define PACKAGE_VERSION ""| #define PACKAGE_STRING ""| #define PACKAGE_BUGREPORT ""| #define PACKAGE_URL ""| #define STDC_HEADERS 1| #define HAVE_SYS_TYPES_H 1| #define HAVE_SYS_STAT_H 1| #define HAVE_STDLIB_H 1| #define HAVE_STRING_H 1| #define HAVE_MEMORY_H 1| #define HAVE_STRINGS_H 1| #define HAVE_INTTYPES_H 1| #define HAVE_STDINT_H 1| #define HAVE_UNISTD_H 1| /* end confdefs.h. */| #include | #include || int| main ()| {| #if BYTE_ORDER != BIG_ENDIAN| not big endian| #endif|| ;| return 0;| }configure:3667: result: noconfigure:3686: checking for tputs in -lncursesconfigure:3711: gcc -o conftest -Wall conftest.c -lncurses >&5configure:3711: $? = 0configure:3720: result: yesconfigure:3745: gcc -c -Wall conftest.c >&5conftest.c: In function 'main':conftest.c:27:3: error: expected expression before ';' token;^conftest.c:23:5: warning: unused variable 'j' [-Wunused-variable]int j=^configure:3745: $? = 1configure: failed program was:| /* confdefs.h */| #define PACKAGE_NAME ""| #define PACKAGE_TARNAME ""| #define PACKAGE_VERSION ""| #define PACKAGE_STRING ""| #define PACKAGE_BUGREPORT ""| #define PACKAGE_URL ""| #define STDC_HEADERS 1| #define HAVE_SYS_TYPES_H 1| #define HAVE_SYS_STAT_H 1| #define HAVE_STDLIB_H 1| #define HAVE_STRING_H 1| #define HAVE_MEMORY_H 1| #define HAVE_STRINGS_H 1| #define HAVE_INTTYPES_H 1| #define HAVE_STDINT_H 1| #define HAVE_UNISTD_H 1| /* end confdefs.h. */| #include | int| main ()| {| int j=| #if __GNUC__ == 2 && __GNUC_MINOR__ == 95| 3;| #endif| ;| return 0;| }configure:3763: gcc -c -Wall conftest.c >&5conftest.c: In function 'main':conftest.c:27:3: error: expected expression before ';' token;^conftest.c:23:5: warning: unused variable 'j' [-Wunused-variable]int j=^configure:3763: $? = 1configure: failed program was:| /* confdefs.h */| #define PACKAGE_NAME ""| #define PACKAGE_TARNAME ""| #define PACKAGE_VERSION ""| #define PACKAGE_STRING ""| #define PACKAGE_BUGREPORT ""| #define PACKAGE_URL ""| #define STDC_HEADERS 1| #define HAVE_SYS_TYPES_H 1| #define HAVE_SYS_STAT_H 1| #define HAVE_STDLIB_H 1| #define HAVE_STRING_H 1| #define HAVE_MEMORY_H 1| #define HAVE_STRINGS_H 1| #define HAVE_INTTYPES_H 1| #define HAVE_STDINT_H 1| #define HAVE_UNISTD_H 1| /* end confdefs.h. */| #include | int| main ()| {| int j=| #if __GNUC__ == 3| 3;| #endif| ;| return 0;| }configure:3781: gcc -c -Wall conftest.c >&5conftest.c: In function 'main':conftest.c:27:3: error: expected expression before ';' token;^conftest.c:23:6: warning: unused variable 'j' [-Wunused-variable]int j=^configure:3781: $? = 1configure: failed program was:| /* confdefs.h */| #define PACKAGE_NAME ""| #define PACKAGE_TARNAME ""| #define PACKAGE_VERSION ""| #define PACKAGE_STRING ""| #define PACKAGE_BUGREPORT ""| #define PACKAGE_URL ""| #define STDC_HEADERS 1| #define HAVE_SYS_TYPES_H 1| #define HAVE_SYS_STAT_H 1| #define HAVE_STDLIB_H 1| #define HAVE_STRING_H 1| #define HAVE_MEMORY_H 1| #define HAVE_STRINGS_H 1| #define HAVE_INTTYPES_H 1| #define HAVE_STDINT_H 1| #define HAVE_UNISTD_H 1| /* end confdefs.h. */| #include | int| main ()| {| int j=| #if __GNUC__ == 2 && __GNUC_MINOR__ == 96| 3;| #endif| ;| return 0;| }configure:3799: gcc -c -Wall conftest.c >&5conftest.c: In function 'main':conftest.c:27:3: error: expected expression before ';' token;^conftest.c:23:5: warning: unused variable 'j' [-Wunused-variable]int j=^configure:3799: $? = 1configure: failed program was:| /* confdefs.h */| #define PACKAGE_NAME ""| #define PACKAGE_TARNAME ""| #define PACKAGE_VERSION ""| #define PACKAGE_STRING ""| #define PACKAGE_BUGREPORT ""| #define PACKAGE_URL ""| #define STDC_HEADERS 1| #define HAVE_SYS_TYPES_H 1| #define HAVE_SYS_STAT_H 1| #define HAVE_STDLIB_H 1| #define HAVE_STRING_H 1| #define HAVE_MEMORY_H 1| #define HAVE_STRINGS_H 1| #define HAVE_INTTYPES_H 1| #define HAVE_STDINT_H 1| #define HAVE_UNISTD_H 1| /* end confdefs.h. */| #include | int| main ()| {| int j=| #if __GNUC__ == 2 && __GNUC_MINOR__ == 91| 3;| #endif| ;| return 0;| }configure:3817: gcc -c -Wall conftest.c >&5conftest.c: In function 'main':conftest.c:27:3: error: expected expression before ';' token;^conftest.c:23:5: warning: unused variable 'j' [-Wunused-variable]int j=^configure:3817: $? = 1configure: failed program was:| /* confdefs.h */| #define PACKAGE_NAME ""| #define PACKAGE_TARNAME ""| #define PACKAGE_VERSION ""| #define PACKAGE_STRING ""| #define PACKAGE_BUGREPORT ""| #define PACKAGE_URL ""| #define STDC_HEADERS 1| #define HAVE_SYS_TYPES_H 1| #define HAVE_SYS_STAT_H 1| #define HAVE_STDLIB_H 1| #define HAVE_STRING_H 1| #define HAVE_MEMORY_H 1| #define HAVE_STRINGS_H 1| #define HAVE_INTTYPES_H 1| #define HAVE_STDINT_H 1| #define HAVE_UNISTD_H 1| /* end confdefs.h. */| #include | int| main ()| {| int j=| #if __GNUC__ == 2 && __GNUC_MINOR__ == 8| 3;| #endif| ;| return 0;| }configure:3838: gcc -c -Wall conftest.c >&5conftest.c: In function 'main':conftest.c:27:3: error: expected expression before ';' token;^conftest.c:23:5: warning: unused variable 'j' [-Wunused-variable]int j=^configure:3838: $? = 1configure: failed program was:| /* confdefs.h */| #define PACKAGE_NAME ""| #define PACKAGE_TARNAME ""| #define PACKAGE_VERSION ""| #define PACKAGE_STRING ""| #define PACKAGE_BUGREPORT ""| #define PACKAGE_URL ""| #define STDC_HEADERS 1| #define HAVE_SYS_TYPES_H 1| #define HAVE_SYS_STAT_H 1| #define HAVE_STDLIB_H 1| #define HAVE_STRING_H 1| #define HAVE_MEMORY_H 1| #define HAVE_STRINGS_H 1| #define HAVE_INTTYPES_H 1| #define HAVE_STDINT_H 1| #define HAVE_UNISTD_H 1| /* end confdefs.h. */| #include | int| main ()| {| int j=| #if SND_LIB_SUBMINOR >= 11| 3;| #endif| ;| return 0;| }configure:3997: creating ./config.status## ---------------------- #### Running config.status. #### ---------------------- ##This file was extended by config.status, which wasgenerated by GNU Autoconf 2.69. Invocation command line wasCONFIG_FILES =CONFIG_HEADERS =CONFIG_LINKS =CONFIG_COMMANDS =$ ./config.statuson ce7a0ba549acconfig.status:740: creating config/config## ---------------- #### Cache variables. #### ---------------- ##ac_cv_build=x86_64-unknown-linux-gnuac_cv_c_bigendian=noac_cv_c_compiler_gnu=yesac_cv_env_CC_set=ac_cv_env_CC_value=ac_cv_env_CFLAGS_set=setac_cv_env_CFLAGS_value=ac_cv_env_CPPFLAGS_set=setac_cv_env_CPPFLAGS_value=ac_cv_env_CPP_set=ac_cv_env_CPP_value=ac_cv_env_LDFLAGS_set=setac_cv_env_LDFLAGS_value=ac_cv_env_LIBS_set=ac_cv_env_LIBS_value=ac_cv_env_build_alias_set=ac_cv_env_build_alias_value=ac_cv_env_host_alias_set=setac_cv_env_host_alias_value=x86_64-unknown-linuxac_cv_env_target_alias_set=ac_cv_env_target_alias_value=ac_cv_header_inttypes_h=yesac_cv_header_memory_h=yesac_cv_header_stdc=yesac_cv_header_stdint_h=yesac_cv_header_stdlib_h=yesac_cv_header_string_h=yesac_cv_header_strings_h=yesac_cv_header_sys_stat_h=yesac_cv_header_sys_types_h=yesac_cv_header_unistd_h=yesac_cv_host=x86_64-unknown-linux-gnuac_cv_lib_ncurses_tputs=yesac_cv_objext=oac_cv_path_EGREP='/usr/sbin/grep -E'ac_cv_path_GREP=/usr/sbin/grepac_cv_prog_CPP='gcc -E'ac_cv_prog_ac_ct_AR=arac_cv_prog_ac_ct_CC=gccac_cv_prog_ac_ct_RANLIB=ranlibac_cv_prog_cc_c89=ac_cv_prog_cc_g=yesac_cv_target=x86_64-unknown-linux-gnu## ----------------- #### Output variables. #### ----------------- ##AR='ar'CC='gcc'CFLAGS=' -Wall'COMPILERTYPE='gcc'CPP='gcc -E'CPPFLAGS=''DEFS='-DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1'ECHO_C=''ECHO_N='-n'ECHO_T=''EGREP='/usr/sbin/grep -E'EXEEXT=''GREP='/usr/sbin/grep'LDFLAGS=''LIBOBJS=''LIBS=''LINUXAUDIO='none'LTLIBOBJS=''OBJEXT='o'PACKAGE_BUGREPORT=''PACKAGE_NAME=''PACKAGE_STRING=''PACKAGE_TARNAME=''PACKAGE_URL=''PACKAGE_VERSION=''PATH_SEPARATOR=':'RANLIB='ranlib'SHELL='/bin/sh'TERMCAPLIB='-lncurses'ac_ct_CC='gcc'bindir='${exec_prefix}/bin'build='x86_64-unknown-linux-gnu'build_alias=''build_cpu='x86_64'build_os='linux-gnu'build_vendor='unknown'datadir='${datarootdir}'datarootdir='${prefix}/share'docdir='${datarootdir}/doc/${PACKAGE}'dvidir='${docdir}'exec_prefix='${prefix}'host='x86_64-unknown-linux-gnu'host_alias='x86_64-unknown-linux'host_cpu='x86_64'host_os='linux-gnu'host_vendor='unknown'htmldir='${docdir}'includedir='${prefix}/include'infodir='${datarootdir}/info'libdir='${exec_prefix}/lib'libexecdir='${exec_prefix}/libexec'localedir='${datarootdir}/locale'localstatedir='${prefix}/var'mandir='${datarootdir}/man'oldincludedir='/usr/include'pdfdir='${docdir}'prefix='/usr'program_transform_name='s,x,x,'psdir='${docdir}'sbindir='${exec_prefix}/sbin'sharedstatedir='${prefix}/com'sysconfdir='/etc'target='x86_64-unknown-linux-gnu'target_alias=''target_cpu='x86_64'target_os='linux-gnu'target_vendor='unknown'## ----------- #### confdefs.h. #### ----------- ##/* confdefs.h */#define PACKAGE_NAME ""#define PACKAGE_TARNAME ""#define PACKAGE_VERSION ""#define PACKAGE_STRING ""#define PACKAGE_BUGREPORT ""#define PACKAGE_URL ""#define STDC_HEADERS 1#define HAVE_SYS_TYPES_H 1#define HAVE_SYS_STAT_H 1#define HAVE_STDLIB_H 1#define HAVE_STRING_H 1#define HAVE_MEMORY_H 1#define HAVE_STRINGS_H 1#define HAVE_INTTYPES_H 1#define HAVE_STDINT_H 1#define HAVE_UNISTD_H 1configure: exit 0CMD: config logfiles '/tmp/festival/src/festival/config.log'
This file contains any messages produced by compilers whilerunning configure, to aid debugging if configure makes a mistake.configure:573: checking host system typeconfigure:594: checking target system typeconfigure:612: checking build system typeconfigure:637: checking for gccconfigure:750: checking whether the C compiler (gcc ) worksconfigure:766: gcc -o conftest conftest.c 1>&5configure:763:1: warning: return type defaults to 'int' [-Wimplicit-int]main(){return(0);}^~~~configure:792: checking whether the C compiler (gcc ) is a cross-compilerconfigure:797: checking whether we are using GNU Cconfigure:806: gcc -E conftest.cconfigure:825: checking whether gcc accepts -gconfigure:862: checking for ranlibconfigure:898: checking for arconfigure:929: checking whether byte ordering is bigendianconfigure:947: gcc -c -Wall conftest.c 1>&5configure:962: gcc -c -Wall conftest.c 1>&5configure: In function 'main':configure:957:2: error: unknown type name 'not'not big endian^~~configure:957:10: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'endian'not big endian^~~~~~configure: failed program was:#line 951 "configure"#include "confdefs.h"#include #include int main() {#if BYTE_ORDER != BIG_ENDIANnot big endian#endif; return 0; }