Skip to content
Snippets Groups Projects
Commit d247790e authored by m.marn's avatar m.marn
Browse files

Add all warnings

parent 0f0049f0
No related branches found
No related tags found
1 merge request!31Fix compilation warnings.
......@@ -36,7 +36,7 @@ PATCH ?= 0
COMPILER_FLAGS = -DMAJOR=$(MAJOR) -DMINOR=$(MINOR) -DPATCH=$(PATCH)
#Enable C++11 Support
COMPILER_FLAGS += -std=c++11
COMPILER_FLAGS += -std=c++11 -Wall -Wextra
ifdef NI_SUPPORT_ENABLED
COMPILER_FLAGS += -DNI_SUPPORT_ENABLED=TRUE
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment