mirror of
https://github.com/opnsense/src.git
synced 2026-02-20 00:11:07 -05:00
7 lines
199 B
Makefile
7 lines
199 B
Makefile
# @(#)Makefile.inc 5.1 (Berkeley) 5/11/90
|
|
|
|
BINDIR?= /usr/sbin
|
|
|
|
NO_WCAST_ALIGN=
|
|
CWARNFLAGS.clang+= -Wno-incompatible-pointer-types-discards-qualifiers
|
|
CWARNFLAGS.gcc+= -Wno-error=discarded-qualifiers
|