Fix all warnings in lcp.cc

This commit is contained in:
heckflosse
2017-03-31 20:45:15 +02:00
parent 5c1701022d
commit 2c686acc48

View File

@@ -866,7 +866,6 @@ Glib::ustring LCPStore::getDefaultCommonDirectory() const
#ifdef WIN32
WCHAR pathW[MAX_PATH] = {0};
char pathA[MAX_PATH];
if (SHGetSpecialFolderPathW(NULL, pathW, CSIDL_COMMON_APPDATA, false)) {
char pathA[MAX_PATH];