diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2018-08-02 20:43:56 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2018-08-02 20:43:56 +0300 |
commit | b32c67e0f99672ad4104cee4695b5eb040df16f4 (patch) | |
tree | f59c2329e2183fb12e4496306bb7893620bb966c /test/lintwarn.ok | |
parent | b98257919b20bdfc14f363761cc6215c1ad8bcee (diff) | |
parent | 3998ed059bbcfc189cd0d6c5762913fbd4ff4e77 (diff) | |
download | egawk-b32c67e0f99672ad4104cee4695b5eb040df16f4.tar.gz egawk-b32c67e0f99672ad4104cee4695b5eb040df16f4.tar.bz2 egawk-b32c67e0f99672ad4104cee4695b5eb040df16f4.zip |
Merge branch 'gawk-4.2-stable' into feature/gnulib-regex
Diffstat (limited to 'test/lintwarn.ok')
-rw-r--r-- | test/lintwarn.ok | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/lintwarn.ok b/test/lintwarn.ok index bc5226e6..d0993ea7 100644 --- a/test/lintwarn.ok +++ b/test/lintwarn.ok @@ -33,6 +33,7 @@ gawk: lintwarn.awk:32: warning: non-redirected `getline' undefined inside END ac gawk: lintwarn.awk:34: error: function `zz': parameter #2, `aa', duplicates parameter #1 gawk: lintwarn.awk:38: warning: `include' is a gawk extension gawk: lintwarn.awk:38: warning: empty filename after @include +gawk: lintwarn.awk:41: warning: concatenation as I/O `>' redirection target is ambiguous gawk: warning: function `f' called but never defined gawk: warning: function `zz' defined but never called directly EXIT CODE: 1 |