mirror of
https://github.com/davisking/dlib.git
synced 2024-11-01 10:14:53 +08:00
Added code to avoid another useless vistual studio warning.
This commit is contained in:
parent
10e890e1c7
commit
f7606b483c
@ -39,6 +39,10 @@
|
||||
#pragma warning(disable : 4244)
|
||||
#pragma warning(disable : 4305)
|
||||
|
||||
// Disable "warning C4180: qualifier applied to function type has no meaning; ignored".
|
||||
// This warning happens often in generic code that works with functions and isn't useful.
|
||||
#pragma warning(disable : 4180)
|
||||
|
||||
#endif
|
||||
|
||||
#ifdef __BORLANDC__
|
||||
|
Loading…
Reference in New Issue
Block a user