Snippets for libzdb 3.5.0 from Fedora x86_64
Sourced from https://kojipkgs.fedoraproject.org/packages/libzdb/3.5.0/2.fc45/data/logs/x86_64/build.log.
-
src/exceptions/assert.h:35:20: warning: 'nonnull' argument 'result' compared to NULL [-Wnonnull-compare] 35 | #define assert(e) ((void)((e)||(Exception_throw(&(AssertException), 0, __func__, __FILE__, __LINE__, #e),0))) | ~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
src/db/SQLState.c:79:40: warning: argument 2 of type 'char[static 6]' with mismatched bound [-Warray-parameter=] 79 | char *SQLState_toString(int code, char buf[static 6]) { | ~~~~~^~~~~~~~~~~~~