projects
/
blender.git
/ blobdiff
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
BGE Python API cleanup - no functionality changes
[blender.git]
/
source
/
nan_warn.mk
diff --git
a/source/nan_warn.mk
b/source/nan_warn.mk
index a80066872ff533797669802e75bcd7d1f1d33ee6..97a8bbf09e4e14f53553bbad4827337ee87cda11 100644
(file)
--- a/
source/nan_warn.mk
+++ b/
source/nan_warn.mk
@@
-1,15
+1,12
@@
#
# $Id$
#
#
# $Id$
#
-# ***** BEGIN GPL
/BL DUAL
LICENSE BLOCK *****
+# ***** BEGIN GPL LICENSE BLOCK *****
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
# as published by the Free Software Foundation; either version 2
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
# as published by the Free Software Foundation; either version 2
-# of the License, or (at your option) any later version. The Blender
-# Foundation also sells licenses for use in proprietary software under
-# the Blender License. See http://www.blender.org/BL/ for information
-# about this.
+# of the License, or (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
@@
-27,7
+24,7
@@
#
# Contributor(s): none yet.
#
#
# Contributor(s): none yet.
#
-# ***** END GPL
/BL DUAL
LICENSE BLOCK *****
+# ***** END GPL LICENSE BLOCK *****
#
# NaN compiler and linker warning levels
# On some platforms, you will be flooded with system include file warnings.
#
# NaN compiler and linker warning levels
# On some platforms, you will be flooded with system include file warnings.
@@
-141,7
+138,7
@@
ifeq ($(CCC),g++)
LEVEL_2_CPP_WARNINGS += -Wreorder
LEVEL_2_CPP_WARNINGS += -Wctor-dtor-privacy
LEVEL_2_CPP_WARNINGS += -Wnon-virtual-dtor
LEVEL_2_CPP_WARNINGS += -Wreorder
LEVEL_2_CPP_WARNINGS += -Wctor-dtor-privacy
LEVEL_2_CPP_WARNINGS += -Wnon-virtual-dtor
- LEVEL_2_CPP_WARNINGS += -Wold-style-cast
+
#
LEVEL_2_CPP_WARNINGS += -Wold-style-cast
LEVEL_2_CPP_WARNINGS += -Woverloaded-virtual
LEVEL_2_CPP_WARNINGS += -Wsign-promo
LEVEL_2_CPP_WARNINGS += -Wsynth
LEVEL_2_CPP_WARNINGS += -Woverloaded-virtual
LEVEL_2_CPP_WARNINGS += -Wsign-promo
LEVEL_2_CPP_WARNINGS += -Wsynth