GNOME Bugzilla – Bug 143744
makedepend warns about non-portable whitespace
Last modified: 2004-12-22 21:47:04 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."
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.