Skip to content

Commit

Permalink
remove warning
Browse files Browse the repository at this point in the history
  • Loading branch information
3nids committed Apr 22, 2023
1 parent f122f66 commit 037b2ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/sipify.pl
Expand Up @@ -938,7 +938,7 @@ sub detect_non_method_member{
push @template_inheritance_class1, $+{cls1};
push @template_inheritance_class2, $+{cls2} // "";
push @template_inheritance_class3, $+{cls3} // "";
dbg_info("template classes (max 3): $+{cls1} $+{cls2} $+{cls3}");
# dbg_info("template classes (max 3): $+{cls1} $+{cls2} $+{cls3}");
}
dbg_info("domain: $m");
do {no warnings 'uninitialized';
Expand Down

0 comments on commit 037b2ef

Please sign in to comment.