summaryrefslogtreecommitdiffstats
path: root/INSTALL
diff options
context:
space:
mode:
authorKarel Zak2006-12-07 00:26:08 +0100
committerKarel Zak2006-12-07 00:26:08 +0100
commita5a16c68537f8c3e5e61c5fb1680ee9f82b70a4d (patch)
tree830565491cb6af2b456960d28c093054fa287e0b /INSTALL
parentImported from util-linux-2.11x tarball. (diff)
downloadkernel-qcow2-util-linux-a5a16c68537f8c3e5e61c5fb1680ee9f82b70a4d.tar.gz
kernel-qcow2-util-linux-a5a16c68537f8c3e5e61c5fb1680ee9f82b70a4d.tar.xz
kernel-qcow2-util-linux-a5a16c68537f8c3e5e61c5fb1680ee9f82b70a4d.zip
Imported from util-linux-2.11y tarball.
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL6
1 files changed, 6 insertions, 0 deletions
diff --git a/INSTALL b/INSTALL
index 16dcb122a..f42cbe9ea 100644
--- a/INSTALL
+++ b/INSTALL
@@ -80,6 +80,12 @@ Warnings like
from pointer target type
are caused by bad ncurses or glibc header files.
+Warnings like
+ script.c: In function `dooutput':
+ script.c:254: warning: `%c' yields only last 2 digits of year in some locales
+are caused by a broken gcc that warns about things that are not wrong,
+where the warning is not easily avoided.
+
All such warnings are harmless.
There should be no compilation errors.