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
It's due to testcase "tweakfld.awk" has below code. Should consider update the testcase.
The -Wunused-value compiler option is useful. Will consider added as default in awka.
# set TIGHT/LOOSE to N/A if it is not one of the two allowed valuesfunctiontight_na() {
if( $nf_tight !~ /TIGHT|LOOSE/ ) {
$nf_tight =="N/A" ;# -- Result NOT Used Here
}
}
It's due to testcase "tweakfld.awk" has below code. Should consider update the testcase.
The
-Wunused-value
compiler option is useful. Will consider added as default in awka.Originally posted by @noyesno in #2 (comment)
The text was updated successfully, but these errors were encountered: