forked from github/server
MSVC warns about unreachable code.
This commit is contained in:
parent
b4c5607747
commit
54d05f8544
|
@ -3608,7 +3608,6 @@ static double heal_factor(const unit * u)
|
|||
default:
|
||||
return 1.0;
|
||||
}
|
||||
return 1.0;
|
||||
}
|
||||
|
||||
static void monthly_healing(void)
|
||||
|
|
|
@ -136,7 +136,6 @@ int study_cost(unit * u, skill_t sk)
|
|||
default:
|
||||
return 0;
|
||||
}
|
||||
return 0;
|
||||
}
|
||||
|
||||
/* ------------------------------------------------------------- */
|
||||
|
|
Loading…
Reference in New Issue