wolf-plugins / wolf-shaper

Waveshaper plugin with a spline-based graph editor (LV2, VST, and CLAP)
https://wolf-plugins.github.io/wolf-shaper/
GNU General Public License v3.0
220 stars 20 forks source link

src/pugl/pugl_x11.c:631:29: #136

Closed yurivict closed 3 years ago

yurivict commented 3 years ago

clang-10 fails to compile:

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 };
                                   ^
pdesaulniers commented 3 years ago

Should be fixed by https://github.com/wolf-plugins/DPF/commit/e5fb1bc2f4f49937fb7585052d4a74b1e427327d

yurivict commented 3 years ago

This isn't a problem any more.