compile with -Wall, fix a warning
This commit is contained in:
parent
1c17d3b398
commit
c5c76f0033
@ -1,6 +1,6 @@
|
||||
|
||||
# vim:filetype=python
|
||||
|
||||
env = Environment(LIBS = ['GL'])
|
||||
env = Environment(LIBS = ['GL'], CXXFLAGS = ['-Wall'])
|
||||
|
||||
env.Program('driver', Glob('*.cc'))
|
||||
|
Loading…
x
Reference in New Issue
Block a user