Opened 9 years ago
Closed 9 years ago
Last modified 9 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)
by , 9 years ago
| Attachment: | 0001-Fix-compiler-Wnonnull-compare-error-message.patch added |
|---|
by , 9 years ago
| Attachment: | 0002-Fix-compiler-Wmisleading-indentation-warning-message.patch added |
|---|
Fix for misleading indentation.
by , 9 years ago
| Attachment: | 0003-Fix-compiler-Wmisleading-indentation-warning-message.patch added |
|---|
Fix for misleading indentation.
comment:1 by , 9 years ago
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 by , 9 years ago
| Owner: | set to |
|---|---|
| Resolution: | → fixed |
| Status: | new → closed |
comment:3 by , 9 years ago
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.