]> git.ipfire.org Git - thirdparty/ipxe.git/commit
[test] Avoid using "static const" for test declarations
authorMichael Brown <mcb30@ipxe.org>
Wed, 7 Mar 2012 00:33:19 +0000 (00:33 +0000)
committerMichael Brown <mcb30@ipxe.org>
Wed, 7 Mar 2012 00:35:58 +0000 (00:35 +0000)
commit8ad1e7ac128e0eb2f53943288e08ed23694ddfa9
tree9094b89cc4ceeea08feac34b83c02306b08c6535
parent18ff2ad53e2e6fdaca071f0b5b02b8f9666024c1
[test] Avoid using "static const" for test declarations

gcc will not warn about unused constant static variables.  An unused
test declaration is almost certainly a bug, so ensure that warnings
are generated.

Signed-off-by: Michael Brown <mcb30@ipxe.org>
src/tests/aes_cbc_test.c
src/tests/hash_df_test.c
src/tests/hmac_drbg_test.c