summaryrefslogtreecommitdiff
path: root/src/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.cpp')
-rw-r--r--src/main.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/main.cpp b/src/main.cpp
index 74e92f76..369b1185 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -191,6 +191,11 @@ int main(int argc, char *argv[])
::std::cerr << "Misc Error: " << e.what() << ::std::endl;
return 2;
}
+ //catch(const char* e)
+ //{
+ // ::std::cerr << "Internal Compiler Error: " << e << ::std::endl;
+ // return 2;
+ //}
return 0;
}