mirror of
https://github.com/SWG-Source/src.git
synced 2026-08-04 04:16:02 -04:00
we can build with newer compilers but _must_ use the gcc 5.x libs
This commit is contained in:
@@ -7,6 +7,9 @@
|
||||
//
|
||||
//========================================================================
|
||||
|
||||
#pragma clang diagnostic push
|
||||
#pragma clang diagnostic ignored "-Wundefined-var-template"
|
||||
|
||||
#ifndef _INCLUDED_DataResourceList_H
|
||||
#define _INCLUDED_DataResourceList_H
|
||||
|
||||
@@ -419,5 +422,5 @@ void DataResourceList<T>::garbageCollect ()
|
||||
}
|
||||
|
||||
//----------------------------------------------------------------------
|
||||
|
||||
#pragma clang diagnostic pop
|
||||
#endif // _INCLUDED_DataResourceList_H
|
||||
|
||||
Reference in New Issue
Block a user