diff --git a/lib/ReaderWriter/MachO/StubsPass.cpp b/lib/ReaderWriter/MachO/StubsPass.cpp index 0e97f35..e320ea5 100644 --- a/lib/ReaderWriter/MachO/StubsPass.cpp +++ b/lib/ReaderWriter/MachO/StubsPass.cpp @@ -274,6 +274,7 @@ public: } } assert(binderFound && "dyld_stub_binder not found"); + (void)binderFound; // Sort targets by name, so stubs and lazy pointers are consistent std::vector targetsNeedingStubs;