Opened 6 years ago

Closed 6 years ago

Last modified 6 years ago

#13270 closed Patch - Feature (fixed)

Code cleanup - remove execute bits on specific source files

Reported by: Gary Buhrmaster Owned by: David Hampton
Priority: minor Milestone: unknown
Component: MythTV - General Version: Master Head
Severity: medium Keywords:
Cc: Ticket locked: no

Description

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

Change History (3)

comment:1 Changed 6 years ago by David Hampton

Owner: set to David Hampton
Status: newaccepted

comment:2 Changed 6 years ago by David Hampton <mythtv@…>

Resolution: fixed
Status: acceptedclosed

In 454c4e4df/mythtv:

Remove execute bits on specific source files.

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.

Patch from Gary Buhrmaster, fixes #13270.

comment:3 Changed 6 years ago by David Hampton <mythtv@…>

In 454c4e4df/mythtv:

Remove execute bits on specific source files.

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.

Patch from Gary Buhrmaster, fixes #13270.

Note: See TracTickets for help on using tickets.