[x265] [PATCH] bug: fixed gcc compiler error: expected primary-expression before ‘)’ token

dtyx265 at gmail.com dtyx265 at gmail.com
Wed Mar 18 16:12:08 CET 2015


# HG changeset patch
# User David T Yuen <dtyx265 at gmail.com>
# Date 1426691489 25200
# Node ID 532836f68982dc256da3f1cf44f5730cd1185061
# Parent  b745e19f4789ffa9d4bebee03a5da6076bacfa4b
bug: fixed gcc compiler error: expected primary-expression before ‘)’ token

changed macro invocation

diff -r b745e19f4789 -r 532836f68982 source/test/pixelharness.cpp
--- a/source/test/pixelharness.cpp	Wed Mar 18 11:01:42 2015 +0530
+++ b/source/test/pixelharness.cpp	Wed Mar 18 08:11:29 2015 -0700
@@ -2080,7 +2080,7 @@
 
     if (opt.findPosLast)
     {
-        HEADER("findPosLast");
+        HEADER0("findPosLast");
         coeff_t coefBuf[32 * 32];
         memset(coefBuf, 0, sizeof(coefBuf));
         memset(coefBuf + 32 * 31, 1, 32 * sizeof(coeff_t));


More information about the x265-devel mailing list