]> granicus.if.org Git - graphviz/commit
cmd/smyrna: remove no-op if statement
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Sat, 26 Mar 2022 15:39:20 +0000 (08:39 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Sun, 27 Mar 2022 18:21:10 +0000 (11:21 -0700)
commit67ce03b2bd794ccedd1da4e8c344631399abaf05
treeae80e76fc9fa05b8c1ed8f1963e21a003f1bf6f5
parent0a852fb5faeebb96e44ede99c0836cc3120d85ae
cmd/smyrna: remove no-op if statement

When enabling Smyrna in the CMake build system, compilation fails with a
-Wempty-body warning about this line. I am guessing that it was intended to not
be a conditional here.

Gitlab: #1836, #1854
cmd/smyrna/gui/menucallbacks.c