(svn r19870) -Codechange: silence some of GCC 3.3 warnings

This commit is contained in:
smatz
2010-05-21 05:42:41 +00:00
parent 7620939583
commit d012953528
2 changed files with 5 additions and 5 deletions

View File

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