Opened 8 years ago
Closed 8 years ago
#12829 closed bug (fixed)
[Patch] mediaplayer/interface/PeakView.h: fix header guard spelling
Reported by: | mt | Owned by: | stippi |
---|---|---|---|
Priority: | normal | Milestone: | Unscheduled |
Component: | Applications/MediaPlayer | Version: | R1/Development |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Platform: | All |
Description
Fix header guard spelling as clang point out.
/home/haiku/haiku/haiku/src/apps/mediaplayer/interface/PeakView.h:30:9: warning: 'PEAK_VIEW_H' is used as a header guard here, followed by #define of a different macro [-Wheader-guard] #ifndef PEAK_VIEW_H ^~~~~~~~~~~ C++ /home/haiku/haiku/haiku/generated-clang/objects/haiku/x86_64/release/apps/mediaplayer/SeekSlider.o /home/haiku/haiku/haiku/src/apps/mediaplayer/interface/PeakView.h:31:9: note: 'PEAL_VIEW_H' is defined here; did you mean 'PEAK_VIEW_H'? #define PEAL_VIEW_H ^~~~~~~~~~~ PEAK_VIEW_H
Attachments (1)
Change History (3)
by , 8 years ago
Attachment: | 0019-PeakView.h-fix-header-guard-spelling.patch added |
---|
comment:1 by , 8 years ago
patch: | 0 → 1 |
---|
comment:2 by , 8 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Applied in hrev50374.