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

Unified Diff: webkit/glue/event_conversion.h

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 | « third_party/icu38/SConscript ('k') | webkit/glue/plugins/test/plugin_npobject_proxy_test.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/glue/event_conversion.h
===================================================================
--- webkit/glue/event_conversion.h (revision 2109)
+++ webkit/glue/event_conversion.h (working copy)
@@ -6,12 +6,13 @@
#define WEBKIT_GLUE_EVENT_CONVERSION_H__
#include "base/basictypes.h"
+#include "base/compiler_specific.h"
-#pragma warning(push, 0)
+MSVC_PUSH_WARNING_LEVEL(0);
#include "PlatformKeyboardEvent.h"
#include "PlatformMouseEvent.h"
#include "PlatformWheelEvent.h"
-#pragma warning(pop)
+MSVC_POP_WARNING();
namespace WebCore {
class Widget;
« no previous file with comments | « third_party/icu38/SConscript ('k') | webkit/glue/plugins/test/plugin_npobject_proxy_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698