]> granicus.if.org Git - graphviz/commit
lib/glcomp: remove unused 'glCompButton.customptr'
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Sat, 26 Mar 2022 00:28:25 +0000 (17:28 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Sun, 27 Mar 2022 18:21:10 +0000 (11:21 -0700)
commit3429c0086441b099b368862f3e5c35c177012234
tree41731e4d07b8072eda60a64ff54c278996435b32
parent28d968c01b8ec4876b704d12c9b65728ba2d53b9
lib/glcomp: remove unused 'glCompButton.customptr'

With Clang on macOS, this causes compiler warnings due to initializing a pointer
with `'\0'`. This fails the CMake build which will be enabled in a future
commit. We could rephrase this, but it is simpler to just remove this unused
member.

Gitlab: #1836, #1854
lib/glcomp/glcompbutton.c
lib/glcomp/glcompdefs.h