Remove the -fpermissive flag, as it doesn't actually seem necessary, and it generates a compiler warning.

This commit is contained in:
Shanoah Alkire 2018-10-09 23:13:31 -07:00
parent a84a315473
commit 7837d69021
1 changed files with 0 additions and 1 deletions

View File

@ -11,7 +11,6 @@ set(Output dev9ghzdrk-0.4)
set(CommonFlags
-fvisibility=hidden
-Wall
-fpermissive
-I${LIBXML2_INCLUDE_DIR}
-I${PCAP_INCLUDE_DIR}
)