summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Xu (Hello71) <alex_y_xu@yahoo.ca>2018-08-08 18:50:14 -0400
committerAlex Xu (Hello71) <alex_y_xu@yahoo.ca>2018-08-08 18:50:14 -0400
commit03ec56d235a42c55a0babf465a5c558d39bc8536 (patch)
treed0958cb9bb9bacc90f998231aaafa93e23e3cc6d
parent5e418071c9b9a3b5adef53261acdf37b6e05b9a7 (diff)
downloadrandom-seed-03ec56d235a42c55a0babf465a5c558d39bc8536.tar.xz
random-seed-03ec56d235a42c55a0babf465a5c558d39bc8536.zip
NDEBUG is already undefined in Makefile
-rw-r--r--random-seed.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/random-seed.c b/random-seed.c
index f33bf02..3e82acc 100644
--- a/random-seed.c
+++ b/random-seed.c
@@ -13,12 +13,6 @@
* limitations under the License.
*/
-/* we don't use enough CPU time, better be safe than sorry */
-#ifdef NDEBUG
-#warning "NDEBUG is always disabled for security"
-#undef NDEBUG
-#endif
-
#include <assert.h>
#include <errno.h>
#include <fcntl.h>