Opened 12 years ago
Closed 12 years ago
#8874 closed bug (fixed)
SoundConsumer.cpp doesn't build in release mode
Reported by: | jessicah | Owned by: | axeld |
---|---|---|---|
Priority: | normal | Milestone: | R1 |
Component: | Kits/Media Kit | Version: | R1/Development |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Platform: | All |
Description
Building a gcc2hybrid, the existing macros translated to (void)(stderr, "message", arg1, ..., argN); which causes compilation to fail (note that the compiler is treating warnings as errors).
Attachments (1)
Change History (4)
by , 12 years ago
Attachment: | 0001-SoundConsumer.cpp-fix-debug-macros-compiling-in-rele.patch added |
---|
comment:1 by , 12 years ago
patch: | 0 → 1 |
---|
comment:2 by , 12 years ago
It's OK for now, but in the end, headers/private/media/debug.h should be used instead of custom debug macros.
Note:
See TracTickets
for help on using tickets.
Fixes compile errors in release mode