diff options
Diffstat (limited to 'Project/main.cpp')
-rw-r--r-- | Project/main.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Project/main.cpp b/Project/main.cpp index c4b0dc6..a00645c 100644 --- a/Project/main.cpp +++ b/Project/main.cpp @@ -1,3 +1,7 @@ +#ifdef __INTELLISENSE__ +#pragma diag_suppress 102 +#endif + #include <wx/app.h> #include <wx/cmdline.h> #include <wx/event.h> |