![]() MSVC may not support full C99, but supports more than plain C90. And -pedantic without -std=c99 generates too many spurious warnings (specially C++ style comments) to be of any use. Note that using certain C99 features in the cross-platform parts of Gallium is still not possible; namely mid-of-scope variable declarations and named structure initializers will break MSVC builds. |
16 years ago | |
---|---|---|
.. | ||
crossmingw.py | scons: Support MinGW32 cross compiler. | 16 years ago |
gallium.py | scons: Specify C99 throughout all the tree. | 16 years ago |
generic.py | scons: Build progs. | 16 years ago |
mslib_sa.py | scons: Play nice with MS Embedded Visual C++. | 17 years ago |
mslink_sa.py | scons: Play nice with MS Embedded Visual C++. | 17 years ago |
msvc_sa.py | scons: Play nice with MS Embedded Visual C++. | 17 years ago |
python.py | python: Don't use python cflags as they conflict with existing flags. | 17 years ago |
wcesdk.py | scons: Lookup WINDDK and WINCE SDK directories in the registry. | 17 years ago |
winddk.py | scons: Lookup WINDDK and WINCE SDK directories in the registry. | 17 years ago |