Browse Source

scons: Promote pointer arithmetic to error.

All code covered by scons is being built on multiple OSes, so pointer
arithmetic must really be addressed when spotted.
tags/mesa_7_7_rc1
José Fonseca 16 years ago
parent
commit
2348f6d490
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      scons/gallium.py

+ 1
- 1
scons/gallium.py View File

@@ -366,7 +366,7 @@ def generate(env):
ccflags += [
'-Wall',
'-Wmissing-field-initializers',
'-Wpointer-arith',
'-Werror=pointer-arith',
'-Wno-long-long',
'-ffast-math',
'-fmessage-length=0', # be nice to Eclipse

Loading…
Cancel
Save