mirror of https://github.com/davisking/dlib.git
A minor change to avoid a warning in visual studio.
This commit is contained in:
parent
0b88840f64
commit
6b74536103
|
@ -56,8 +56,10 @@ namespace dlib
|
|||
|
||||
#if !defined(DLIB_DISABLE_ASSERTS) && ( defined DEBUG || defined _DEBUG)
|
||||
// make sure ENABLE_ASSERTS is defined if we are indeed using them.
|
||||
#ifndef ENABLE_ASSERTS
|
||||
#define ENABLE_ASSERTS
|
||||
#endif
|
||||
#endif
|
||||
|
||||
// -----------------------------
|
||||
|
||||
|
|
Loading…
Reference in New Issue