mirror of
https://github.com/mangosfour/server.git
synced 2025-12-17 07:37:03 +00:00
[10060] Drop unused ACE_Stack_Trace in Error.h
This also can fix possible build problem in case use at system old ACE version. Signed-off-by: VladimirMangos <vladimir@getmangos.com>
This commit is contained in:
parent
2326292981
commit
16ae6a2f85
2 changed files with 1 additions and 2 deletions
|
|
@ -62,7 +62,6 @@ if (!(CONDITION)) \
|
||||||
#define WPWarning(CONDITION) \
|
#define WPWarning(CONDITION) \
|
||||||
if (!(CONDITION)) \
|
if (!(CONDITION)) \
|
||||||
{ \
|
{ \
|
||||||
ACE_Stack_Trace st; \
|
|
||||||
printf("%s:%i: Warning: Assertion in %s failed: %s",\
|
printf("%s:%i: Warning: Assertion in %s failed: %s",\
|
||||||
__FILE__, __LINE__, __FUNCTION__, STRINGIZE(CONDITION)); \
|
__FILE__, __LINE__, __FUNCTION__, STRINGIZE(CONDITION)); \
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
#ifndef __REVISION_NR_H__
|
#ifndef __REVISION_NR_H__
|
||||||
#define __REVISION_NR_H__
|
#define __REVISION_NR_H__
|
||||||
#define REVISION_NR "10059"
|
#define REVISION_NR "10060"
|
||||||
#endif // __REVISION_NR_H__
|
#endif // __REVISION_NR_H__
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue