Mesa (gallium-0.2): scons: remove pedantic flag

Keith Whitwell keithw at kemper.freedesktop.org
Tue Jan 27 11:17:04 UTC 2009


Module: Mesa
Branch: gallium-0.2
Commit: 9a7aeac49c9bed7507eed876e1d35fa4386f0382
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=9a7aeac49c9bed7507eed876e1d35fa4386f0382

Author: Keith Whitwell <keith at tungstengraphics.com>
Date:   Mon Jan 26 12:12:38 2009 +0000

scons: remove pedantic flag

---

 scons/gallium.py |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/scons/gallium.py b/scons/gallium.py
index bb4e3ab..065c53c 100644
--- a/scons/gallium.py
+++ b/scons/gallium.py
@@ -313,7 +313,6 @@ def generate(env):
             '-Wno-long-long',
             '-ffast-math',
             '-std=gnu99',
-            '-pedantic',
             '-fmessage-length=0', # be nice to Eclipse
         ]
     if msvc:




More information about the mesa-commit mailing list