After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 143744 - makedepend warns about non-portable whitespace
makedepend warns about non-portable whitespace
Status: RESOLVED FIXED
Product: glib
Classification: Platform
Component: general
unspecified
Other Linux
: Normal minor
: ---
Assigned To: gtkdev
gtkdev
Depends on:
Blocks:
 
 
Reported: 2004-06-04 23:14 UTC by Sebastien Bacher
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Sebastien Bacher 2004-06-04 23:14:23 UTC
This bug has been reported in the debian BTS: http://bugs.debian.org/250667

"When using makedepend on a program that uses glib, it prints a warning
like this:

makedepend: warning:  /usr/include/glib-2.0/glib/galloca.h:  non-portable
whitespace encountered at line 45

After removing the space before "#pragma alloca" in line 45, the warning
disappears."
Comment 1 Manish Singh 2004-06-05 02:26:12 UTC
Thanks for noticing.

Fri Jun  4 19:26:47 2004  Manish Singh  <yosh@gimp.org>

        * glib/galloca.h: cpp #directives should always have the "#" in the
        first column of the the line. Do that for "#pragma alloca". Fixes
        bug #143744.