Compiler warnings

This commit is contained in:
Pere Pujal i Carabantes 2017-12-19 02:41:42 +01:00
commit de308f70a8
3 changed files with 381 additions and 463 deletions

View file

@ -1,7 +1,7 @@
/*
fonts.c
Copyright (c) 2009-2014
Copyright (c) 2009-2017
http://www.tuxpaint.org/
This program is free software; you can redistribute it and/or modify
@ -157,6 +157,10 @@ unsigned text_size = 4; // initial text size
int button_label_y_nudge;
#ifdef FORKED_FONTS
static void reliable_read(int fd, void *buf, size_t count);
#endif
#ifndef NO_SDLPANGO
static TuxPaint_Font *try_alternate_font(int size)