1
0
mirror of https://github.com/codership/wsrep-lib.git synced 2025-11-20 21:22:21 +03:00
Files
wsrep-lib/include/wsrep/compiler.hpp
Teemu Ollakka c9513bd2e4 Fixed compilation errors with GCC 4.7
- Do not use [[noreturn]] with GCC older than 4.8.
- Use if/else instead of ternary operator in transaction
  commit_or_rollback_by_xid() to avoid debug build failure with
  GCC 4.7.
2019-10-28 17:22:09 +02:00

2.0 KiB