summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorTor Lillqvist <tlillqvist@novell.com>2011-03-16 17:06:49 +0200
committerTor Lillqvist <tlillqvist@novell.com>2011-03-16 17:06:49 +0200
commitb60661692b0991d7f4f0fb9d5c1f3cf6d03a95f4 (patch)
tree7ae9c12aff161b8049d80fdd46055802c7d2974c /tools
parentf09d35442537b1251365f409a18263c090b26305 (diff)
No #warning in MSVC
Diffstat (limited to 'tools')
-rw-r--r--tools/source/string/reversemap.hxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/source/string/reversemap.hxx b/tools/source/string/reversemap.hxx
index 84b9ddecdea8..f5511bf86ef9 100644
--- a/tools/source/string/reversemap.hxx
+++ b/tools/source/string/reversemap.hxx
@@ -4,7 +4,9 @@
* can generate .cxx files nicely
*/
+#ifndef _MSC_VER
#warning "checked in generated file - urgh"
+#endif
//Do not edit manually, generated from bestreversemap.cxx
rtl_TextEncoding getBestMSEncodingByChar(sal_Unicode c)