TinyXml is built with TIXML_USE_STL, so we have to

enforce it when the library is used.

Gbp-Pq: Name enforce-use-stl.patch
This commit is contained in:
Felix Geyer 2022-05-14 03:57:42 +08:00 committed by openKylinBot
parent 8fcf9df390
commit 9011d1046e
1 changed files with 4 additions and 0 deletions

View File

@ -26,6 +26,10 @@ distribution.
#ifndef TINYXML_INCLUDED
#define TINYXML_INCLUDED
#ifndef TIXML_USE_STL
#define TIXML_USE_STL
#endif
#ifdef _MSC_VER
#pragma warning( push )
#pragma warning( disable : 4530 )