WARNS=2 fixes.

This commit is contained in:
markm 2001-12-11 22:52:36 +00:00
parent 50e4bbdea1
commit 4a776e8d0d

View File

@ -516,7 +516,7 @@ main(argc, argv)
if (!oflag) {
if ((s = getenv("LIBDIR")) == NULL || strlen(s) == 0)
s = PATH_LINTLIB;
s = strdup(PATH_LINTLIB);
appcstrg(&libsrchpath, s);
findlibs(libs);
findlibs(deflibs);