Skip to content

Commit

Permalink
Try -diag-disable=16219
Browse files Browse the repository at this point in the history
  • Loading branch information
masterleinad committed Feb 10, 2023
1 parent 24ddd4b commit 29cb95c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmake/setup_compiler_flags_intel.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ enable_if_supported(DEAL_II_CXX_FLAGS "-w2")
# Disable remarks like "Inlining inhibited by limit max-size"
#
enable_if_supported(DEAL_II_CXX_FLAGS "-diag-disable=remark")
enable_if_supported(DEAL_II_CXX_FLAGS "-diag-disable=16219")

#
# Disable some warnings that lead to a lot of false positives:
Expand Down

0 comments on commit 29cb95c

Please sign in to comment.