Blender Git Loki
Git Commits -> Revision c7ff23c
Revision c7ff23c by Campbell Barton (master) October 24, 2010, 03:57 (GMT) |
Added CMake macro REMOVE_STRICT_FLAGS(), this means developers can build with -Werror in their CMAKE_C_FLAGS_DEBUG (so all warnings give errors). but external libs which we don't maintain & generated code will have -Werror removed. This is GCC only, MSVC can be added easily. |
Commit Details:
Full Hash: c7ff23cc34e67e0c8f292fe19c4af4af05b15f1c
SVN Revision: 32674
Parent Commit: ea5670f
Lines Changed: +40, -5