summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <Alan.Coopersmith@sun.com>2005-07-05 19:02:01 +0000
committerAlan Coopersmith <Alan.Coopersmith@sun.com>2005-07-05 19:02:01 +0000
commit275c17136006f9d3929c9547642f1ed3f95d5683 (patch)
treeceec296958c3ec6b7b2eab1c6fcc9f2c40ac40ea
parent9debe1d47d8869949b15f5ea43222f5b22465b32 (diff)
downloadxorg-util-makedepend-275c17136006f9d3929c9547642f1ed3f95d5683.tar.gz
Bugzilla #2901 <https://bugs.freedesktop.org/show_bug.cgi?id=2901> PatchXORG-6_8_99_16XORG-6_8_99_15
#2320 <https://bugs.freedesktop.org/attachment.cgi?id=2320> Remove warning about whitespace in pre-processor defines. (Peter Breitenlohner)
-rw-r--r--main.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/main.c b/main.c
index ad4383c..cf00688 100644
--- a/main.c
+++ b/main.c
@@ -716,10 +716,6 @@ char *getnextline(struct filepointer *filep)
if (*bol != '#')
bol = NULL;
done:
- if (bol && whitespace) {
- warning("%s: non-portable whitespace encountered at line %d\n",
- filep->f_name, lineno);
- }
filep->f_p = p;
filep->f_line = lineno;
#ifdef DEBUG_DUMP