Check-in Number:
|
2936 | |
Date: |
2002-Nov-29 15:28:00 (local)
2002-Nov-29 14:28:00 (UTC) |
User: | mlelstv |
Branch: | |
Comment: |
more warnings
PR:
Submitted by:
Reviewed by:
Approved by:
Obtained from: |
Tickets: |
|
Inspections: |
|
Files: |
|
ossp-pkg/sio/Makefile 1.4 -> 1.5
--- Makefile 2002/11/29 12:58:59 1.4
+++ Makefile 2002/11/29 14:28:00 1.5
@@ -1,6 +1,7 @@
CC = gcc
-CFLAGS = -g -Wall -Wshadow -Wpointer-arith -Wcast-align -Winline \
- -Wmissing-prototypes -Wmissing-declarations -Wnested-externs
+CFLAGS = -g -W -Wall -Wshadow -Wpointer-arith -Wcast-align -Winline \
+ -Wmissing-prototypes -Wmissing-declarations -Wnested-externs \
+ -Wno-unused-parameter
all: al_test sio_test
|
|