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)

0001-SoundConsumer.cpp-fix-debug-macros-compiling-in-rele.patch (1.6 KB ) - added by jessicah 12 years ago.
Fixes compile errors in release mode

Download all attachments as: .zip

Change History (4)

by jessicah, 12 years ago

Fixes compile errors in release mode

comment:1 by jessicah, 12 years ago

patch: 01

comment:2 by korli, 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.

comment:3 by korli, 12 years ago

Resolution: fixed
Status: newclosed

Applied in hrev44574

Note: See TracTickets for help on using tickets.