1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2026-01-23 22:30:58 +00:00
openmw/CI
elsid a5826b75e0
Disable -Werror for ASAN builds
To avoid warnings like:

In file included from /usr/include/c++/13/regex:50,
                 from ../../components/lua/yamlloader.cpp:6:
In constructor 'std::function<_Res(_ArgTypes ...)>::function(std::function<_Res(_ArgTypes ...)>&&) [with _Res = bool; _ArgTypes = {char}]',
    inlined from 'std::__detail::_State<_Char_type>::_State(std::__detail::_State<_Char_type>&&) [with _Char_type = char]' at /usr/include/c++/13/bits/regex_automaton.h:149:4,
    inlined from 'std::__detail::_StateIdT std::__detail::_NFA<_TraitsT>::_M_insert_subexpr_begin() [with _TraitsT = std::__cxx11::regex_traits<char>]' at /usr/include/c++/13/bits/regex_automaton.h:281:24:
/usr/include/c++/13/bits/std_function.h:405:42: error: '*(std::function<bool(char)>*)((char*)&__tmp + offsetof(std::__detail::_StateT, std::__detail::_State<char>::<unnamed>.std::__detail::_State_base::<unnamed>)).std::function<bool(char)>::_M_invoker' may be used uninitialized [-Werror=maybe-uninitialized]
  405 |       : _Function_base(), _M_invoker(__x._M_invoker)
      |                                      ~~~~^~~~~~~~~~
In file included from /usr/include/c++/13/regex:65:
/usr/include/c++/13/bits/regex_automaton.h: In member function 'std::__detail::_StateIdT std::__detail::_NFA<_TraitsT>::_M_insert_subexpr_begin() [with _TraitsT = std::__cxx11::regex_traits<char>]':
/usr/include/c++/13/bits/regex_automaton.h:279:17: note: '__tmp' declared here
  279 |         _StateT __tmp(_S_opcode_subexpr_begin);
      |                 ^~~~~

See https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105562.
2025-04-28 22:07:00 +02:00
..
activate_msvc.sh
ActivateMSVC.ps1 Remove annoying warning 2020-06-15 16:37:47 +01:00
before_install.android.sh Give psi29a's custom android-ndk22 a go 2021-11-14 20:17:30 +00:00
before_install.osx.sh
before_script.android.sh Silence a minor git warning 2022-06-16 21:45:50 +02:00
before_script.linux.sh Disable -Werror for ASAN builds 2025-04-28 22:07:00 +02:00
before_script.msvc.sh Switch to downloading dependencies from Github releases 2024-11-11 16:36:24 +01:00
before_script.osx.sh
check_clang_format.sh
check_cmake_format.sh
check_file_names.sh
check_package.osx.sh
check_qt_translations.sh
file_name_exceptions.txt
github.env
install_debian_deps.sh
org.openmw.OpenMW.devel.yaml bump windows mygui to 3.4.3 2023-10-17 23:53:04 +02:00
run_integration_tests.sh
Store-Symbols.ps1
teal_ci.sh
ubuntu_gcc_preprocess.sh