Skip to content

Commit 9e689b5

Browse files
committed
Fixed building on macos
1 parent ec9d28f commit 9e689b5

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

packaging/debian/rules

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ export CLANGUML_GIT_COMMIT={{GIT_COMMIT}}
88

99
override_dh_auto_configure:
1010
dh_auto_configure --buildsystem=cmake -- -DCMAKE_BUILD_TYPE=RelWithDebInfo \
11-
-DCMAKE_CXX_FLAGS="-Wno-nonnull -Wno-stringop-overflow -Wno-dangling-reference" \
11+
-DCMAKE_CXX_FLAGS="-Wno-nonnull -Wno-stringop-overflow -Wno-dangling-reference -Wno-unused-but-set-parameter" \
1212
-DCMAKE_INSTALL_PREFIX=/usr \
1313
-DGIT_VERSION={{VERSION}} \
1414
-DBUILD_TESTS=OFF

src/common/generators/plantuml/generator.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@
2121
#include "common/model/diagram_filter.h"
2222
#include "common/model/relationship.h"
2323
#include "config/config.h"
24-
#include "error.h"
2524
#include "util/error.h"
2625
#include "util/util.h"
2726
#include "version.h"

0 commit comments

Comments
 (0)