summaryrefslogtreecommitdiff
path: root/sql/repl_failsafe.cc
diff options
context:
space:
mode:
authorBo Thorsen <bo@askmonty.org>2010-04-21 02:25:59 +0200
committerBo Thorsen <bo@askmonty.org>2010-04-21 02:25:59 +0200
commite432151e9cf6a7a5ccf84fc137975ccf38fd0798 (patch)
tree7a404f0a9cd66efe5dd8d8abc15869d29e00816f /sql/repl_failsafe.cc
parentecf23c153314eb5a5c3b101c4300cd53dce2aa6b (diff)
downloadmariadb-git-e432151e9cf6a7a5ccf84fc137975ccf38fd0798.tar.gz
Fix a bunch of Windows warnings
Diffstat (limited to 'sql/repl_failsafe.cc')
-rw-r--r--sql/repl_failsafe.cc5
1 files changed, 5 insertions, 0 deletions
diff --git a/sql/repl_failsafe.cc b/sql/repl_failsafe.cc
index c6a05e93bf4..0fa13949aba 100644
--- a/sql/repl_failsafe.cc
+++ b/sql/repl_failsafe.cc
@@ -1036,5 +1036,10 @@ err:
return error;
}
+#elif defined(__WIN__)
+
+// Remove linker warning 4221 about empty file
+namespace { char dummy; };
+
#endif /* HAVE_REPLICATION */