Skip to content

Commit

Permalink
Merge pull request #217 from tcbrindle/pr/jtckdint
Browse files Browse the repository at this point in the history
Use jtckdint.h for checked integer operations
  • Loading branch information
tcbrindle authored Nov 15, 2024
2 parents 465d55f + 35081da commit d0c2841
Show file tree
Hide file tree
Showing 3 changed files with 759 additions and 142 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ target_compile_options(flux-internal INTERFACE
/W4
/wd4459 # local variable name hides global variable
/wd4702 # unreachable code
/wd4100 # unreferenced formal parameter
>
)

Expand Down
Loading

0 comments on commit d0c2841

Please sign in to comment.