diff options
| author | pixel <pixel> | 2003-03-19 17:03:54 +0000 |
|---|---|---|
| committer | pixel <pixel> | 2003-03-19 17:03:54 +0000 |
| commit | 8212ce04cafa89e0a3f3b46e7fb2940548e08214 (patch) | |
| tree | 205182443cbeae8c84ff490f60651f62fd592a1b /include | |
| parent | ab910aaa8c5e6afc05d0a2e17022565d1de92f67 (diff) | |
I am the dumbest...
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 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; |
