Fix compilation warning when WITH_SSE2 is not defined.

This commit is contained in:
Pawel Jakub Dawidek 2012-03-21 20:50:15 +01:00
parent 7ecd7c5fdb
commit 49fe529e15
1 changed files with 2 additions and 0 deletions

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;