Skip to content

Commit

Permalink
fix debug build error on Ubuntu 17 prerelease daily build
Browse files Browse the repository at this point in the history
  • Loading branch information
dspeterson committed Jan 21, 2017
1 parent 317b81f commit 5931402
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion SConstruct
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,8 @@ prog_libs = {'pthread', 'dl', 'rt'}
env = Environment(CFLAGS=['-Wwrite-strings'],
CCFLAGS=['-Wall', '-Wextra', '-Werror', '-Wformat=2',
'-Winit-self', '-Wunused-parameter', '-Wshadow',
'-Wpointer-arith', '-Wcast-align', '-Wlogical-op'],
'-Wpointer-arith', '-Wcast-align', '-Wlogical-op',
'-Wno-nonnull-compare'],
CPPDEFINES=[('SRC_ROOT', '\'"' + src.abspath + '"\'')],
CPPPATH=[src, tclap, gtestincdir],
CXXFLAGS=['-std=c++11', '-Wold-style-cast'],
Expand Down

0 comments on commit 5931402

Please sign in to comment.