|
Message-ID: <51991BD6.3010608@mccme.ru> Date: Sun, 19 May 2013 22:37:10 +0400 From: Alexander Cherepanov <cherepan@...me.ru> To: john-dev@...ts.openwall.com Subject: Unused macros in core Hi, Solar! My script (see http://openwall.com/lists/john-dev/2013/05/19/4 ) reports that there is a couple of unused macros in core: DES_bs_b.c:1108: warning: unused macro 'DEPTH' DES_bs_b.c:1452: warning: unused macro 'kd' OTOH gcc -Wunused-macros while building for linux-x86-64i gives this: DES_std.c:76:1: warning: macro "DES_KS_copy" is not used MD5_std.c:151:1: warning: macro "OOFFOOFF" is not used MD5_std.c:1020:1: warning: macro "OOFFOOFF" is not used DES_std.c:79:1: warning: macro "DES_SPE_H" is not used DES_std.c:78:1: warning: macro "DES_SPE_L" is not used DES_std.c:80:1: warning: macro "DES_SPE_W" is not used c3_fmt.c:12:1: warning: macro "_XPG4_2" is not used -- Alexander Cherepanov
Powered by blists - more mailing lists
Confused about mailing lists and their use? Read about mailing lists on Wikipedia and check out these guidelines on proper formatting of your messages.