mirror of
https://github.com/scylladb/scylladb.git
synced 2026-05-13 11:22:01 +00:00
cassandra_exception::prepare_message() is called from derived classes' constructors before the base cassnadra_exception object is constructed. This is technically illegal but harmless. Fix by marking the function static. Found by clang.