On Thu, Feb 20, 2014 at 8:41 AM, Zbigniew JÄ™drzejewski-Szmek <zbyszek@in.waw.pl> wrote:<br>
<blockquote type="cite"><div class="plaintext" style="white-space: pre-wrap;">On Thu, Feb 20, 2014 at 01:37:55PM +0100, Holger Schurig wrote:
<blockquote> Compilation on Debian Stable, this happens during a make:
 
   GISCAN src/gudev/GUdev-1.0.gir
 Usage: g-ir-scanner [options] sources
 
 g-ir-scanner: error: no such option: -W
</blockquote>It doesn't have this option here either, afaics.</div></blockquote><br><div>Yes, but the above patch avoids g-ir-scanner having to understand all gcc options - they're wrapped in --cflags-begin ... --cflags-end, injected via Makefile.introspection.</div><div><br></div><div>Compare the output of a verbose build for you to see.</div><div><br></div><div>If you want to work around it on the systemd side for old g-i, don't pass warning flags to g-ir-scanner.</div><div><br></div>