Compilation failure when DEBUG_AUDIONODE_REFERENCES is enabled |
||
Issue description
If you set DEBUG_AUDIONODE_REFERENCES (in audio_node.h) to a non-zero value, chrome fails to build with the error:
./../third_party/blink/renderer/modules/webaudio/audio_node.cc:421:11: error: format specifies type 'size_t' (aka 'unsigned long') but the argument has type 'WTF::wtf_size_t' (aka 'unsigned int') [-Werror,-Wformat]
outputs_.size());
^~~~~~~~~~~~~~~
Fix this.
,
Sep 21
|
||
►
Sign in to add a comment |
||
Comment 1 by bugdroid1@chromium.org
, Sep 20