Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f9a73de8 authored by Narayan Kamath's avatar Narayan Kamath Committed by android-build-merger
Browse files

Fix clang build breakage (-Werror -Wformat). am: b334c33d

am: 2cf3cc82

Change-Id: I5bb346f44b9d0f5b190df1e94015b7b653df5248
parents 725b4e6f 2cf3cc82
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -404,7 +404,7 @@ class FileDescriptorTable {
      //
      // TODO(narayan): This will be an error in a future android release.
      // error = true;
      ALOGW("Zygote opened %d new file descriptor(s).", open_fds.size());
      ALOGW("Zygote opened %zd new file descriptor(s).", open_fds.size());

      // TODO(narayan): This code will be removed in a future android release.
      std::set<int>::const_iterator it;