OSDN Git Service

llvm-cvtres: Remove a default argument. No behavior change.
authorNico Weber <nicolasweber@gmx.de>
Wed, 24 Apr 2019 19:13:38 +0000 (19:13 +0000)
committerNico Weber <nicolasweber@gmx.de>
Wed, 24 Apr 2019 19:13:38 +0000 (19:13 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@359128 91177308-0d34-0410-b5e6-96231b3b80d8

tools/llvm-cvtres/llvm-cvtres.cpp

index bb00d49..d58a334 100644 (file)
@@ -102,7 +102,7 @@ int main(int Argc, const char **Argv) {
   opt::InputArgList InputArgs = T.ParseArgs(ArgsArr, MAI, MAC);
 
   if (InputArgs.hasArg(OPT_HELP)) {
-    T.PrintHelp(outs(), "llvm-cvtres [options] file...", "Resource Converter", false);
+    T.PrintHelp(outs(), "llvm-cvtres [options] file...", "Resource Converter");
     return 0;
   }