build: fix some compiler warnings
This commit is contained in:
@ -415,6 +415,9 @@ operator<<(std::ostream& os, Sexp::Type id)
|
||||
case Sexp::Type::Symbol:
|
||||
os << "symbol";
|
||||
break;
|
||||
case Sexp::Type::Raw:
|
||||
os << "raw";
|
||||
break;
|
||||
case Sexp::Type::Empty:
|
||||
os << "empty";
|
||||
break;
|
||||
|
||||
@ -50,8 +50,6 @@
|
||||
#include "mu-error.hh"
|
||||
#include "mu-option.hh"
|
||||
|
||||
#include "message/mu-message-file.hh"
|
||||
|
||||
using namespace Mu;
|
||||
|
||||
namespace {
|
||||
|
||||
Reference in New Issue
Block a user