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 b7885cc..b829222 100644 --- a/include/Exceptions.h +++ b/include/Exceptions.h @@ -11,6 +11,8 @@ typedef int pid_t; #endif +#pragma warning (disable:4290) + class String; struct ugly_string; |