Fixed warnings in Bullet/src core library
Thanks Martijn Reuvers from Two Tribes B.V. (www.twotribes.com) for the patch To make this work more visible, suppress warnings in external libraries in Extras (COLLADA_DOM, libxml and glui contain many warnings) Added PreprocessorDefinitions: _CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE to vcproj files
This commit is contained in:
@@ -16,10 +16,11 @@
|
||||
// because I'm not sure if all the plugin handling stuff has been tested. Once I get a working
|
||||
// plugin I'll look into renaming it so the old daeLIBXMLPlugin can coexist with it.
|
||||
//
|
||||
#include <dae/daeMetaElement.h>
|
||||
#include <modules/daeLIBXMLPlugin.h>
|
||||
#include <dae.h>
|
||||
#include <dom.h>
|
||||
#include <dae/daeMetaElement.h>
|
||||
|
||||
#include <libxml/xmlreader.h>
|
||||
#include <libxml/xmlwriter.h>
|
||||
#include <libxml/xmlmemory.h>
|
||||
|
||||
@@ -11,8 +11,8 @@
|
||||
* License.
|
||||
*/
|
||||
|
||||
#include <modules/daeSTLDatabase.h>
|
||||
#include <dae/daeMetaElement.h>
|
||||
#include <modules/daeSTLDatabase.h>
|
||||
|
||||
daeSTLDatabase::daeSTLDatabase()
|
||||
{}
|
||||
|
||||
Reference in New Issue
Block a user