Opened 8 years ago
Closed 8 years ago
Last modified 8 years ago
#12998 closed Patch - Bug Fix (fixed)
Fix compiler warnings in 0.28
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | minor | Milestone: | 0.28.2 |
Component: | MythTV - General | Version: | 0.28.1 |
Severity: | medium | Keywords: | |
Cc: | Ticket locked: | no |
Description
Compiling 0.28 generates some warning messages. These patches fix the simple warnings.
Attachments (3)
Change History (6)
Changed 8 years ago by
Attachment: | 0001-Fix-compiler-Wnonnull-compare-error-message.patch added |
---|
Changed 8 years ago by
Attachment: | 0002-Fix-compiler-Wmisleading-indentation-warning-message.patch added |
---|
Fix for misleading indentation.
Changed 8 years ago by
Attachment: | 0003-Fix-compiler-Wmisleading-indentation-warning-message.patch added |
---|
Fix for misleading indentation.
comment:1 Changed 8 years ago by
My preference would be to fix these in trunk only. fixes/0.28 will be retired in due course, and these are not bugs that would impact anybody.
comment:2 Changed 8 years ago by
Owner: | set to Karl Dietz <dekarl@…> |
---|---|
Resolution: | → fixed |
Status: | new → closed |
comment:3 Changed 8 years ago by
Thanks for the patch. Lets concentrate on master, there's enough to do there. (and fixes/29.0 is around the corner)
Note: See
TracTickets for help on using
tickets.
Remove comparison that will always fail.