Bug 121836 - [GTK] Tons of warnings caused by using FORTIFY_SOURCE in an unoptimized build
Summary: [GTK] Tons of warnings caused by using FORTIFY_SOURCE in an unoptimized build
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKitGTK (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Gustavo Noronha (kov)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-09-24 05:40 PDT by Gustavo Noronha (kov)
Modified: 2013-09-26 09:35 PDT (History)
3 users (show)

See Also:


Attachments
Patch (1.89 KB, patch)
2013-09-24 05:43 PDT, Gustavo Noronha (kov)
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Gustavo Noronha (kov) 2013-09-24 05:40:37 PDT
/usr/include/features.h:330:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
 #  warning _FORTIFY_SOURCE requires compiling with optimization (-O)
    ^
Comment 1 Gustavo Noronha (kov) 2013-09-24 05:43:13 PDT
Created attachment 212453 [details]
Patch
Comment 2 Gustavo Noronha (kov) 2013-09-26 09:35:12 PDT
Comment on attachment 212453 [details]
Patch

Clearing flags on attachment: 212453

Committed r156462: <http://trac.webkit.org/changeset/156462>
Comment 3 Gustavo Noronha (kov) 2013-09-26 09:35:18 PDT
All reviewed patches have been landed.  Closing bug.