File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed
src/common/generators/plantuml Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ export CLANGUML_GIT_COMMIT={{GIT_COMMIT}}
88
99override_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
Original file line number Diff line number Diff line change 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"
You can’t perform that action at this time.
0 commit comments