Skip to content
  • Adam Jackson's avatar
    sdksyms: Skip empty symbols · 0031bbad
    Adam Jackson authored
    
    
    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>
    0031bbad