diff options
author | Alan Coopersmith <Alan.Coopersmith@sun.com> | 2005-07-05 19:02:01 +0000 |
---|---|---|
committer | Alan Coopersmith <Alan.Coopersmith@sun.com> | 2005-07-05 19:02:01 +0000 |
commit | 275c17136006f9d3929c9547642f1ed3f95d5683 (patch) | |
tree | ceec296958c3ec6b7b2eab1c6fcc9f2c40ac40ea | |
parent | 9debe1d47d8869949b15f5ea43222f5b22465b32 (diff) |
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.c | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -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 |