Lines Matching defs:warn
132 parser.add_argument('--error-on-warn',
884 def warn(msg):
885 warn.warned = True
890 warn.warned = False
994 warn('''No acceptable ASM compiler found!
1037 warn(f'Could not recognize `gas`: {gas_ret}')
1058 warn(f'failed to autodetect C++ compiler version (CXX={CXX})')
1060 warn(f'C++ compiler (CXX={CXX}, {version_str}) too old, need g++ 8.3.0 or clang++ 8.0.0')
1066 warn(f'failed to autodetect C compiler version (CC={CC})')
1071 warn(f'C compiler (CC={CC}, {version_str}) too old, need gcc 4.2 or clang 3.2')
1288 warn('building --without-snapshot is no longer possible')
1397 warn('''The `--use-largepages` and `--use-largepages-script-lld` options
1619 warn('''--openssl-no-asm will result in binaries that do not take advantage
1647 warn("Generation of static executable will not work on OSX "
1716 warn(f'Expected: {expectHash} *MISMATCH*')
1717 warn(f'\n ** Corrupted ZIP? Delete {targetfile} to retry download.\n')
1806 warn(f'Ignoring {canned_icu_dir} - in-repo small icu is no longer supported.')
1825 warn(f'Ignoring redundant --with-icu-source={with_icu_source}')
1872 warn(f"* ECMA-402 (Intl) support didn't find ICU in {icu_full_path}..")
1994 warn('''No acceptable ld.gold linker found!''')
2182 if warn.warned and not options.verbose:
2183 warn('warnings were emitted in the configure phase')