Skip to content
Commit 0031bbad authored by Adam Jackson's avatar Adam Jackson
Browse files

sdksyms: Skip empty symbols



Apparently on NetBSD we can hit failures like this:

sdksyms.c:1773:15: error: expected expression before ',' token
     (void *) &,                                                  /* ../../dri3/dri3.h:110 */

I've been unable to reproduce that locally (even in a NetBSD vm), but
an obvious workaround might be to just notice empty symbol names and
ignore them rather than emit invalid C code.

Tested-by: default avatarThomas Klausner <wiz@netbsd.org>
Signed-off-by: default avatarAdam Jackson <ajax@redhat.com>
parent d61e516c
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment