CVSROOT:        /cvs
Module name:    xenocara
Changes by:     [email protected]    2020/08/26 21:18:26

Modified files:
        lib/mesa/mk    : config.mk 

Log message:
build with -Wno-typedef-redefinition

clang with -std=c99 generates warnings on typedef redefinition
likely unnoticed upstream as gcc does not do this

excessive amounts of warnings from vulkan driver headers pointed
out by deraadt@

Reply via email to