mirror of
https://github.com/aseprite/aseprite.git
synced 2025-01-28 18:32:50 +00:00
send_crash.cpp: Avoid unused var warning in clang
This commit is contained in:
parent
a2718f83e4
commit
e65bbd6105
@ -32,7 +32,9 @@
|
||||
|
||||
namespace app {
|
||||
|
||||
#ifdef WIN32
|
||||
static const char* kDefaultCrashName = "Aseprite-crash.dmp";
|
||||
#endif
|
||||
|
||||
std::string memory_dump_filename()
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user