From 96de926c20acf3cb47b7f60ca769cfa7b78f11b7 Mon Sep 17 00:00:00 2001 From: Ben Longbons Date: Thu, 16 Oct 2014 11:14:48 -0700 Subject: Tweak for travis --- src/compat/nullpo.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/compat') diff --git a/src/compat/nullpo.hpp b/src/compat/nullpo.hpp index 718c7aa..668f0a2 100644 --- a/src/compat/nullpo.hpp +++ b/src/compat/nullpo.hpp @@ -52,7 +52,7 @@ bool nullpo_chk(const char *file, int line, const char *func, const void *target); template -bool nullpo_chk(const char *file, int line, const char *func, Borrowed target) = delete; +bool nullpo_chk(const char *, int, const char *, Borrowed) = delete; template bool nullpo_chk(const char *file, int line, const char *func, T target) { -- cgit v1.2.3-60-g2f50