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

Commit 1ed9feea authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "remove compiling warning"

parents 08a7fca1 960e6253
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -9,7 +9,7 @@
int main() {
  ALOGI("Starting");
  android::dvr::VirtualTouchpadService touchpad_service(
      std::move(android::dvr::VirtualTouchpadEvdev::Create()));
      android::dvr::VirtualTouchpadEvdev::Create());

  signal(SIGPIPE, SIG_IGN);
  android::sp<android::ProcessState> ps(android::ProcessState::self());