Skip to content
Snippets Groups Projects

do not warn about missing atomic::{wait,notify}

Merged Florian Fischer requested to merge aj46ezos/emper:downgrade-eval-meson-warning into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -36,5 +36,5 @@ if cpp_has_std_atomic_wait_noitify
dependencies: emper_dep,
)
else
warning('C++ compiler does not support std::atomic wait()/notify()/notify_all(), not building io_latency binary')
message('C++ compiler does not support std::atomic wait()/notify()/notify_all(), not building io_latency binary')
endif
Loading