[mythtv-commits] Ticket #13270: Code cleanup - remove execute bits on specific source files
MythTV
noreply at mythtv.org
Tue May 8 13:43:04 UTC 2018
#13270: Code cleanup - remove execute bits on specific source files
----------------------------------+-------------------------
Reporter: Gary Buhrmaster | Owner: (none)
Type: Patch - Feature | Status: new
Priority: minor | Milestone: unknown
Component: MythTV - General | Version: Master Head
Severity: medium | Keywords:
Ticket locked: 0 |
----------------------------------+-------------------------
There are a couple of cpp files in the mythtv source tree which have the
execute bit set. This results in some warnings with certain build
processes. This proposed patch removes the execute bits.
Proposed patch:
{{{
diff --git a/mythtv/programs/mythtranscode/cutter.cpp
b/mythtv/programs/mythtranscode/cutter.cpp
old mode 100755
new mode 100644
diff --git a/mythtv/libs/libmythupnp/xsd.cpp
b/mythtv/libs/libmythupnp/xsd.cpp
old mode 100755
new mode 100644
}}}
--
Ticket URL: <https://code.mythtv.org/trac/ticket/13270>
MythTV <http://www.mythtv.org>
MythTV Media Center
More information about the mythtv-commits
mailing list