Pārlūkot izejas kodu

Compiler warning

(cherry picked from commit c9d7563e1896059ebfa5f454e1a27fdc09291597)

Source commit: c591560baca06776cef13353e5dfb561bbd2ccc6
Martin Prikryl 4 gadi atpakaļ
vecāks
revīzija
4374b8ccc6
1 mainītis faili ar 2 papildinājumiem un 0 dzēšanām
  1. 2 0
      source/core/Common.h

+ 2 - 0
source/core/Common.h

@@ -476,6 +476,7 @@ public:
     }
   }
 
+  #pragma warn -inl
   template<typename P>
   void Invoke(const P & p)
   {
@@ -486,6 +487,7 @@ public:
       ++I;
     }
   }
+  #pragma warn .inl
 
   bool Contains(T EventHandler)
   {