diff options
author | Niels Möller <nisse@lysator.liu.se> | 2016-09-03 16:41:22 +0200 |
---|---|---|
committer | Niels Möller <nisse@lysator.liu.se> | 2016-09-03 16:41:22 +0200 |
commit | c9443aa7521c09f6871779244a1c10296593d420 (patch) | |
tree | 27f4798c9b9fc28be0c564ab5c9c42aa20735433 /ChangeLog | |
parent | 974514e16189c01aad598e875171d6794474eb0f (diff) | |
download | nettle-c9443aa7521c09f6871779244a1c10296593d420.tar.gz |
Fix pointer sign warnings for sexp-format-test.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -1,8 +1,5 @@ 2016-09-03 Niels Möller <nisse@lysator.liu.se> - * testsuite/rsa-encrypt-test.c (test_main): Fix pointer - signednesss warning. - * testsuite/testutils.h (US): New macro, for unsigned string literals. (LDATA): Use the US macro, to eliminate pointer signedness @@ -19,6 +16,8 @@ * testsuite/yarrow-test.c (test_main): Fix pointer signednesss warning. + * testsuite/sexp-format-test.c (test_main): Likewise. + * testsuite/rsa-encrypt-test.c (test_main): Likewise. * testsuite/testutils.c (test_armor): Change ascii argument to const char *. |