[llvm-commits] [llvm] r128801 - in /llvm/trunk: include/llvm/Object/MachOObject.h lib/Object/MachOObject.cpp tools/macho-dump/macho-dump.cpp

Frits van Bommel fvbommel at gmail.com
Mon Apr 4 02:27:51 PDT 2011


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.




More information about the llvm-commits mailing list