We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36c43a5 commit 0741739Copy full SHA for 0741739
include/godot_cpp/core/method_bind.hpp
@@ -605,6 +605,7 @@ class MethodBindTS : public MethodBind {
605
#if defined(__GNUC__) && !defined(__clang__)
606
#pragma GCC diagnostic push
607
#pragma GCC diagnostic ignored "-Wlogical-op"
608
+#pragma GCC diagnostic ignored "-Wunused-but-set-parameter"
609
#endif
610
virtual GDExtensionVariantType gen_argument_type(int p_arg) const {
611
if (p_arg >= 0 && p_arg < (int)sizeof...(P)) {
0 commit comments