Warnings CPU_SUBTYPE_ARM_ALL

Previous topic - Next topic

michael

do we have a global solution for that?

if not what is the best way to solve this problem?

Michael

hardyx

XCode uses GCC compiler, perhaps you or GLBasic can pass some parameter to the compiler and linker to disable a specific warning like -Wsomething. For example, -w parameter disable all compiler warnings. Or you can compile for ARMv7 only (iPhone 3GS/4/4S) like says the last link posted by Dark Schneider.