diff --git a/plugins/GSdx/GSVector.h b/plugins/GSdx/GSVector.h index b3ca8131a..835eb0dcd 100644 --- a/plugins/GSdx/GSVector.h +++ b/plugins/GSdx/GSVector.h @@ -2986,9 +2986,9 @@ public: // Code extract: // union { int i; float f; } __tmp; -GSVector.h:2977:40: error: declaration of ‘int GSVector4::extract32() const::::i’ +GSVector.h:2977:40: error: declaration of 'int GSVector4::extract32() const::::i' return _mm_extract_ps(m, i); -GSVector.h:2973:15: error: shadows template parm ‘int i’ +GSVector.h:2973:15: error: shadows template parm 'int i' template __forceinline int extract32() const #endif