Removed throw() specifier in Exception (I don't remember putting it in). This may solve a gcc error (I haven't tested it yet) or it may break it further.

This commit is contained in:
Jesse Beder
2009-01-01 20:14:32 +00:00
parent 27bd791ea0
commit d98f9d8713
3 changed files with 4 additions and 4 deletions

View File

@@ -115,7 +115,7 @@
AdditionalIncludeDirectories="include"
RuntimeLibrary="2"
EnableFunctionLevelLinking="true"
WarningLevel="3"
WarningLevel="4"
DebugInformationFormat="3"
/>
<Tool