https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69415
--- Comment #9 from David Malcolm <dmalcolm at gcc dot gnu.org> --- Similar issue seen here: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=811579 Package: mosh > make[5]: Entering directory '/<<PKGBUILDDIR>>/src/protobufs' ... > userinput.pb.cc: In member function 'virtual bool > ClientBuffers::Instruction::IsInitialized() const': > userinput.pb.cc:375:53: error: statement is indented as if it were guarded > by... [-Werror=misleading-indentation] > if (!_extensions_.IsInitialized()) return false; return true; > ^~~~~~ > > userinput.pb.cc:375:3: note: ...this 'if' clause, but it is not > if (!_extensions_.IsInitialized()) return false; return true; > ^~ The code looks like it was autogenerated from: https://github.com/mobile-shell/mosh/blob/master/src/protobufs/userinput.proto presumably using https://github.com/google/protobuf