]> Git Repo - qemu.git/blobdiff - aes.c
Fix warning about incompatible types
[qemu.git] / aes.c
diff --git a/aes.c b/aes.c
index bb1e1043bd1caffaa542341e2e8635af448ebc73..37008947f4ed547e0324618b06b1c6e5713dafbe 100644 (file)
--- a/aes.c
+++ b/aes.c
 #include "qemu-common.h"
 #include "aes.h"
 
+#ifndef NDEBUG
 #define NDEBUG
+#endif
+
 #include <assert.h>
 
 typedef uint32_t u32;
This page took 0.022406 seconds and 4 git commands to generate.