Commit aad4f6f
committed
Suppress spurious proof warning for gen_matrix()
gen_matrix() does not have loop invariants, so goto-instrument
warns about this, even though gen_matrix() is not called directly
by indcpa_enc() but it _does_ appears in the same translation unit.
The warning can be suppressed by explicitly adding gen_matrix()
to the USE_FUNCTION_CONTRACTS list in the Makefile.
Signed-off-by: Rod Chapman <rodchap@amazon.com>1 parent fc46b0a commit aad4f6f
1 file changed
Lines changed: 5 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
26 | 31 | | |
27 | 32 | | |
28 | 33 | | |
| |||
0 commit comments