changeset 24399:37bc4e1c03b8

warning fix: win32.c:960: warning: redundant redeclaration of 'gCpuCaps' ../cpudetect.h:53: warning: previous declaration of 'gCpuCaps' was here
author diego
date Mon, 10 Sep 2007 15:32:11 +0000
parents d4674d333c9c
children 9f3df4fe8a2d
files loader/win32.c
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/loader/win32.c	Mon Sep 10 15:27:23 2007 +0000
+++ b/loader/win32.c	Mon Sep 10 15:32:11 2007 +0000
@@ -957,7 +957,6 @@
     /* mplayer's way to detect PF's */
     {
 #include "cpudetect.h"
-	extern CpuCaps gCpuCaps;
 
 	if (gCpuCaps.hasMMX)
 	    PF[PF_MMX_INSTRUCTIONS_AVAILABLE] = TRUE;