Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 236464 - pax-utils/scanelf small patch for some silence during compilation
Summary: pax-utils/scanelf small patch for some silence during compilation
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Unspecified (show other bugs)
Hardware: All OS X
: High normal (vote)
Assignee: solar (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-09-02 15:39 UTC by Fabian Groffen
Modified: 2008-09-29 06:03 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
reduce some warnings on Darwin (scanelf.patch,1.24 KB, patch)
2008-09-02 15:39 UTC, Fabian Groffen
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Fabian Groffen gentoo-dev 2008-09-02 15:39:14 UTC
While I'm working on scanmacho, the following small patch reduces compilation warnings to this single one (cause is 32 in some huge macro -- inlined functions anyone?)

cc -O2 -pipe -D_GNU_SOURCE -o scanelf.o -c scanelf.c
scanelf.c: In function ‘scanelf_file_rpath’:
scanelf.c:662: warning: overflow in implicit constant conversion

Anyway, the patch is mainly for the sake of Darwin, which has no ELF, so no need to barf about that either.
Comment 1 Fabian Groffen gentoo-dev 2008-09-02 15:39:49 UTC
Created attachment 164379 [details, diff]
reduce some warnings on Darwin