summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTzafrir Cohen <tzafrir@cohens.org.il>2009-10-04 13:51:37 +0200
committerTzafrir Cohen <tzafrir@cohens.org.il>2009-10-04 13:51:37 +0200
commitf4de7ce70a7ff84a9ffa13e6766b35084ecec6cc (patch)
tree09a7376f99229d7988a724104ec6263e29b1e245
parent3409b705c03b173e8fcc0876a67ccc0df201a9c3 (diff)
Get rid of an extra useless pragma
-rw-r--r--orkbasecxx/messages/InitMsg.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/orkbasecxx/messages/InitMsg.cpp b/orkbasecxx/messages/InitMsg.cpp
index 35a03be..21ce7ef 100644
--- a/orkbasecxx/messages/InitMsg.cpp
+++ b/orkbasecxx/messages/InitMsg.cpp
@@ -6,7 +6,7 @@
* http://www.orecx.com
*
*/
-#pragma warning( disable: 4786 ) // disables truncated symbols in browse-info warning
+//#pragma warning( disable: 4786 ) // disables truncated symbols in browse-info warning
#define _WINSOCKAPI_ // prevents the inclusion of winsock.h