[mythtv-commits] mythtv/master commit: ab81bcf7f by Gavin Hurlbut (Beirdo)
MythTV
noreply at mythtv.org
Thu Jun 16 16:22:21 UTC 2011
Author: Gavin Hurlbut <ghurlbut at mythtv.org>
Change Date: 2011-06-16T09:19:12-07:00
Push Date: 2011/06/16 09:22:14 -0700
Repository: mythtv
Branch: master
New Revision: ab81bcf7fb03a2ab5e35be12707def8dc14b1e66
Changeset: https://github.com/MythTV/mythtv/commit/ab81bcf7f
Log:
Silence a compiler warning
This warning seems fairly useless, but if -Wmissing-declarations is enabled,
then this was the correct behavior. To quote gcc's documentation:
-Wmissing-declarations
Warn if a global function is defined without a previous declaration. Do so
even if the definition itself provides a prototype. Use this option to
detect global functions that are not declared in header files. In C++, no
warnings are issued for function templates, or for inline functions, or for
functions in anonymous namespaces.
Modified:
mythtv/libs/libmyth/mythcommandlineparser.cpp
More information about the mythtv-commits
mailing list