diff --git a/src/shared/Errors.h b/src/shared/Errors.h index 16ffff9b5..6764c1858 100644 --- a/src/shared/Errors.h +++ b/src/shared/Errors.h @@ -62,7 +62,6 @@ if (!(CONDITION)) \ #define WPWarning(CONDITION) \ if (!(CONDITION)) \ { \ - ACE_Stack_Trace st; \ printf("%s:%i: Warning: Assertion in %s failed: %s",\ __FILE__, __LINE__, __FUNCTION__, STRINGIZE(CONDITION)); \ } diff --git a/src/shared/revision_nr.h b/src/shared/revision_nr.h index de2ac7352..bdf9246fe 100644 --- a/src/shared/revision_nr.h +++ b/src/shared/revision_nr.h @@ -1,4 +1,4 @@ #ifndef __REVISION_NR_H__ #define __REVISION_NR_H__ - #define REVISION_NR "10059" + #define REVISION_NR "10060" #endif // __REVISION_NR_H__