aboutsummaryrefslogtreecommitdiff
path: root/LICENSE
diff options
context:
space:
mode:
authorGravatar Jason Gross <jgross@mit.edu>2017-11-03 12:47:16 -0400
committerGravatar Jason Gross <jgross@mit.edu>2017-11-03 12:55:19 -0400
commit28a1eadb8eff4476078b6fd3fc425f0f4e5e9e45 (patch)
tree712afed6fb59a14a1ed0e7d9ea2f49d565d81fef /LICENSE
parent952b835169cdba0900be458a48f9544572db0b5c (diff)
Add PRI{u,x}limb for printf formats
This is to fix ``` src/Specific/Framework/bench/fibe.c: In function ‘fe_print’: src/Specific/Framework/bench/fibe.c:130:5: warning: format ‘%llx’ expects argument of type ‘long long unsigned int’, but argument 2 has type ‘uint32_t’ [-Wformat=] printf("0x%016llx)<< %lu) + ", x[i], limb_weight_gaps[i-1]); ^ src/Specific/Framework/bench/fibe.c:130:5: warning: format ‘%lu’ expects argument of type ‘long unsigned int’, but argument 3 has type ‘uint32_t’ [-Wformat=] src/Specific/Framework/bench/fibe.c:132:3: warning: format ‘%llx’ expects argument of type ‘long long unsigned int’, but argument 2 has type ‘uint32_t’ [-Wformat=] printf("0x%016llx", x[0]); ^ ```
Diffstat (limited to 'LICENSE')
0 files changed, 0 insertions, 0 deletions