changeset 5652:ce642f6d3e06 draft

(svn r8111) -Fix r8106: silence warnings
author glx <glx@openttd.org>
date Sat, 13 Jan 2007 21:28:46 +0000
parents 28d6c9f90f62
children af1f19f24795
files src/newgrf_config.cpp src/openttd.cpp
diffstat 2 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/newgrf_config.cpp
+++ b/src/newgrf_config.cpp
@@ -210,7 +210,7 @@
 	for (GRFConfig *c = _grfconfig; c != NULL; c = c->next) {
 		const GRFConfig *f = FindGRFConfig(c->grfid, c->md5sum);
 		if (f == NULL) {
-			char buf[256], *p = buf;
+			char buf[256];
 
 			/* If we have not found the exactly matching GRF try to find one with the
 			 * same grfid, as it most likely is compatible */
--- a/src/openttd.cpp
+++ b/src/openttd.cpp
@@ -1195,6 +1195,7 @@
 	switch (gcf_res) {
 		case GCF_COMPATIBLE: _switch_mode_errorstr = STR_NEWGRF_COMPATIBLE_LOAD_WARNING; break;
 		case GCF_NOT_FOUND: _switch_mode_errorstr = STR_NEWGRF_DISABLED_WARNING; break;
+		default: break;
 	}
 
 	/* Update current year