In file included from src/Window.cpp:43:
src/pugl/pugl_x11.c:631:29: error: cannot initialize a member subobject of type 'PuglEventType' with an rvalue of type 'int'
PuglEvent expose_event = { 0 };
^
src/pugl/pugl_x11.c:632:29: error: cannot initialize a member subobject of type 'PuglEventType' with an rvalue of type 'int'
PuglEvent config_event = { 0 };
^
clang-10 fails to compile: