|
From: <tim...@en...> - 2006-07-14 18:27:53
|
Ethan Merritt wrote: > For what it's worth, compiling with "gcc -pendantic" produces the warni= ngs below. > I don't know if this is a problem for any real set of c/c++ compilers u= sed to > build gnuplot with wxt support. > > wxterminal/gp_cairo.c:198: warning: ISO C90 forbids mixed declarations = and code > =20 Thanks for the report. I fixed the warnings in CVS. By the way, I tried to do the same for wxt_gui.cpp, by compiling with=20 CXX=3D'g++ -pedantic' but it fails because wxWidgets headers use the type= =20 "long long". I don't know what to do to check my code without failing on=20 wxWidgets headers. Best regards, Timoth=E9e |