From 19489aa870218c1628a6339a00e2c3bd7b4319d1 Mon Sep 17 00:00:00 2001 From: "SND\\MaddTheSane_cp" Date: Thu, 12 Sep 2013 17:50:41 +0000 Subject: Quieting a warning about small integer size on OS X. git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@87142 e17a0e51-4ae3-4d35-97c3-1a29b211df97 --- macosx/plugins/DFXVideo/macsrc/PluginGLView.m | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'macosx/plugins/DFXVideo/macsrc/PluginGLView.m') diff --git a/macosx/plugins/DFXVideo/macsrc/PluginGLView.m b/macosx/plugins/DFXVideo/macsrc/PluginGLView.m index 592d57f2..fee2eb54 100755 --- a/macosx/plugins/DFXVideo/macsrc/PluginGLView.m +++ b/macosx/plugins/DFXVideo/macsrc/PluginGLView.m @@ -627,7 +627,8 @@ void BlitScreen16NS(unsigned char * surf,long x,long y) if(PSXDisplay.RGB24) { - unsigned char * pD;unsigned int startxy; + unsigned char * pD; + size_t startxy; surf+=PreviousPSXDisplay.Range.x0<<2; -- cgit v1.2.3