Remove the warning when a context being released is globally current
commit18216ab1a9a2369df6b901db81f42411da8a59b2
authorChris Robinson <chris.kcat@gmail.com>
Sun, 1 Jan 2012 23:36:31 +0000 (1 15:36 -0800)
committerChris Robinson <chris.kcat@gmail.com>
Sun, 1 Jan 2012 23:36:31 +0000 (1 15:36 -0800)
tree82b35a1414b69e0e6d500d8ded34b98c8645fec5
parent5500ed9209be44fc42b7f2eae0e49ebdb84e43b5
Remove the warning when a context being released is globally current

Just about every implementation allows this, and there's no direct harm caused
by it. However, leave the warnings for when it's still current on specific
threads, as this can cause issues.
Alc/ALc.c