]> git.ipfire.org Git - thirdparty/hostap.git/commit - src/utils/wpa_debug.c
Fix warning about unused parameter if CONFIG_DEBUG_FILE is not defined.
authorToby Gray <toby.gray@realvnc.com>
Fri, 10 Oct 2014 16:34:18 +0000 (17:34 +0100)
committerJouni Malinen <j@w1.fi>
Sun, 12 Oct 2014 13:49:12 +0000 (16:49 +0300)
commitf5c649b769987bee90efcd9d24db978b5d21c8ab
tree1d166dbaf40c726701c2ac80c6bf52843364da98
parent6503deb9aca311f166ad2a34ff7bf0b09dd174e3
Fix warning about unused parameter if CONFIG_DEBUG_FILE is not defined.

This change adds a cast to void to indicate that the path parameter is
unused when CONFIG_DEBUG_FILE is not defined. This fixes a compiler
warning about unused parameters.

Signed-off-by: Toby Gray <toby.gray@realvnc.com>
src/utils/wpa_debug.c