diff options
Diffstat (limited to 'xBRZ')
-rw-r--r-- | xBRZ/src/xbrz.cpp | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/xBRZ/src/xbrz.cpp b/xBRZ/src/xbrz.cpp index f37d1a01..4c47575f 100644 --- a/xBRZ/src/xbrz.cpp +++ b/xBRZ/src/xbrz.cpp @@ -377,7 +377,7 @@ void blendPixel(const Kernel_3x3& ker, unsigned char blendInfo, //result of preprocessing all four corners of pixel "e" const xbrz::ScalerCfg& cfg) { -#define a get_a<rotDeg>(ker) +//#define a get_a<rotDeg>(ker) #define b get_b<rotDeg>(ker) #define c get_c<rotDeg>(ker) #define d get_d<rotDeg>(ker) @@ -388,8 +388,6 @@ void blendPixel(const Kernel_3x3& ker, #define i get_i<rotDeg>(ker) - (void)a; //silence Clang's -Wunused-function - const unsigned char blend = rotateBlendInfo<rotDeg>(blendInfo); if (getBottomR(blend) >= BLEND_NORMAL) @@ -446,7 +444,7 @@ void blendPixel(const Kernel_3x3& ker, Scaler::blendCorner(px, out); } -#undef a +//#undef a #undef b #undef c #undef d |