WARNS=2 fixes.
This commit is contained in:
parent
50e4bbdea1
commit
4a776e8d0d
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user