Merge pull request #508 from pjd/fixes

Fix compilation warning when WITH_SSE2 is not defined.
This commit is contained in:
Marc-André Moreau 2012-03-21 12:54:41 -07:00
commit 263ce4673b

View File

@ -641,7 +641,9 @@ uint32 xf_detect_cpu()
*/
boolean xf_post_connect(freerdp* instance)
{
#ifdef WITH_SSE2
uint32 cpu;
#endif
xfInfo* xfi;
XGCValues gcv;
rdpCache* cache;