From 6943c7b11c92f3d4971704abcb213f57eaa4e115 Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Thu, 27 Dec 2012 14:03:18 +0200 Subject: Sigh, my git grep regexps missed some cases Change-Id: I085f14f40fb83cba171b35b14cf7c0d99091fc00 --- shell/source/win32/shlxthandler/columninfo/columninfo.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'shell') diff --git a/shell/source/win32/shlxthandler/columninfo/columninfo.cxx b/shell/source/win32/shlxthandler/columninfo/columninfo.cxx index 43c5a3fe8ddf..9b276adeb393 100644 --- a/shell/source/win32/shlxthandler/columninfo/columninfo.cxx +++ b/shell/source/win32/shlxthandler/columninfo/columninfo.cxx @@ -27,7 +27,7 @@ #include #include -#if defined GCC +#if defined __GNUC__ #pragma GCC diagnostic warning "-Wmissing-braces" #endif -- cgit