Try 3 on warning about no output file specified
This commit is contained in:
2
main.cpp
2
main.cpp
@@ -356,7 +356,7 @@ int main(int Argc, char *Argv[]) {
|
|||||||
g->opt.level = 0;
|
g->opt.level = 0;
|
||||||
|
|
||||||
if (outFileName == NULL && headerFileName == NULL)
|
if (outFileName == NULL && headerFileName == NULL)
|
||||||
Warning(SourcePos(), "Nutput file or header file name specified. "
|
Warning(SourcePos(), "No output file or header file name specified. "
|
||||||
"Program will be compiled and warnings/errors will "
|
"Program will be compiled and warnings/errors will "
|
||||||
"be issued, but no output will be generated.");
|
"be issued, but no output will be generated.");
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user