Changeset 181054 in webkit


Ignore:
Timestamp:
Mar 4, 2015 5:18:41 PM (9 years ago)
Author:
commit-queue@webkit.org
Message:

Fix linker warnings in TestWebKitAPI.
https://bugs.webkit.org/show_bug.cgi?id=141912

Patch by Alex Christensen <achristensen@webkit.org> on 2015-03-04
Reviewed by David Kilzer.

  • TestWebKitAPI/Configurations/Base.xcconfig:

Use GCC_SYMBOLS_PRIVATE_EXTERN like we do in WebCore.

Location:
trunk/Tools
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Tools/ChangeLog

    r181052 r181054  
     12015-03-04  Alex Christensen  <achristensen@webkit.org>
     2
     3        Fix linker warnings in TestWebKitAPI.
     4        https://bugs.webkit.org/show_bug.cgi?id=141912
     5
     6        Reviewed by David Kilzer.
     7
     8        * TestWebKitAPI/Configurations/Base.xcconfig:
     9        Use GCC_SYMBOLS_PRIVATE_EXTERN like we do in WebCore.
     10
    1112015-03-04  Alexey Proskuryakov  <ap@apple.com>
    212
  • trunk/Tools/TestWebKitAPI/Configurations/Base.xcconfig

    r179450 r181054  
    3737GCC_ENABLE_CPP_RTTI = NO;
    3838GCC_PRECOMPILE_PREFIX_HEADER = YES
     39GCC_SYMBOLS_PRIVATE_EXTERN = YES;
    3940GCC_TREAT_WARNINGS_AS_ERRORS = YES
    4041GCC_VERSION = com.apple.compilers.llvm.clang.1_0;
Note: See TracChangeset for help on using the changeset viewer.