diff options
author | Karel Zak <kzak@redhat.com> | 2006-12-07 00:25:46 +0100 |
---|---|---|
committer | Karel Zak <kzak@redhat.com> | 2006-12-07 00:25:46 +0100 |
commit | c07ebfa1e02d208ab12430e6791ea147bcfaf9c0 (patch) | |
tree | d44a755098286f5d553c7aea1a73d98c2995d6ec /INSTALL | |
parent | 66ee8158b69525e12060ef558cb5d77feadab1dc (diff) | |
download | util-linux-old-c07ebfa1e02d208ab12430e6791ea147bcfaf9c0.tar.gz |
Imported from util-linux-2.11b tarball.
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -65,6 +65,13 @@ Warnings like <asm/mman.h>:30: warning: this is the location of the previous definition are caused by the libc/kernel combination. +Warnings like + setterm.c:805: warning: passing arg 1 of `tigetstr' discards qualifiers + from pointer target type + login.c:979: warning: passing arg 1 of `putenv' discards qualifiers + from pointer target type +are caused by bad ncurses or glibc header files. + All such warnings are harmless. There should be no compilation errors. |