]> git.pld-linux.org Git - packages/gawk.git/blame_incremental - gawk-shutup.patch
up to 5.1.1
[packages/gawk.git] / gawk-shutup.patch
... / ...
CommitLineData
1--- gawk-4.1.0/node.c.orig 2013-05-14 16:32:26.451229671 +0200
2+++ gawk-4.1.0/node.c 2013-05-14 16:33:25.144560541 +0200
3@@ -590,8 +590,6 @@
4
5 if (! warned[uc]) {
6 warned[uc] = true;
7-
8- warning(_("escape sequence `\\%c' treated as plain `%c'"), uc, uc);
9 }
10 }
11 return c;
This page took 0.08365 seconds and 4 git commands to generate.