activa -Wextra -Wpedantic i neteja warnings
This commit is contained in:
@@ -496,7 +496,7 @@ void Director::createSystemFolder(const std::string &folder) {
|
||||
// En Emscripten no necesitamos crear carpetas (MEMFS las crea automáticamente)
|
||||
(void)folder;
|
||||
#else
|
||||
struct stat st = {.st_dev = 0};
|
||||
struct stat st{};
|
||||
if (stat(system_folder_.c_str(), &st) == -1) {
|
||||
errno = 0;
|
||||
#ifdef _WIN32
|
||||
|
||||
Reference in New Issue
Block a user