Skip to content

Commit

Permalink
issue: 3373882 Fix compilation issue for gcc 13.0.1
Browse files Browse the repository at this point in the history
Signed-off-by: Igor Ivanov <[email protected]>
  • Loading branch information
igor-ivanov authored and AlexanderGrissik committed Feb 23, 2023
1 parent 84d9640 commit 74a4c74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/m4/compiler.m4
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ case $CC in
-Wno-free-nonheap-object "
CXXFLAGS="$CXXFLAGS -Wshadow -Wall -Wextra -Werror -Wundef \
-ffunction-sections -fdata-sections -Wsequence-point -pipe -Winit-self -Wmissing-include-dirs \
-Wno-free-nonheap-object "
-Wno-free-nonheap-object -Wno-overloaded-virtual "
;;
icc*|icpc*)
AC_MSG_RESULT([icc])
Expand Down

0 comments on commit 74a4c74

Please sign in to comment.