Procházet zdrojové kódy

Fix compiler warnings being hidden by default (ouch)

default_compile_flags
vector-of-bool před 3 roky
rodič
revize
efa04f08fb
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. +1
    -1
      src/dds/cli/options.hpp

+ 1
- 1
src/dds/cli/options.hpp Zobrazit soubor

@@ -111,7 +111,7 @@ struct options {
path project_dir = fs::current_path();

// Compile and build commands with `--no-warnings`/`--no-warn`
bool disable_warnings = true;
bool disable_warnings = false;
// Compile and build commands' `--jobs` parameter
int jobs = 0;
// Compile and build commands' `--toolchain` option:

Načítá se…
Zrušit
Uložit