Bug 120290 - [GTK] Silence MiniBrowser compile warnings due to recent GTK+ deprecations
Summary: [GTK] Silence MiniBrowser compile warnings due to recent GTK+ deprecations
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-08-26 01:16 PDT by Carlos Garcia Campos
Modified: 2013-08-26 01:42 PDT (History)
3 users (show)

See Also:


Attachments
Patch (1.18 KB, patch)
2013-08-26 01:18 PDT, Carlos Garcia Campos
pnormand: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Carlos Garcia Campos 2013-08-26 01:16:54 PDT
These annoying warnings are still present when building MiniBrowser because it doesn't include config.h. We can silence them by adding the preprocessor macro in the Makefile
Comment 1 Carlos Garcia Campos 2013-08-26 01:18:19 PDT
Created attachment 209625 [details]
Patch
Comment 2 Carlos Garcia Campos 2013-08-26 01:42:53 PDT
Committed r154592: <http://trac.webkit.org/changeset/154592>