mirror of
https://github.com/scylladb/scylladb.git
synced 2026-05-02 06:05:53 +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.