From d59131d67063bbb30408cb5480bb72a89abf01dd Mon Sep 17 00:00:00 2001 From: Matt Pharr Date: Tue, 6 Dec 2011 09:03:44 -0800 Subject: [PATCH] Fix warning to not print "Warning" twice --- main.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main.cpp b/main.cpp index cd16c531..5b459689 100644 --- a/main.cpp +++ b/main.cpp @@ -356,8 +356,8 @@ int main(int Argc, char *Argv[]) { g->opt.level = 0; if (outFileName == NULL && headerFileName == NULL) - Warning(SourcePos(), "Warning: no output file or header file name " - "specified. Program will be compiled and warnings/errors will " + Warning(SourcePos(), "Nutput file or header file name specified. " + "Program will be compiled and warnings/errors will " "be issued, but no output will be generated."); return Module::CompileAndOutput(file, arch, cpu, target, generatePIC,