[mythtv-commits] mythtv/master commit: c9bebe8b1 by Gavin Hurlbut (Beirdo)

MythTV noreply at mythtv.org
Wed Jun 8 06:07:15 UTC 2011


      Author:  Gavin Hurlbut <ghurlbut at mythtv.org>
 Change Date:  2011-06-07T23:04:26-07:00
   Push Date:  2011/06/07 23:07:09 -0700
  Repository:  mythtv
      Branch:  master
New Revision:  c9bebe8b1497e2c05271b26a9228587b1ad8e93c
   Changeset:  https://github.com/MythTV/mythtv/commit/c9bebe8b1

Log:

Squash bogus uninitialized warnings

It says possibly uninitialized, but the code flow is such that they are
always initialized when used, and only uninitialized if not used.  Either way,
shut gcc up by initializing them to 0

Modified:

   mythtv/libs/libmythui/mythuitype.cpp



More information about the mythtv-commits mailing list