Quellcode durchsuchen

HPCC-18695 Rename embeddedWarningsFatal option

Rename the option to disable the c++ being reported as errors to ensure
that problematic code is reviewed and fixed.

Signed-off-by: Gavin Halliday <gavin.halliday@lexisnexis.com>
Gavin Halliday vor 7 Jahren
Ursprung
Commit
0f9d8be77b
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      ecl/hqlcpp/hqlcpp.cpp

+ 1 - 1
ecl/hqlcpp/hqlcpp.cpp

@@ -1799,7 +1799,7 @@ void HqlCppTranslator::cacheOptions()
         DebugOption(options.optimizeSortAllFieldsStrict,"optimizeSortAllFieldsStrict",false),
         DebugOption(options.alwaysReuseGlobalSpills,"alwaysReuseGlobalSpills",true),
         DebugOption(options.forceAllDatasetsParallel,"forceAllDatasetsParallel",false),  // Purely for regression testing.
-        DebugOption(options.embeddedWarningsAsErrors,"embeddedWarningsFatal",true),
+        DebugOption(options.embeddedWarningsAsErrors,"embeddedWarningsAreFatal",true),
         DebugOption(options.optimizeCriticalFunctions,"optimizeCriticalFunctions",true),
         DebugOption(options.addLikelihoodToGraph,"addLikelihoodToGraph", true),
         DebugOption(options.varFieldAccessorThreshold,"varFieldAccessorThreshold",3),   // Generate accessor classes for rows with #variable width fields >= threshold