Remove warnings and -Wno-type-limits option since it is not always supported.

This commit is contained in:
Cary R
2014-07-09 11:04:43 -07:00
parent 00a9c69348
commit 9d99a64bf0
4 changed files with 7 additions and 13 deletions
+2 -8
View File
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2000-2010 Stephen Williams ([email protected])
* Copyright (c) 2000-2014 Stephen Williams ([email protected])
*
* This source code is free software; you can redistribute it
* and/or modify it in source code form under the terms of the GNU
@@ -37,13 +37,7 @@
/* Icarus seed cookie */
#define COOKIE 0x1ca1ca1c
static struct context_s global_context = {
#if defined(__GCC__)
.mti =
#else
/* For MSVC simply use the fact that mti is located first */
#endif
NP1 };
static struct context_s global_context = {NP1, {0} };
static long mti_dist_uniform(long*seed, long start, long end)
{