mirror of https://github.com/davisking/dlib.git
normalized line endings so visual studio won't complain.
This commit is contained in:
parent
fdf6902ade
commit
ca3a0fdd5e
|
@ -3,12 +3,12 @@
|
||||||
* For conditions of distribution and use, see copyright notice in zlib.h
|
* For conditions of distribution and use, see copyright notice in zlib.h
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifdef _MSC_VER
|
#ifdef _MSC_VER
|
||||||
// Disable the following warnings for Visual Studio
|
// Disable the following warnings for Visual Studio
|
||||||
// This is a warning you get from visual studio 2005 about things in the standard C++
|
// This is a warning you get from visual studio 2005 about things in the standard C++
|
||||||
// library being "deprecated." I checked the C++ standard and it doesn't say jack
|
// library being "deprecated." I checked the C++ standard and it doesn't say jack
|
||||||
// about any of them (I checked the searchable PDF). So this warning is total Bunk.
|
// about any of them (I checked the searchable PDF). So this warning is total Bunk.
|
||||||
#pragma warning(disable : 4996)
|
#pragma warning(disable : 4996)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef _LARGEFILE64_SOURCE
|
#ifdef _LARGEFILE64_SOURCE
|
||||||
|
|
Loading…
Reference in New Issue