diff --git a/Applications/Utils/FileConverter/NetCdfConverter.cpp b/Applications/Utils/FileConverter/NetCdfConverter.cpp
index 5dbe4c66fd310a46f7684896c4b8be9b7ffb1a90..95b0f4b14ee87912370b1bd23cc20637b14052ee 100644
--- a/Applications/Utils/FileConverter/NetCdfConverter.cpp
+++ b/Applications/Utils/FileConverter/NetCdfConverter.cpp
@@ -109,6 +109,7 @@ static std::vector<std::string> getArrays(NcFile const& dataset)
     std::vector<std::string> var_names;
     for (auto [name, var] : names)
     {
+        (void)var;
         var_names.push_back(name);
     }
     return var_names;
diff --git a/Jenkinsfile b/Jenkinsfile
index 7d7ff320e3a97ff77a7b6ce9444ce9e77cbbe4b3..dbec6bb699c4feb120f9b7179da2bdaa102e2a75 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -466,7 +466,7 @@ pipeline {
                   '-DOGS_BUILD_UTILS=ON ' +
                   '-DOGS_CONAN_BUILD=missing ' +
                   '-DCMAKE_OSX_DEPLOYMENT_TARGET="10.14" ' +
-                  '-DOGS_USE_NETCDF=ON '
+                  '-DOGS_USE_NETCDF=OFF '
               }
               build {
                 target="package"