diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2010-09-09 09:52:51 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2010-09-09 09:52:51 +0200 |
commit | 6b88b234586151672b078a8fef1dc43fe29a20c6 (patch) | |
tree | 3dc3e988dddf7ee8b39e81d0bc39aa8993faa4d4 | |
parent | bdb356fd270bd80223837bce6de5cdc3b67565ea (diff) |
Disable C4068 unknown pragma
-rw-r--r-- | odb/compilers/vc/pre.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/odb/compilers/vc/pre.hxx b/odb/compilers/vc/pre.hxx index 13a006b..df6e740 100644 --- a/odb/compilers/vc/pre.hxx +++ b/odb/compilers/vc/pre.hxx @@ -16,6 +16,7 @@ // Disabled warnings. // +#pragma warning (disable:4068) // unknown pragma #pragma warning (disable:4355) // passing 'this' to a member #pragma warning (disable:4800) // forcing value to bool #pragma warning (disable:4290) // exception specification ignored |