we can build with newer compilers but _must_ use the gcc 5.x libs

This commit is contained in:
DarthArgus
2016-12-21 11:09:07 +00:00
parent 2f3c92e9f8
commit 957aef2366
5 changed files with 31 additions and 35 deletions
@@ -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