Jeff Squyres, le Fri 23 Oct 2009 09:07:52 -0400, a écrit : > On Oct 23, 2009, at 8:46 AM, Samuel Thibault wrote: > >> PGC-W-0006-Empty translation unit (lstopo-cairo.c: 6) > >> PGC-W-0006-Empty translation unit (lstopo-xml.c: 6) > > > >These are expected. > > Do you think we should use AM_CONDITIONAL's to conditionally add those > source files to the SOURCES list rather than using #if's to > effectively zero out the .c file?
Mmm, IIRC some object formats do not support empty objects, so that may be better. Samuel