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

MythTV noreply at mythtv.org
Sat Aug 27 00:47:46 UTC 2011


      Author:  Gavin Hurlbut <ghurlbut at mythtv.org>
 Change Date:  2011-08-26T17:45:13-07:00
   Push Date:  2011/08/26 17:47:40 -0700
  Repository:  mythtv
      Branch:  master
New Revision:  39dd8fd9743ef567a061000bb519d6e5141619f6
   Changeset:  https://github.com/MythTV/mythtv/commit/39dd8fd97

Log:

Remove the MBASE_PUBLIC from enum DateTimeFormat

This is causing over 100 warnings on the windows build, and the Linux build
doesn't seem to care one way or the other.  I'm thinking we do not need to
put a public visibility at all onto an enum (there are no functions or data
to affect here).  Anyways, if we do need it, it needs to be done in a different
manner or mingw builds get very whiny.

Modified:

   mythtv/libs/libmythbase/util.h



More information about the mythtv-commits mailing list