projects
/
oweals
/
busybox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cc428da
)
tell people to ignore the dups/e0 warnings
author
Mike Frysinger
<vapier@gentoo.org>
Sat, 30 Jul 2005 08:59:38 +0000
(08:59 -0000)
committer
Mike Frysinger
<vapier@gentoo.org>
Sat, 30 Jul 2005 08:59:38 +0000
(08:59 -0000)
coreutils/uniq.c
patch
|
blob
|
history
diff --git
a/coreutils/uniq.c
b/coreutils/uniq.c
index 6caab5dae3ccf8f9cdbe785f41fc5fbbedcbd215..415f5db3b175ee4ee02e619596f921fa383cdf5d 100644
(file)
--- a/
coreutils/uniq.c
+++ b/
coreutils/uniq.c
@@
-38,6
+38,7
@@
int uniq_main(int argc, char **argv)
FILE *in, *out;
/* Note: Ignore the warning about dups and e0 being used uninitialized.
* They will be initialized on the fist pass of the loop (since s0 is NULL). */
+#warning The dups and e0 warnings are OK, ignore them
unsigned long dups, skip_fields, skip_chars, i;
const char *s0, *e0, *s1, *e1, *input_filename;
int opt;