1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

Fix a bunch of Windows warnings

This commit is contained in:
Bo Thorsen
2010-04-21 02:25:59 +02:00
parent ecf23c1533
commit e432151e9c
9 changed files with 35 additions and 2 deletions

View File

@ -1835,6 +1835,11 @@ int init_replication_sys_vars()
return 0;
}
#elif defined(__WIN__)
// Remove linker warning 4221 about empty file
namespace { char dummy; };
#endif /* HAVE_REPLICATION */