[llvm-commits] [llvm] r128801 - in /llvm/trunk: include/llvm/Object/MachOObject.h lib/Object/MachOObject.cpp tools/macho-dump/macho-dump.cpp
Eric Christopher
echristo at apple.com
Mon Apr 4 10:41:37 PDT 2011
On Apr 4, 2011, at 2:27 AM, Frits van Bommel wrote:
> On Mon, Apr 4, 2011 at 1:51 AM, Eric Christopher <echristo at apple.com> wrote:
>> - if (int Res = DumpHeader(*InputObject))
>> - return Res;
>
> This was the only use of that static function:
>
> ../trunk/tools/macho-dump/macho-dump.cpp:52:12: warning: unused
> function 'DumpHeader' [-Wunused-function]
> static int DumpHeader(MachOObject &Obj) {
> ^
> 1 warning generated.
Sorry about that. Fixed in r128834.
-eric
More information about the llvm-commits
mailing list