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

Steve Borho steve at borho.org
Wed Mar 18 17:07:39 CET 2015


On 03/18, dtyx265 at gmail.com wrote:
> # 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

queued

> 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));
> _______________________________________________
> x265-devel mailing list
> x265-devel at videolan.org
> https://mailman.videolan.org/listinfo/x265-devel

-- 
Steve Borho


More information about the x265-devel mailing list