]> git.ipfire.org Git - thirdparty/strongswan.git/commit
debug: Add macro to mark variables that are only used in DBG statements
authorTobias Brunner <tobias@strongswan.org>
Mon, 1 May 2023 08:44:42 +0000 (10:44 +0200)
committerTobias Brunner <tobias@strongswan.org>
Mon, 8 May 2023 09:51:10 +0000 (11:51 +0200)
commit2d4a98d0d33f688378612531c52d965513f7bc96
tree85a61e8c03a48159e11d1591bf17dffbfab9788b
parent7b453ae409ab92cd50568d6554d912cb1e138044
debug: Add macro to mark variables that are only used in DBG statements

Some variables that are only assigned to be used in DBG statements
will otherwise trigger a "set but not used" warning/error if DEBUG_LEVEL
is too low.
src/libstrongswan/utils/debug.h