linux warning bits (trunk only)
a few syntactical tweaks to silence warnings from gcc on linux for code that was only updated in the trunk
This commit is contained in:
@@ -1105,7 +1105,7 @@ struct trap *desttrap; /* nonnull if another trap at <x,y> */
|
||||
}
|
||||
break;
|
||||
default:
|
||||
impossible("trapmove: stuck in unknown trap? (%s)", u.utraptype);
|
||||
impossible("trapmove: stuck in unknown trap? (%d)", (int)u.utraptype);
|
||||
break;
|
||||
}
|
||||
return FALSE;
|
||||
|
||||
Reference in New Issue
Block a user