From 9706a2b140edeb4da4686f5c6a209c543a1891a1 Mon Sep 17 00:00:00 2001 From: Randy Heit Date: Sat, 26 Jan 2008 04:47:58 +0000 Subject: [PATCH] - GCC cleanup. SVN r712 (trunk) --- src/cmdlib.cpp | 2 +- src/r_draw.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/cmdlib.cpp b/src/cmdlib.cpp index 3ece462b4..686c5870a 100644 --- a/src/cmdlib.cpp +++ b/src/cmdlib.cpp @@ -386,7 +386,7 @@ void CreatePath(const char * fn) int strbin (char *str) { - char *start; + char *start = str; char *p = str, c; int i; diff --git a/src/r_draw.cpp b/src/r_draw.cpp index e7593f532..3f91a63c1 100644 --- a/src/r_draw.cpp +++ b/src/r_draw.cpp @@ -2355,7 +2355,7 @@ bool R_GetTransMaskDrawers (fixed_t (**tmvline1)(), void (**tmvline4)()) // //========================================================================== -bool FRenderStyle::IsVisible(fixed_t alpha) const +bool FRenderStyle::IsVisible(fixed_t alpha) const throw() { if (BlendOp == STYLEOP_None) {