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:
parent
bccb2592a7
commit
20da51a418
@ -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
|
||||
|
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user