diff options
-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 |