From b91902d2d0822efddcc04d7feecbe26704e4f0d2 Mon Sep 17 00:00:00 2001 From: "evanm@google.com" Date: Tue, 16 Sep 2008 19:28:06 +0000 Subject: Unignore most warnings on POSIX in build/SConscript.main. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit BUG=2053 Patch from Paweł Hajdan jr . git-svn-id: svn://svn.chromium.org/chrome/trunk/src@2272 0039d316-1c4b-4281-b951-d872f2087c98 --- webkit/glue/webframe_impl.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'webkit/glue/webframe_impl.h') diff --git a/webkit/glue/webframe_impl.h b/webkit/glue/webframe_impl.h index 53cea39..a9d1fc4 100644 --- a/webkit/glue/webframe_impl.h +++ b/webkit/glue/webframe_impl.h @@ -29,6 +29,7 @@ #include #include "base/basictypes.h" +#include "base/compiler_specific.h" #include "base/gfx/platform_canvas.h" #include "base/scoped_ptr.h" #include "base/task.h" @@ -38,11 +39,11 @@ #include "webkit/glue/webplugin_delegate.h" #include "webkit/glue/webview_delegate.h" -#pragma warning(push, 0) +MSVC_PUSH_WARNING_LEVEL(0); #include "ResourceHandleClient.h" #include "Frame.h" #include "PlatformString.h" -#pragma warning(pop) +MSVC_POP_WARNING(); class AltErrorPageResourceFetcher; class WebErrorImpl; -- cgit v1.1