1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-11 23:54:18 +00:00

Changed Xcode C standard from c99 to c11

This commit is contained in:
tpoole 2017-02-23 10:58:57 +00:00
parent 302c42125c
commit 69c07d357f

View file

@ -1872,7 +1872,7 @@ private:
{
StringArray s;
s.add ("ALWAYS_SEARCH_USER_PATHS = NO");
s.add ("GCC_C_LANGUAGE_STANDARD = c99");
s.add ("GCC_C_LANGUAGE_STANDARD = c11");
s.add ("GCC_WARN_ABOUT_RETURN_TYPE = YES");
s.add ("GCC_WARN_CHECK_SWITCH_STATEMENTS = YES");
s.add ("GCC_WARN_UNUSED_VARIABLE = YES");