diff options
author | Tor Lillqvist <tml@collabora.com> | 2013-11-22 13:33:14 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2013-11-22 13:34:45 +0200 |
commit | 5238d79a7c3067b182cbce51e2118a6fa336899a (patch) | |
tree | f13a64b9b176ae878e16a2440398a1ecc0012aca /ios/shared | |
parent | de4af9183c09cc5ccc05198e456f3916376835f9 (diff) |
Use hidden visibility as in the LO code here, too
Otherwise we get tons of (as such, in our case harmless) warnings from
the linker about mismatches.
Change-Id: I826d9e065bae59cdd213131163b31b2099806dd3
Diffstat (limited to 'ios/shared')
-rw-r--r-- | ios/shared/ios_sharedlo.xcodeproj/project.pbxproj | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/ios/shared/ios_sharedlo.xcodeproj/project.pbxproj b/ios/shared/ios_sharedlo.xcodeproj/project.pbxproj index 9d289b9f002b..2c92795049f8 100644 --- a/ios/shared/ios_sharedlo.xcodeproj/project.pbxproj +++ b/ios/shared/ios_sharedlo.xcodeproj/project.pbxproj @@ -545,7 +545,7 @@ "MLO_APP_ROLE=LO_APP", "DEBUG=1", ); - GCC_SYMBOLS_PRIVATE_EXTERN = NO; + GCC_SYMBOLS_PRIVATE_EXTERN = YES; GCC_WARN_ABOUT_RETURN_TYPE = YES; GCC_WARN_UNINITIALIZED_AUTOS = YES; GCC_WARN_UNUSED_VARIABLE = YES; @@ -582,6 +582,7 @@ GCC_C_LANGUAGE_STANDARD = gnu99; GCC_DYNAMIC_NO_PIC = NO; GCC_PREPROCESSOR_DEFINITIONS = "MLO_APP_ROLE=LO_APP"; + GCC_SYMBOLS_PRIVATE_EXTERN = YES; GCC_WARN_ABOUT_RETURN_TYPE = YES; GCC_WARN_UNINITIALIZED_AUTOS = YES; GCC_WARN_UNUSED_VARIABLE = YES; @@ -660,7 +661,7 @@ "MLO_APP_ROLE=TILE_TESTER", "DEBUG=1", ); - GCC_SYMBOLS_PRIVATE_EXTERN = NO; + GCC_SYMBOLS_PRIVATE_EXTERN = YES; GCC_WARN_ABOUT_RETURN_TYPE = YES; GCC_WARN_UNINITIALIZED_AUTOS = YES; GCC_WARN_UNUSED_VARIABLE = YES; |