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
Arguments get_argument_vector(size_t N, const AstNode& node) {
Function get_arguments uses node parameter to throw exception. So I don't know if it is right to remove node parameter from get_argument_vector function, or it is better to add a similar check as in get_arguments function:
Hi!
I'm getting warnings about
unused parameter 'node'
in this function:inja/include/inja/renderer.hpp
Line 121 in 3cc82e9
Function
get_arguments
usesnode
parameter to throw exception. So I don't know if it is right to removenode
parameter fromget_argument_vector
function, or it is better to add a similar check as inget_arguments
function:inja/include/inja/renderer.hpp
Lines 98 to 101 in 3cc82e9
Compiling using
g++ 10.2.0
with-Wall -Wextra
flags.The text was updated successfully, but these errors were encountered: