hhyyrylainen / Leviathan

Leviathan Game Engine
Other
17 stars 8 forks source link

Fix warnings from cAudio #17

Open hhyyrylainen opened 6 years ago

hhyyrylainen commented 6 years ago

cAudioPlatform.h add already defined check to line 57 "#define _CRT_SECURE_NO_WARNINGS 1"

c:\projects\leviathan\build\thirdparty\include\caudio\caudioplatform.h(57): warning C4005: '_CRT_SECURE_NO_WARNINGS': macro redefinition (compiling source file C:\projects\Leviathan\Engine\GUI\VideoPlayer.cpp)

This should be done to the used cAudio fork as the main project seems dead.