2 Oct
2007
2 Oct
'07
9:49 a.m.
Hello, when GCC is used, writing '==' instead of '=' should be caught with the switch '-Wunused-value'. Enable compiler warnings (all of them, if possible), compiler warnings are your friend :-) Jonathan
2 Oct
2 Oct
11:42 a.m.
Jonathan Sauer wrote:
Hello,
when GCC is used, writing '==' instead of '=' should be caught with the switch '-Wunused-value'.
Enable compiler warnings (all of them, if possible), compiler warnings are your friend :-)
Actually, I occasionally do that, just not all the time. If you want to do it yourself, run build.sh while the environment variable XCFLAGS=-Wall set.
6291
Age (days ago)
6291
Last active (days ago)
1 comments
2 participants
participants (2)
-
Jonathan Sauer
-
Taco Hoekwater