Lines Matching full:warn
404 warn "No codespell typos will be found - file '$codespellfile': $!\n";
720 #warn "CSB: blk<$blk> remain<$remain>\n";
735 #warn "CSB: blk<$blk> off<$off> len<$len>\n";
744 #warn "CSB: c<$c> type<$type> level<$level> remainder<$remainder> coff_set<$coff_set>\n";
768 #warn "CSB: mark coff<$coff> soff<$soff> 1<$1>\n";
769 #warn "[" . substr($blk, $soff, $coff - $soff + 1) . "]\n";
783 #warn "CSB: mark coff<$coff>\n";
813 #warn "STATEMENT<$statement>\n";
814 #warn "CONDITION<$condition>\n";
986 #warn " $line\n";
1280 warn "CHECK<$possible> ($line)\n" if ($dbg_possible > 2);
1291 warn "MODIFIER: $modifier ($possible) ($line)\n" if ($dbg_possible);
1297 warn "POSSIBLE: $possible ($line)\n" if ($dbg_possible);
1302 warn "NOTPOSS: $possible ($line)\n" if ($dbg_possible > 1);
1338 sub WARN { subroutine
1401 WARN("Saw acceptable license '$origexpr' but note '$prefer' is " .
1473 WARN("added, moved or deleted file(s):\n\n " .
1508 WARN("Does new file '" . $fileinfo->{filenew} .
1682 #warn "line<$line>\n";
1746 WARN("patch prefix '$p1_prefix' exists, appears to be a -p0 patch\n");
1878 WARN("8-bit UTF-8 used in possible commit log\n" . $herecurr);
1892 WARN("'$typo' may be misspelled - perhaps '$typo_fix'?\n" . $hereptr);
1902 WARN("added, moved or deleted file(s) " .
1976 WARN("line over 80 characters\n" . $herecurr);
2017 WARN("Block comments use a leading /* on a separate line\n" . $herecurr);
2026 WARN("Block comments use * on subsequent lines\n" . $hereprev);
2034 WARN("Block comments use a trailing */ on a separate line\n" . $herecurr);
2056 WARN("Block comments should align the * on each line\n" . $hereprev);
2567 #warn "'*' is part of type\n";
3083 # warn about #if 0
3097 # warn about #ifdefs in C files
3104 # warn about spacing in #ifdefs
3118 WARN("architecture specific defines should be avoided\n" . $herecurr);
3181 WARN("consider using g_path_get_$1() in preference to g_strdup($1())\n" . $herecurr);