7 Mar
2025
7 Mar
'25
7:30 a.m.
On Wed, 5 Mar 2025 17:15:02 +1100
David Gibson
The new cppcheck version in Fedora 41 is a bunch more aggressive with staticFunction warnings, about exposed functions that aren't used outside their .c file. Deal with these warnings.
David Gibson (6): treewide: Mark assorted functions static log: Don't export passt_vsyslog() checksum: Don't export various functions tcp: Don't export tcp_update_csum() vhost_user: Don't export several functions cppcheck: Add suppressions for "logically" exported functions
Applied. -- Stefano