Skip to content

Commit

Permalink
change 24.04
Browse files Browse the repository at this point in the history
  • Loading branch information
AiraYumi committed Nov 29, 2024
1 parent bfb972e commit 0f035d5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
runner: [windows-large, macos-15-xlarge]
experimental: [false]
include:
- runner: linux-large
- runner: ubuntu-24.04
experimental: true
runs-on: ${{ matrix.runner }}
outputs:
Expand Down
2 changes: 1 addition & 1 deletion indra/cmake/00-Common.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ if(LINUX OR DARWIN)
add_compile_options(-Wall -Wno-sign-compare -Wno-trigraphs -Wno-reorder -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-local-typedef)

if (CMAKE_CXX_COMPILER_ID STREQUAL "GNU")
add_compile_options(-Wno-stringop-truncation -Wno-parentheses -Wno-c++20-compat -Wno-dangling-pointer)
add_compile_options(-Wno-stringop-truncation -Wno-parentheses -Wno-c++20-compat -Wno-dangling-pointer -Wno-maybe-uninitialized -Wno-uninitialized)
endif()

if (NOT GCC_DISABLE_FATAL_WARNINGS)
Expand Down

0 comments on commit 0f035d5

Please sign in to comment.