Skip to content

Commit 57ea9a5

Browse files
committed
No need to suppress warning 4129 anymore - not using fucky escape sequence to check if directories are modules
1 parent 4f78139 commit 57ea9a5

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Managers/ModuleMan.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
// Suppress compiler warning about unrecognized escape sequence in LoadAllDataModules.
2-
#pragma warning( disable : 4129 )
3-
41
#include "ModuleMan.h"
52
#include "SettingsMan.h"
63
#include "ConsoleMan.h"

0 commit comments

Comments
 (0)