diff options
| author | Alexander Barton <alex@barton.de> | 2005-04-09 18:23:37 +0000 |
|---|---|---|
| committer | Alexander Barton <alex@barton.de> | 2005-04-09 18:23:37 +0000 |
| commit | dec7eba53161a4586cde0493eb1889f3fe11b7c8 (patch) | |
| tree | a8a1535a11058e4cdf099c1da5aba3ffbab43619 /src | |
| parent | b0ae15e01dfa137d031cfe44dcab9fe233db3ab2 (diff) | |
| download | ngircd-dec7eba53161a4586cde0493eb1889f3fe11b7c8.tar.gz ngircd-dec7eba53161a4586cde0493eb1889f3fe11b7c8.zip | |
Added "-unrecog" to splint command line.
Diffstat (limited to 'src')
| -rw-r--r-- | src/ngircd/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ngircd/Makefile.am b/src/ngircd/Makefile.am index f5a7d834..f6b0c479 100644 --- a/src/ngircd/Makefile.am +++ b/src/ngircd/Makefile.am @@ -8,7 +8,7 @@ # (at your option) any later version. # Please read the file COPYING, README and AUTHORS for more information. # -# $Id: Makefile.am,v 1.44 2005/04/09 12:30:55 alex Exp $ +# $Id: Makefile.am,v 1.45 2005/04/09 18:23:37 alex Exp $ # AUTOMAKE_OPTIONS = ../portab/ansi2knr @@ -16,7 +16,7 @@ AUTOMAKE_OPTIONS = ../portab/ansi2knr INCLUDES = -I$(srcdir)/../portab -I$(srcdir)/../tool LINTARGS = -weak -warnunixlib +unixlib -booltype BOOLEAN \ - -varuse -retvalother -emptyret + -varuse -retvalother -emptyret -unrecog sbin_PROGRAMS = ngircd |