]> git.ipfire.org Git - people/ric9/pakfire.git/commit
pakfire: Clang does not seem to like if we are checking for NULL
authorMichael Tremer <michael.tremer@ipfire.org>
Sat, 11 Jan 2025 17:56:20 +0000 (17:56 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Sat, 11 Jan 2025 17:56:20 +0000 (17:56 +0000)
commita4e52eed00034956d759905b67d6cdc558d21a60
tree984941d7ef6c0b4c21d37601b9d8af5af468e185
parent6b4b4c5aadd9f2bbe3393750d064e24d7c4190a4
pakfire: Clang does not seem to like if we are checking for NULL

The function is delcared with nonnull(), and therefore Clang complains
that we are actually checking this again. Probably fair.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
src/pakfire/pakfire.c