summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorKarel Zak <kzak@redhat.com>2006-12-07 00:25:46 +0100
committerKarel Zak <kzak@redhat.com>2006-12-07 00:25:46 +0100
commitc07ebfa1e02d208ab12430e6791ea147bcfaf9c0 (patch)
treed44a755098286f5d553c7aea1a73d98c2995d6ec /INSTALL
parent66ee8158b69525e12060ef558cb5d77feadab1dc (diff)
downloadutil-linux-old-c07ebfa1e02d208ab12430e6791ea147bcfaf9c0.tar.gz
Imported from util-linux-2.11b tarball.
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL7
1 files changed, 7 insertions, 0 deletions
diff --git a/INSTALL b/INSTALL
index fe3359fc..4b47ba0d 100644
--- a/INSTALL
+++ b/INSTALL
@@ -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.