diff --git a/engine/shared/library/sharedFoundation/src/shared/DataResourceList.h b/engine/shared/library/sharedFoundation/src/shared/DataResourceList.h index 1af4b29f..a86629e5 100755 --- a/engine/shared/library/sharedFoundation/src/shared/DataResourceList.h +++ b/engine/shared/library/sharedFoundation/src/shared/DataResourceList.h @@ -7,9 +7,6 @@ // //======================================================================== -#pragma clang diagnostic push -#pragma clang diagnostic ignored "-Wundefined-var-template" - #ifndef _INCLUDED_DataResourceList_H #define _INCLUDED_DataResourceList_H @@ -422,5 +419,5 @@ void DataResourceList::garbageCollect () } //---------------------------------------------------------------------- -#pragma clang diagnostic pop + #endif // _INCLUDED_DataResourceList_H