mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-10-03 16:36:25 +00:00
Fixed warning C4127: conditional expression is constant
This commit is contained in:
@@ -94,7 +94,7 @@ SDL_SW_YUVTexture *SDL_SW_CreateYUVTexture(Uint32 format, int w, int h)
|
||||
break;
|
||||
|
||||
default:
|
||||
SDL_assert(0 && "We should never get here (caught above)");
|
||||
SDL_assert(!"We should never get here (caught above)");
|
||||
break;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user