Skip to content

Commit d0c2841

Browse files
authored
Merge pull request #217 from tcbrindle/pr/jtckdint
Use jtckdint.h for checked integer operations
2 parents 465d55f + 35081da commit d0c2841

File tree

3 files changed

+759
-142
lines changed

3 files changed

+759
-142
lines changed

CMakeLists.txt

+1
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ target_compile_options(flux-internal INTERFACE
4545
/W4
4646
/wd4459 # local variable name hides global variable
4747
/wd4702 # unreachable code
48+
/wd4100 # unreferenced formal parameter
4849
>
4950
)
5051

0 commit comments

Comments
 (0)