Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(919)

Unified Diff: webkit/port/platform/TemporaryLinkStubs.cpp

Issue 2418: Unignore most warnings on POSIX in build/SConscript.main. (Closed) Base URL: http://src.chromium.org/svn/trunk/src/
Patch Set: '' Created 12 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « webkit/port/bindings/v8/v8_binding.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/port/platform/TemporaryLinkStubs.cpp
===================================================================
--- webkit/port/platform/TemporaryLinkStubs.cpp (revision 2109)
+++ webkit/port/platform/TemporaryLinkStubs.cpp (working copy)
@@ -24,16 +24,17 @@
*/
#include "config.h"
+#include "base/compiler_specific.h"
#define WIN32_COMPILE_HACK
-#pragma warning(push, 0)
+MSVC_PUSH_WARNING_LEVEL(0);
#include "Color.h"
#include "SSLKeyGenerator.h"
#include "KURL.h"
#include "NotImplemented.h"
#include "SharedBuffer.h"
-#pragma warning(pop)
+MSVC_POP_WARNING();
using namespace WebCore;
« no previous file with comments | « webkit/port/bindings/v8/v8_binding.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698