diff options
author | Stef Walter <stef@memberwebs.com> | 2006-01-28 19:22:08 +0000 |
---|---|---|
committer | Stef Walter <stef@memberwebs.com> | 2006-01-28 19:22:08 +0000 |
commit | 9c8b4f051ae56fa7ec4b30ed45836e9715fb3cc9 (patch) | |
tree | d191917f121b2cf8d158d6bd61287752218d0986 /mibs | |
parent | 7996df8d6567eec464f5d4c427515daefe8e2373 (diff) |
Fix compile time warnings.
Diffstat (limited to 'mibs')
-rw-r--r-- | mibs/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mibs/Makefile b/mibs/Makefile index eed2516..a785979 100644 --- a/mibs/Makefile +++ b/mibs/Makefile @@ -65,7 +65,7 @@ AUTOMAKE = ${SHELL} /data/projects/rrdbot/missing --run automake-1.9 AWK = mawk CC = gcc CCDEPMODE = depmode=gcc3 -CFLAGS = -I/usr/local/include -g -O0 +CFLAGS = -I/usr/local/include -Wall -g -O0 CPP = gcc -E CPPFLAGS = CYGPATH_W = echo |