Skip to content

Commit

Permalink
240501.012624.HKT revise comments in cmake.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
zaikunzhang committed Apr 30, 2024
1 parent e2dc712 commit 7af5319
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
# 2. On windows-latest, we want to use '-Wall -W5 -Werror-all' as what we do for the intel-classic
# compiler, but the (new) intel c compiler does not recognize '-W5 -Werror-all', even though the
# official documentation of the compiler mentions them. Why?
# Comments on `cl`:
# Comments on flags of `cl`:
# -wd4820 disables the warning about "... bytes padding added after data member"
# -wd4464 disables the warning about "elative include path contains '..'"
# -wd4710 disables the warning about "... function is not inlined"
Expand Down

0 comments on commit 7af5319

Please sign in to comment.