From c5f787cb8cd6d2841e3d46446c0a571eade891dc Mon Sep 17 00:00:00 2001 From: Kévin Le Gouguec Date: Tue, 20 Nov 2018 14:58:56 +0100 Subject: Refus des avertissements de compilation MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Viens de me faire bouffer par un bug de formattage ; il était signalé par un warning, mais noyé sous la masse. Stop. --- crypto_aead/lilliputaei128v1/ref/tweakey.c | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'crypto_aead/lilliputaei128v1/ref/tweakey.c') diff --git a/crypto_aead/lilliputaei128v1/ref/tweakey.c b/crypto_aead/lilliputaei128v1/ref/tweakey.c index adb6d1e..79fa225 100644 --- a/crypto_aead/lilliputaei128v1/ref/tweakey.c +++ b/crypto_aead/lilliputaei128v1/ref/tweakey.c @@ -41,17 +41,16 @@ void tweakey_state_init( void tweakey_state_extract( - const tweakey_state *TK, - uint8_t round_tweakey[ROUND_TWEAKEY_BYTES], /* output */ - uint8_t i /* round constant */ + __attribute__((unused)) const tweakey_state *TK, + __attribute__((unused)) uint8_t round_tweakey[ROUND_TWEAKEY_BYTES], /* output */ + __attribute__((unused)) uint8_t i /* round constant */ ) { } -void tweakey_state_update(tweakey_state *TK) +void tweakey_state_update(__attribute__((unused)) tweakey_state *TK) { } - -- cgit v1.2.3