mirror of
https://github.com/scylladb/scylladb.git
synced 2026-05-29 11:10:40 +00:00
cql_type: fix bad enum syntax on clang
cql3::type used some gcc extension that is not recognized on clang; use the standard syntax instead.
This commit is contained in:
@@ -298,7 +298,7 @@ cql3_type::values() {
|
||||
cql3_type::decimal,
|
||||
cql3_type::double_,
|
||||
cql3_type::float_,
|
||||
cql3_type:inet,
|
||||
cql3_type::inet,
|
||||
cql3_type::int_,
|
||||
cql3_type::smallint,
|
||||
cql3_type::text,
|
||||
|
||||
Reference in New Issue
Block a user