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:
@ -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 */
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user