svn commit: trunk/uClibc/ldso/ldso

Bernd Schmidt bernds_cb1 at t-online.de
Fri May 30 14:45:05 UTC 2008


Bernhard Fischer wrote:
> So the only immediately annoying thing in ldso remains:
> ldso/ldso/dl-elf.c: In function '_dl_load_shared_library':
> ldso/ldso/dl-elf.c:201: warning: unused parameter 'tpnt'

The solution in the gcc tree is to use __attribute__((unused)) for 
anything that may be unused for certain configurations.  Or one could 
just ignore the warning.

(I'm assuming you're "aldot"?)


Bernd
-- 
This footer brought to you by insane German lawmakers.
Analog Devices GmbH      Wilhelm-Wagenfeld-Str. 6      80807 Muenchen
Sitz der Gesellschaft Muenchen, Registergericht Muenchen HRB 40368
Geschaeftsfuehrer Thomas Wessel, William A. Martin, Margaret Seif



More information about the uClibc mailing list