Fix warning with -Wall -Wextra.

git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/branches/build-system@3175 ea778897-0a13-0410-b9d1-a72fbfd435f5
This commit is contained in:
Nick Treleaven 2008-11-05 16:18:52 +00:00
parent bccb2592a7
commit 20da51a418
2 changed files with 23 additions and 15 deletions

View File

@ -1,3 +1,9 @@
2008-11-05 Nick Treleaven <nick(dot)treleaven(at)btinternet(dot)com>
* src/build.c:
Fix warning with -Wall -Wextra.
2008-111-01 Lex Trotman <elextr(at)gmail(dot)com>
Updated Manual to build geany.html

View File

@ -289,6 +289,7 @@ static GPid build_view_tex_file(GeanyDocument *doc, gint mode)
}
#if 0
/* get curfile.o in locale encoding from document::file_name */
static gchar *get_object_filename(GeanyDocument *doc)
{
@ -309,6 +310,7 @@ static gchar *get_object_filename(GeanyDocument *doc)
return object_file;
}
#endif
static GPid build_make_file(GeanyDocument *doc, gint build_opts)