-
zahl committed patchset 1287 of module Gxsm-2.0 to the GXSM CVS repository, changing 1 files.
2009-11-16 20:47:27 UTC by zahl
-
made gcc happy with epsutils now -- recoded.
add -Wstrict-aliasing=0 to Makefile.am, to turn off complains on plugin_ctrl.C
- zero warnings left in core.
2009-11-16 16:09:05 UTC by zahl
-
zahl committed patchset 1286 of module Gxsm-2.0 to the GXSM CVS repository, changing 2 files.
2009-11-16 16:07:15 UTC by zahl
-
1) Dereferencing type pun pointer, strict aliasing rule
not sure what it exactly dislikes/how to fix/do better here in plugin_ctrl.C
2) Undefined operation on "i"
no real need to fix -- order of i++'s does not matter here -- would be easy fix, just more typing....
--
thx for the other remaining fixes :-)
2009-11-16 05:13:54 UTC by zahl
-
Fixed sdfimport.C, kmdsp_hwi.C 3, and rhkspm32topng.C. No further const char* warning should appear now during compilation.
Thorsten :-)
2009-11-15 22:09:36 UTC by stm
-
stm committed patchset 1285 of module Gxsm-2.0 to the GXSM CVS repository, changing 4 files.
2009-11-15 22:06:59 UTC by stm
-
These plugins are still giving warnings during compilation on my system:
plugin_ctrl.C 1)
epsfutils. 2)
sdfimport.C 3)
kmdsp_hwi.C 3)
gmetopng.C 4)
uksoft2001topng.C 1)
rhkspm32topng.C 3)
1) Dereferencing type pun pointer, strict aliasing rule
2) Undefined operation on "i"
3) const char*
4) unknown letter to convert
Sorry for not posting the compiler output directly...
2009-11-15 20:41:44 UTC by stm
-
cleanup of warnings done with exception of a few plugins I do not maintain. Please check yours if you are author of any plugin.
2009-11-15 17:32:02 UTC by zahl
-
zahl committed patchset 1284 of module Gxsm-2.0 to the GXSM CVS repository, changing 16 files.
2009-11-15 17:27:29 UTC by zahl
-
zahl committed patchset 1283 of module Gxsm-2.0 to the GXSM CVS repository, changing 11 files.
2009-11-15 03:35:10 UTC by zahl