[Eresi-cvs] ERESI-SVN:1127:camoroz0 - commit information
ERESI-SVN Postmaster
elfsh-cvs at grid.einherjar.de
Sat Oct 4 15:41:15 UTC 2008
====Comments====
I tweaked gcc cflags. As you can see, there are a lot of warnings that
can be (must be) easily removed. They are potential errors.
$ cd eresi/
$ ./configure --enable-32 --enable-testing --use-etags --enable-readline
$ make 2>warn.txt
$ wc -l warn.txt
1639 warn.txt
Warnings are:
- unused parameters
- type mismatch: comparison between signed and unsigned
- shadow declarations
- pointer of type 'void *' used in arithmetic
- comparison of unsigned expression < 0 is always false/true
- etc.
====List of Changes====
You may gain more informations checking out our website:
http://www.eresi-project.org/changeset/1127
More information about the eresi-cvs
mailing list