You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As for the unused parameter references expanded from function macros, these are possibly best fixed by adding some useless variable use in the function, such as adding (void)configfile to the start of the FUNC_ERRORHANDLER. Maybe that can be its own macro: one that "uses" all parameters so that this warning is suppressed if the parameter is not useful.
When building dotconf under
-Wall -Wextra
, there are some warnings caused bydotconf.h
:The
main.cpp
file is listed in #1 (first comment).There are some other warnings in
dotconf.c
itself under both-Wall
and-Wall -Wextra
, that might need to be looked at/fixed too.The text was updated successfully, but these errors were encountered: