Переглянути джерело

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 15 роки тому
джерело
коміт
2348f6d490
1 змінених файлів з 1 додано та 1 видалено
  1. 1
    1
      scons/gallium.py

+ 1
- 1
scons/gallium.py Переглянути файл

@@ -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

Завантаження…
Відмінити
Зберегти