Displaying 2 results from an estimated 2 matches for "cf7d337".
Did you mean:
c67d331
2014 Nov 18
2
commit cf7d337
This commit makes MSVC to fail to compile libFLAC in debug config
with the following message:
error C2065: 'debug_target_offset' : undeclared identifier
(The removed FLAC__ASSERT_DECLARATION macros declare debug_target_offset
variable that was used in subsequent FLAC__ASSERTs)
2014 Nov 20
0
commit cf7d337
lvqcl wrote:
> This commit makes MSVC to fail to compile libFLAC in debug config
> with the following message:
>
> error C2065: 'debug_target_offset' : undeclared identifier
>
>
> (The removed FLAC__ASSERT_DECLARATION macros declare debug_target_offset
> variable that was used in subsequent FLAC__ASSERTs)
Thanks for that. I'll revert it.
Cheers,
Erik
--