From d9103bafe57bb68439cfccef106a7334051bf876 Mon Sep 17 00:00:00 2001 From: Alexander Pickering Date: Fri, 27 Sep 2019 21:41:40 -0400 Subject: Squashed warnings Added the -Wextra flag to the makefile for debug builds, and squashed all the warning that came up. --- src/ctemplates.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ctemplates.h') diff --git a/src/ctemplates.h b/src/ctemplates.h index da56b97..91762a8 100644 --- a/src/ctemplates.h +++ b/src/ctemplates.h @@ -160,7 +160,7 @@ void TMPL_free_varlist(struct TMPL_varlist* t); struct TMPL_varitem* TMPL_alloc_varitem(void); void TMPL_free_varitem(struct TMPL_varitem* vi); -struct TMPL_templates* TMPL_alloc_template(const char* t); +int TMPL_alloc_template(const char* tmplstr, struct TMPL_templates **t); void TMPL_free_template(struct TMPL_templates* t); struct TMPL_loop* TMPL_alloc_loop(void); -- cgit v1.2.3-70-g09d2