ソースを参照

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

読み込み中…
キャンセル
保存