diff options
author | pixel <pixel> | 2003-03-03 14:04:17 +0000 |
---|---|---|
committer | pixel <pixel> | 2003-03-03 14:04:17 +0000 |
commit | f67f29b2c797d9728fac7f26f68ccc05abab6178 (patch) | |
tree | 17e02c4c6560dc47181edc2af73fcde70ff65cf6 /include | |
parent | 7beeced718eeeefeb4ac5e132b1be85a71e6da22 (diff) |
VC++ is a deaf compiler
Diffstat (limited to 'include')
-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; |