[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Wesnoth-cvs-commits] wesnoth/src global.hpp
From: |
Guillaume Melquiond |
Subject: |
[Wesnoth-cvs-commits] wesnoth/src global.hpp |
Date: |
Thu, 18 Nov 2004 13:40:54 -0500 |
CVSROOT: /cvsroot/wesnoth
Module name: wesnoth
Branch:
Changes by: Guillaume Melquiond <address@hidden> 04/11/18 18:35:04
Modified files:
src : global.hpp
Log message:
dos2unix, and newline at eof
CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/wesnoth/wesnoth/src/global.hpp.diff?tr1=1.1&tr2=1.2&r1=text&r2=text
Patches:
Index: wesnoth/src/global.hpp
diff -u wesnoth/src/global.hpp:1.1 wesnoth/src/global.hpp:1.2
--- wesnoth/src/global.hpp:1.1 Thu Nov 18 04:08:32 2004
+++ wesnoth/src/global.hpp Thu Nov 18 18:35:03 2004
@@ -11,10 +11,10 @@
//disable the warnings for long template names
#pragma warning(disable:4503)
#pragma warning(disable:4786)
-
-//the following code causes the incredibly irritating warning 4786 to really
-//be muted in Visual C++ 6. No-one seems to know *why* it works (possibly not
even Microsoft)
-//but it does. So don't ask, and just leave it there.
+
+//the following code causes the incredibly irritating warning 4786 to really
+//be muted in Visual C++ 6. No-one seems to know *why* it works (possibly not
even Microsoft)
+//but it does. So don't ask, and just leave it there.
class warning4786WorkAround {
public:
@@ -25,4 +25,4 @@
#endif
-#endif
\ No newline at end of file
+#endif
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Wesnoth-cvs-commits] wesnoth/src global.hpp,
Guillaume Melquiond <=