Fix all the simple compiler warnings.

This commit is contained in:
Jason S. Ninneman 2017-06-13 11:15:43 -07:00
parent 34621b054a
commit bfa06be62d
5 changed files with 5 additions and 10 deletions

View file

@ -526,13 +526,11 @@ object_description_s object_descriptions[] = {
},
{
.inventory = "Water in the bottle",
.longs = (char* []) {
},
.longs = NULL,
},
{
.inventory = "Oil in the bottle",
.longs = (char* []) {
},
.longs = NULL,
},
{
.inventory = "*mirror",