switch ubuntu-20.04 workflows to 24.04 #14320
Annotations
10 warnings
Result annotations for auth:
modules/tinydnsbackend/tinydnsbackend.cc#L53
narrowing conversion from 'unsigned long' to signed type 'char' is implementation-defined (bugprone-narrowing-conversions - Level=Warning)
|
Result annotations for auth:
modules/gmysqlbackend/smysql.cc#L375
deleting a pointer through a type that is not marked 'gsl::owner<>'; consider using a smart pointer instead (cppcoreguidelines-owning-memory - Level=Warning)
|
Result annotations for auth:
modules/gmysqlbackend/smysql.cc#L375
do not use C-style cast to convert between unrelated types (cppcoreguidelines-pro-type-cstyle-cast - Level=Warning)
|
Result annotations for auth:
modules/gmysqlbackend/smysql.cc#L375
do not use pointer arithmetic (cppcoreguidelines-pro-bounds-pointer-arithmetic - Level=Warning)
|
Result annotations for auth:
modules/gmysqlbackend/smysql.cc#L434
deleting a pointer through a type that is not marked 'gsl::owner<>'; consider using a smart pointer instead (cppcoreguidelines-owning-memory - Level=Warning)
|
Result annotations for auth:
modules/gmysqlbackend/smysql.cc#L434
do not use C-style cast to convert between unrelated types (cppcoreguidelines-pro-type-cstyle-cast - Level=Warning)
|
Result annotations for auth:
modules/gmysqlbackend/smysql.cc#L434
do not use pointer arithmetic (cppcoreguidelines-pro-bounds-pointer-arithmetic - Level=Warning)
|
Result annotations for auth:
modules/gmysqlbackend/smysql.cc#L444
deleting a pointer through a type that is not marked 'gsl::owner<>'; consider using a smart pointer instead (cppcoreguidelines-owning-memory - Level=Warning)
|
Result annotations for auth:
modules/gmysqlbackend/smysql.cc#L444
do not use C-style cast to convert between unrelated types (cppcoreguidelines-pro-type-cstyle-cast - Level=Warning)
|
Result annotations for auth:
modules/gmysqlbackend/smysql.cc#L444
do not use pointer arithmetic (cppcoreguidelines-pro-bounds-pointer-arithmetic - Level=Warning)
|
Loading