fix: players play time got replaced with bots play time.

fix: crlib: fixed clang-analyzer warnings.
build: removed predefined optimization flags in debug builds.
This commit is contained in:
ds 2020-10-03 16:39:09 +03:00
commit f40ca59700
11 changed files with 44 additions and 24 deletions

View file

@ -102,6 +102,11 @@ CR_NAMESPACE_BEGIN
# define __PLACEMENT_NEW_INLINE 1
#endif
// disabled gcc warnings
#if defined (CR_CXX_GCC)
# pragma GCC diagnostic ignored "-Wignored-attributes"
#endif
CR_NAMESPACE_END
#if defined(CR_WINDOWS)