Modify

Ticket #7808 (closed defect: fixed)

You must read the TicketHowTo before creating a new ticket or commenting on an existing ticket.

Opened 2 years ago

Last modified 2 years ago

Commit 23009 breaks compilation

Reported by: pebender@… Owned by: ijr
Priority: minor Milestone: unknown
Component: MythTV - General Version: unknown
Severity: medium Keywords:
Cc: Ticket locked: no

Description

The header file programs/mythfrontend/programinfocache.h needs to include <cstdint> because the ProgramInfoCache? class depends on the definition of uint64_t found in <stdint.h>.

In addition, the header file programs/mythfrontend/programinfocache.h should check and define PROGRAMINFOCACHE_H so that the contents of the file is included only once.

By the way, does myth have a convention for the header include define? They appear to follow different naming conventions in different header files.

Attachments

mythtv-trunk-commit_23009_fix.patch Download (650 bytes) - added by pebender@… 2 years ago.

Change History

Changed 2 years ago by pebender@…

comment:1 Changed 2 years ago by danielk

  • Status changed from new to closed
  • Resolution set to fixed

(In [23010]) Fixes #7808. Add header protection and include stdint.h; also adds vim format cfg, and copyright header to programinfocache.cpp.

View

Add a comment

Modify Ticket

Action
as closed
The resolution will be deleted. Next status will be 'new'
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.