Jelajahi Sumber

HPCC-16422 Fix clang warning about use of uninitialized variable

Signed-off-by: Gavin Halliday <gavin.halliday@lexisnexis.com>
Gavin Halliday 8 tahun lalu
induk
melakukan
32329b76d1
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      common/environment/environment.cpp

+ 1 - 1
common/environment/environment.cpp

@@ -1556,7 +1556,7 @@ void CLocalEnvironment::clearCache()
     if (conn)
     {
         p.clear();
-        unsigned mode;
+        unsigned mode = 0;
         try
         {
             conn->reload();