diff options
Diffstat (limited to 'include/Exceptions.h')
-rw-r--r-- | include/Exceptions.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/Exceptions.h b/include/Exceptions.h index b829222..40f402f 100644 --- a/include/Exceptions.h +++ b/include/Exceptions.h @@ -11,7 +11,9 @@ typedef int pid_t; #endif +#ifdef _MSC_VER #pragma warning (disable:4290) +#endif class String; struct ugly_string; |