A minor change to avoid a warning in visual studio.

This commit is contained in:
Davis King 2012-12-28 08:27:20 -05:00
parent 0b88840f64
commit 6b74536103
1 changed files with 3 additions and 1 deletions

View File

@ -56,7 +56,9 @@ namespace dlib
#if !defined(DLIB_DISABLE_ASSERTS) && ( defined DEBUG || defined _DEBUG)
// make sure ENABLE_ASSERTS is defined if we are indeed using them.
#define ENABLE_ASSERTS
#ifndef ENABLE_ASSERTS
#define ENABLE_ASSERTS
#endif
#endif
// -----------------------------