Bug 120290

Summary: [GTK] Silence MiniBrowser compile warnings due to recent GTK+ deprecations
Product: WebKit Reporter: Carlos Garcia Campos <cgarcia>
Component: Tools / TestsAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, pnormand, zan
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch pnormand: review+

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>