Re: (long) An AES implementation for 32-bit platforms

From: Tom St Denis (tomstdenis_at_iahu.ca)
Date: 06/15/03


Date: Sun, 15 Jun 2003 18:47:23 GMT

Randy Howard wrote:
> In article <3EE77CF7.CC39E87F@t-online.de>, mok-kong.shen@t-online.de
> says...
>
>>I have now also successfully run the code under the C++
>>compiler of DJGPP with the option -Wall in compilation.
>
>
> try
> gcc -Wall -O2 -ansi
> if you really want to scrub it.

More complete would be

gcc -Wall -W -ansi -pedantic

Which is excessive [I don't use -pedantic myself] or you can try your
hand at

gcc -Wall -W --std=c99

for ISO C [for the curious LTM passes without warnings through those
flags for c99 and c89]

Tom



Relevant Pages


Quantcast