aboutsummaryrefslogtreecommitdiff
path: root/PhysX_3.4/Source/compiler/linux32/Makefile.LowLevelParticles.mk
diff options
context:
space:
mode:
authorSheikh Dawood Abdul Ajees <[email protected]>2017-11-20 11:35:52 -0600
committerSheikh Dawood Abdul Ajees <[email protected]>2017-11-20 11:35:52 -0600
commit3cc1861221d761b7f0301b9b61de4e1aa18c09f4 (patch)
treea51eb808016e1710a4bbd537000a493250602944 /PhysX_3.4/Source/compiler/linux32/Makefile.LowLevelParticles.mk
parentPhysX 3.4.1, APEX 1.4.1 Release @22845541 (diff)
downloadphysx-3.4-3cc1861221d761b7f0301b9b61de4e1aa18c09f4.tar.xz
physx-3.4-3cc1861221d761b7f0301b9b61de4e1aa18c09f4.zip
PhysX 3.4.1, APEX 1.4.1 Release @23131702
Diffstat (limited to 'PhysX_3.4/Source/compiler/linux32/Makefile.LowLevelParticles.mk')
-rw-r--r--PhysX_3.4/Source/compiler/linux32/Makefile.LowLevelParticles.mk8
1 files changed, 4 insertions, 4 deletions
diff --git a/PhysX_3.4/Source/compiler/linux32/Makefile.LowLevelParticles.mk b/PhysX_3.4/Source/compiler/linux32/Makefile.LowLevelParticles.mk
index 7bb6e9e8..403c7e79 100644
--- a/PhysX_3.4/Source/compiler/linux32/Makefile.LowLevelParticles.mk
+++ b/PhysX_3.4/Source/compiler/linux32/Makefile.LowLevelParticles.mk
@@ -73,7 +73,7 @@ LowLevelParticles_debug_common_cflags += $(addprefix -I, $(LowLevelParticles_
LowLevelParticles_debug_common_cflags += -m32
LowLevelParticles_debug_common_cflags += -Werror -m32 -fPIC -msse2 -mfpmath=sse -malign-double -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden
LowLevelParticles_debug_common_cflags += -Wall -Wextra -Wstrict-aliasing=2 -fdiagnostics-show-option
-LowLevelParticles_debug_common_cflags += -Wno-invalid-offsetof -Wno-uninitialized
+LowLevelParticles_debug_common_cflags += -Wno-invalid-offsetof -Wno-uninitialized -Wno-implicit-fallthrough
LowLevelParticles_debug_common_cflags += -Wno-missing-field-initializers
LowLevelParticles_debug_common_cflags += -g3 -gdwarf-2
LowLevelParticles_debug_cflags := $(LowLevelParticles_debug_common_cflags)
@@ -171,7 +171,7 @@ LowLevelParticles_checked_common_cflags += $(addprefix -I, $(LowLevelParticle
LowLevelParticles_checked_common_cflags += -m32
LowLevelParticles_checked_common_cflags += -Werror -m32 -fPIC -msse2 -mfpmath=sse -malign-double -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden
LowLevelParticles_checked_common_cflags += -Wall -Wextra -Wstrict-aliasing=2 -fdiagnostics-show-option
-LowLevelParticles_checked_common_cflags += -Wno-invalid-offsetof -Wno-uninitialized
+LowLevelParticles_checked_common_cflags += -Wno-invalid-offsetof -Wno-uninitialized -Wno-implicit-fallthrough
LowLevelParticles_checked_common_cflags += -Wno-missing-field-initializers
LowLevelParticles_checked_common_cflags += -g3 -gdwarf-2 -O3 -fno-strict-aliasing
LowLevelParticles_checked_cflags := $(LowLevelParticles_checked_common_cflags)
@@ -269,7 +269,7 @@ LowLevelParticles_profile_common_cflags += $(addprefix -I, $(LowLevelParticle
LowLevelParticles_profile_common_cflags += -m32
LowLevelParticles_profile_common_cflags += -Werror -m32 -fPIC -msse2 -mfpmath=sse -malign-double -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden
LowLevelParticles_profile_common_cflags += -Wall -Wextra -Wstrict-aliasing=2 -fdiagnostics-show-option
-LowLevelParticles_profile_common_cflags += -Wno-invalid-offsetof -Wno-uninitialized
+LowLevelParticles_profile_common_cflags += -Wno-invalid-offsetof -Wno-uninitialized -Wno-implicit-fallthrough
LowLevelParticles_profile_common_cflags += -Wno-missing-field-initializers
LowLevelParticles_profile_common_cflags += -O3 -fno-strict-aliasing
LowLevelParticles_profile_cflags := $(LowLevelParticles_profile_common_cflags)
@@ -366,7 +366,7 @@ LowLevelParticles_release_common_cflags += $(addprefix -I, $(LowLevelParticle
LowLevelParticles_release_common_cflags += -m32
LowLevelParticles_release_common_cflags += -Werror -m32 -fPIC -msse2 -mfpmath=sse -malign-double -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden
LowLevelParticles_release_common_cflags += -Wall -Wextra -Wstrict-aliasing=2 -fdiagnostics-show-option
-LowLevelParticles_release_common_cflags += -Wno-invalid-offsetof -Wno-uninitialized
+LowLevelParticles_release_common_cflags += -Wno-invalid-offsetof -Wno-uninitialized -Wno-implicit-fallthrough
LowLevelParticles_release_common_cflags += -Wno-missing-field-initializers
LowLevelParticles_release_common_cflags += -O3 -fno-strict-aliasing
LowLevelParticles_release_cflags := $(LowLevelParticles_release_common_cflags)