
9 Nov
2000
9 Nov
'00
6:57 p.m.
Hi Frank,
On a slightly different topic:
I added "-Wall -Wformat" to CFLAGS in tool/Makefile. It looks like this:
CFLAGS = -g -O2 -Wall -Wformat
The -Wformat checks the validity of printfs syntax.
I discovered several places with printf syntax problems. If you add those flags and recompile you will see those warnings/errors.
I suggest to add both flags as a standard to CFLAGS in Makefile. This will help in creating a better quality source code.
Thanks,
--
- Yigal
--
!! This message is brought to you via the `libsmi' mailing list.
!! Please do not reply to this message to unsubscribe. To subscribe or
!! unsubscribe, send a mail message to libsmi-request@ibr.cs.tu-bs.de.
!! See http://www.ibr.cs.tu-bs.de/projects/libsmi/ for more information.