From 12eb0343784f52994110df7e7fce4a0b639a6ec3 Mon Sep 17 00:00:00 2001 From: Andreas Hansson Date: Mon, 11 Jan 2016 05:52:20 -0500 Subject: scons: Enable -Wextra by default Make best use of the compiler, and enable -Wextra as well as -Wall. There are a few issues that had to be resolved, but they are all trivial. --- ext/nomali/SConscript | 1 + 1 file changed, 1 insertion(+) (limited to 'ext/nomali/SConscript') diff --git a/ext/nomali/SConscript b/ext/nomali/SConscript index 669908148..2ccd44496 100644 --- a/ext/nomali/SConscript +++ b/ext/nomali/SConscript @@ -42,6 +42,7 @@ Import('main') main.Prepend(CPPPATH=Dir('./include')) nomali = main.Clone() +nomali.Append(CCFLAGS=['-Wno-ignored-qualifiers']) nomali_sources = [ "lib/gpu.cc", -- cgit v1.2.3