Fix unrefed variable warnings in Win32/Release.
authorJamie Madill <jmadill@google.com>
Wed, 18 Feb 2015 16:12:41 +0000 (11:12 -0500)
committerPyry Haulos <phaulos@google.com>
Thu, 19 Feb 2015 20:29:58 +0000 (12:29 -0800)
commit3799b8bfe471146525d7fd3d91a6b87786f8f63d
tree425903ff1471291c3c6a7d33826b1c3f8958488b
parent16cf50ba45e45fed5db6df739a807f39401f6542
Fix unrefed variable warnings in Win32/Release.

The DE_ASSERT macro in Release leads to unrefed vars in a some cases.

Change-Id: I515e19310fc791d22ac1c6180ac6a07a1a974c01
framework/delibs/dethread/win32/deSemaphoreWin32.c