[9387] Fix commit [9386]

This commit is contained in:
AlexDereka 2010-02-15 00:20:20 +03:00
parent 5368751c13
commit 574f396b0d
2 changed files with 2 additions and 2 deletions

View file

@ -57,7 +57,7 @@
#if COMPILER == COMPILER_MICROSOFT
# pragma warning(disable:4996) // 'function': was declared deprecated
#ifndef __SHOW_STUPID_WARNINGS__
//# pragma warning(disable:4244) // 'argument' : conversion from 'type1' to 'type2', possible loss of data
# pragma warning(disable:4244) // 'argument' : conversion from 'type1' to 'type2', possible loss of data
# pragma warning(disable:4355) // 'this' : used in base member initializer list
#endif // __SHOW_STUPID_WARNINGS__
#endif // __GNUC__

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "9386"
#define REVISION_NR "9387"
#endif // __REVISION_NR_H__