Bug 141522 - Fix some Mac linker warnings
Summary: Fix some Mac linker warnings
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Daniel Bates
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-02-12 11:02 PST by Daniel Bates
Modified: 2015-02-12 13:18 PST (History)
2 users (show)

See Also:


Attachments
Patch (3.18 KB, patch)
2015-02-12 11:03 PST, Daniel Bates
no flags Details | Formatted Diff | Diff
Patch (3.85 KB, patch)
2015-02-12 12:23 PST, Daniel Bates
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Daniel Bates 2015-02-12 11:02:22 PST
I see the following linker warnings:

ld: warning: cannot export hidden symbol __ZN7WebCore20LogNotYetImplementedE from /.../OpenSource/WebKitBuild/WebCore.build/Debug/WebCore.build/Objects-normal/x86_64/Logging.o
ld: warning: cannot export hidden symbol _wkCreateURLPasteboardFlavorTypeName from /.../OpenSource/WebKitBuild/WebCore.build/Debug/WebCore.build/Objects-normal/x86_64/WebCoreSystemInterface.o
ld: warning: cannot export hidden symbol _wkCreateURLNPasteboardFlavorTypeName from /.../OpenSource/WebKitBuild/WebCore.build/Debug/WebCore.build/Objects-normal/x86_64/WebCoreSystemInterface.o
Comment 1 Daniel Bates 2015-02-12 11:03:54 PST
Created attachment 246455 [details]
Patch
Comment 2 Daniel Bates 2015-02-12 12:23:28 PST
Created attachment 246462 [details]
Patch
Comment 3 WebKit Commit Bot 2015-02-12 13:18:49 PST
Comment on attachment 246462 [details]
Patch

Clearing flags on attachment: 246462

Committed r180007: <http://trac.webkit.org/changeset/180007>
Comment 4 WebKit Commit Bot 2015-02-12 13:18:53 PST
All reviewed patches have been landed.  Closing bug.