summaryrefslogtreecommitdiff
path: root/sql/hash_filo.cc
diff options
context:
space:
mode:
Diffstat (limited to 'sql/hash_filo.cc')
-rw-r--r--sql/hash_filo.cc5
1 files changed, 5 insertions, 0 deletions
diff --git a/sql/hash_filo.cc b/sql/hash_filo.cc
index 9303120e18a..fcc610fe776 100644
--- a/sql/hash_filo.cc
+++ b/sql/hash_filo.cc
@@ -25,3 +25,8 @@
#include "mysql_priv.h"
#include "hash_filo.h"
+
+#ifdef __WIN__
+// Remove linker warning 4221 about empty file
+namespace { char dummy; };
+#endif // __WIN__