Commit 81dd6b76 authored by Lucas Russo's avatar Lucas Russo

Makefile: add -Wno-cpp to suppress CPP warnings

This happens with liberrhand using #warning
to inform the user that we didn't set the debug
level and it will use the defaults.
parent e710a247
......@@ -36,7 +36,8 @@ CFLAGS_DEBUG += -g
# Specific platform Flags
CFLAGS_PLATFORM = -Wall -Wextra -Werror \
-Wno-missing-field-initializers \
-Wno-missing-braces
-Wno-missing-braces \
-Wno-cpp
LDFLAGS_PLATFORM =
# Libraries
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment