summaryrefslogtreecommitdiff
path: root/hardinfo2/md5.c
diff options
context:
space:
mode:
authorLeandro A. F. Pereira <leandro@hardinfo.org>2006-01-31 23:35:06 +0000
committerLeandro A. F. Pereira <leandro@hardinfo.org>2006-01-31 23:35:06 +0000
commit6ad1c1c257c74c82179a0eb62277ceef1cc4e9e0 (patch)
tree73a0657cad8a96c0d0611ec900b95adc4a264be0 /hardinfo2/md5.c
parente9906f6d9335ae96cd6afac714646b97edc469a5 (diff)
Sync with internal subversion
Diffstat (limited to 'hardinfo2/md5.c')
-rw-r--r--hardinfo2/md5.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/hardinfo2/md5.c b/hardinfo2/md5.c
index 7acddee3..1047bf89 100644
--- a/hardinfo2/md5.c
+++ b/hardinfo2/md5.c
@@ -36,6 +36,10 @@
#include "md5.h"
+#if defined(__OPTIMIZE__)
+#error You must compile this program without "-O". (Or else the benchmark results may be different!)
+#endif
+
/* Little-endian byte-swapping routines. Note that these do not
depend on the size of datatypes such as uint32, nor do they require
us to detect the endianness of the machine we are running on. It
@@ -311,3 +315,4 @@ int main(int argc, char **argv)
return 0;
}
#endif /* TEST */
+ \ No newline at end of file