Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
skyjake committed Jul 24, 2016
1 parent ae2ce08 commit ea99119
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions doomsday/sdk/libcore/src/filesys/file.cpp
Expand Up @@ -170,6 +170,8 @@ String File::description(int verbosity) const
desc += _E(s)_E(D) " {\"" + path() + "\": data sourced from " +
source()->description(verbosity) + "}" _E(.)_E(.);
}
#else
DENG2_UNUSED(verbosity);
#endif

return desc;
Expand Down

0 comments on commit ea99119

Please sign in to comment.