mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 02:15:43 -04:00
disable warning
This commit is contained in:
parent
5905707eb5
commit
d7b0ea6c67
@ -22,6 +22,10 @@
|
||||
#include <pandabase.h>
|
||||
#include <notifyCategoryProxy.h>
|
||||
|
||||
#ifdef WIN32_VC
|
||||
#pragma warning (disable : 4231)
|
||||
#endif
|
||||
|
||||
NotifyCategoryDecl(audio, EXPCL_PANDA, EXPTP_PANDA);
|
||||
|
||||
extern EXPCL_PANDA bool audio_active;
|
||||
|
Loading…
x
Reference in New Issue
Block a user