Hi,

for a small test case, the following test.c:
#include <glib.h>

int
main (int argc,
      char* argv[])
{
  return 0;
}

compiled with "gcc `pkg-config --cflags glib-2.0` -o test test.c"
works perfectly.

And "iwyu `pkg-config --cflags glib-2.0` -o test test.c" shows the error
with stddef.h, before it correctly notices the #include is useless.

About my system:
- amd64
- no clang

Hope that helps,

Snark on #debian-science


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to