send_crash.cpp: Avoid unused var warning in clang

This commit is contained in:
David Capello 2014-08-22 09:29:34 -03:00
parent a2718f83e4
commit e65bbd6105

View File

@ -32,7 +32,9 @@
namespace app {
#ifdef WIN32
static const char* kDefaultCrashName = "Aseprite-crash.dmp";
#endif
std::string memory_dump_filename()
{