From 6ad1c1c257c74c82179a0eb62277ceef1cc4e9e0 Mon Sep 17 00:00:00 2001 From: "Leandro A. F. Pereira" Date: Tue, 31 Jan 2006 23:35:06 +0000 Subject: Sync with internal subversion --- hardinfo2/sha1.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'hardinfo2/sha1.c') diff --git a/hardinfo2/sha1.c b/hardinfo2/sha1.c index 947a086c..0981a04b 100644 --- a/hardinfo2/sha1.c +++ b/hardinfo2/sha1.c @@ -24,6 +24,10 @@ A million repetitions of "a" #define LITTLE_ENDIAN /* This should be #define'd if true. */ #endif +#if defined(__OPTIMIZE__) +#error You must compile this program without "-O". +#endif + #define rol(value, bits) (((value) << (bits)) | ((value) >> (32 - (bits)))) -- cgit v1.2.3