(svn r21135) -Fix (r19870): silencing gcc 3.3 warnings caused gcc 4.0 to warn

pull/155/head
smatz 14 years ago
parent 60c29acdae
commit cfbce19442

@ -93,7 +93,7 @@ static bool UpdateClientConfigValues(int32 p1);
*/
#define NSD_GENERAL(name, def, cmd, guiflags, min, max, interval, many, str, proc, load)\
{name, (const void*)(ptrdiff_t)(def), {(byte)cmd}, {(uint16)guiflags}, min, max, interval, many, str, proc, load}
{name, (const void*)(size_t)(def), {(byte)cmd}, {(uint16)guiflags}, min, max, interval, many, str, proc, load}
/* Macros for various objects to go in the configuration file.
* This section is for global variables */

Loading…
Cancel
Save