mirror of https://github.com/FreeRDP/FreeRDP
Fix compilation warning when WITH_SSE2 is not defined.
This commit is contained in:
parent
7ecd7c5fdb
commit
49fe529e15
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue