]> git.saurik.com Git - apt.git/blobdiff - cmdline/apt-internal-solver.cc
warning: type qualifiers ignored on function return type [-Wignored-qualifiers]
[apt.git] / cmdline / apt-internal-solver.cc
index bf5b8c1feacdbf233dfd556ebd5b43056e6e2172..108e86b9a7c78f8293dcdae43050e59b8681bfa5 100644 (file)
@@ -30,7 +30,7 @@
 // ShowHelp - Show a help screen                                       /*{{{*/
 // ---------------------------------------------------------------------
 /* */
-bool ShowHelp(CommandLine &CmdL) {
+static bool ShowHelp(CommandLine &CmdL) {
        ioprintf(std::cout,_("%s %s for %s compiled on %s %s\n"),PACKAGE,PACKAGE_VERSION,
                 COMMON_ARCH,__DATE__,__TIME__);