Skip to content
  • Rémi Verschelde's avatar
    Fix unused-result warning for chdir · a8e0e96a
    Rémi Verschelde authored
    Fixes this warning:
    
    Source/main.cpp: In function 'void chdirToAppPath(const char*)':
    Source/main.cpp:581:14: warning: ignoring return value of 'int chdir(const char*)', declared with attribute warn_unused_result [-Wunused-result]
             chdir(dir);
             ~~~~~^~~~~
    a8e0e96a