Warnings and fix broken build (my fault).

git-svn-id: https://svn.eduke32.com/eduke32@660 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
plagman 2008-03-26 03:53:54 +00:00
parent 74a2a05ec2
commit 6970f27e72
3 changed files with 5 additions and 0 deletions

View file

@ -16,6 +16,7 @@ const GdkPixdata startbanner_pixdata = {
90, /* width */
280, /* height */
/* pixel_data: */
(guint8 *)
"\2\36E\2\36E\2\36E\5\40H\2\36E\5\40H\2\36E\2\36E\5\40H\2\36E\2\36E\2"
"\36E\5\40H\5\40H\5\40H\5\40H\5\40H\5\40H\5\40H\0\"M\4\37M\4\37M\0\"M"
"\4\37M\4\37M\0\"M\0\"M\4\37M\0\"M\0#O\0#O\0$P\0#O\0$P\0$P\14#Q\0%Q\0"

View file

@ -16,6 +16,7 @@ const GdkPixdata startbanner_pixdata = {
90, /* width */
280, /* height */
/* pixel_data: */
(guint8 *)
"\30""1\1\30""1\1\30""1\1\25""0\10\30""1\1\25""0\10\30""1\1\30""1\1\25"
"0\10\30""1\1\25""0\10\30""1\1\30""1\1\23""3\3\27""1\12\23""3\3\23""3"
"\3\23""3\3\23""3\3\27""1\12\23""3\3\23""3\3\27""1\12\23""3\3\23""3\3"

View file

@ -117,6 +117,9 @@ int wm_ynbox(char *name, char *fmt, ...)
char buf[2048];
char c;
va_list va;
#if (!defined(__APPLE__) && defined(HAVE_GTK2))
int r;
#endif
UNREFERENCED_PARAMETER(name);