[PATCH vkd3d v3 4/5] vkd3d-shader: Handle preprocessor parsing errors.

Henri Verbeet hverbeet at gmail.com
Wed Dec 9 10:24:18 CST 2020


On Mon, 7 Dec 2020 at 22:27, Zebediah Figura <zfigura at codeweavers.com> wrote:
>
> Signed-off-by: Zebediah Figura <zfigura at codeweavers.com>
> ---
>  libs/vkd3d-shader/preproc.h              | 11 +++++++
>  libs/vkd3d-shader/preproc.l              | 39 +++++++++++++++++++++++-
>  libs/vkd3d-shader/preproc.y              | 39 +++++++++++++++++++++++-
>  libs/vkd3d-shader/vkd3d_shader_private.h |  2 ++
>  4 files changed, 89 insertions(+), 2 deletions(-)
>
It fails to build here:

    <srcdir>/libs/vkd3d-shader/preproc.y:82.9-25: error: %define
variable 'api.location.type' is not used



More information about the wine-devel mailing list