mirror of
https://github.com/scylladb/scylladb.git
synced 2026-04-28 04:06:59 +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.