mirror of
https://github.com/opnsense/src.git
synced 2026-04-21 14:17:06 -04:00
7 lines
256 B
Makefile
7 lines
256 B
Makefile
|
|
# $Id: os.Linux.mk 3312 2016-01-10 09:23:51Z kaiwang27 $
|
||
|
|
|
||
|
|
CFLAGS+= -Wall -Wno-unused-parameter -Wstrict-prototypes \
|
||
|
|
-Wmissing-prototypes -Wpointer-arith -Wreturn-type \
|
||
|
|
-Wcast-qual -Wwrite-strings -Wswitch -Wshadow \
|
||
|
|
-Wcast-align -Wunused-parameter
|