diff options
author | Chris Robinson <[email protected]> | 2013-10-29 11:27:06 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2013-10-29 11:27:06 -0700 |
commit | a507d0aa752921e99ded109e6c6225026d756b51 (patch) | |
tree | 479a2c9daddf605c8781a394547f2ef366c2c97a /Alc/backends/coreaudio.c | |
parent | d4aa4e16a0b6bb53ec9bbe0a8b3f467fb9a243f7 (diff) |
Disable MSVC warning 4098
a.k.a. "'void' function returning a value", caused by returning a void in a
function that returns void. Such as:
void foo() { }
void bar()
{
return foo();
}
Which can happen due to some generalized macros that generate wrappers.
Diffstat (limited to 'Alc/backends/coreaudio.c')
0 files changed, 0 insertions, 0 deletions