Skip to content

Commit cd6dce2

Browse files
committed
Fixed building on Fedora 40
1 parent 9f370ac commit cd6dce2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packaging/fedora/clang-uml.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ generated in PlantUML format.
3737

3838
%build
3939
%cmake -DCMAKE_BUILD_TYPE=RelWithDebInfo \
40-
-DCMAKE_CXX_FLAGS="-Wno-nonnull -Wno-stringop-overflow -Wno-dangling-reference" \
40+
-DCMAKE_CXX_FLAGS="-Wno-nonnull -Wno-stringop-overflow -Wno-dangling-reference -Wno-array-bounds" \
4141
-DCMAKE_NO_SYSTEM_FROM_IMPORTED=ON \
4242
-DCMAKE_INSTALL_PREFIX=%{_exec_prefix} \
4343
-DCMAKE_POSITION_INDEPENDENT_CODE=ON \

0 commit comments

Comments
 (0)