src/PowderToySDL.cpp:627:2: warning: 'FSFindFolder' is deprecated: first deprecated in macOS 10.8 [-Wdeprecated-declarations]
        FSFindFolder( kUserDomain, folderType, kCreateFolder, &ref );
        ^
/home/vagrant/mac/osxcross/target/bin/../SDK/MacOSX10.12.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Folders.h:286:1: note: 'FSFindFolder' has been explicitly marked deprecated here
FSFindFolder(
^
src/PowderToySDL.cpp:629:2: warning: 'FSRefMakePath' is deprecated: first deprecated in macOS 10.8 [-Wdeprecated-declarations]
        FSRefMakePath( &ref, (UInt8*)&path, PATH_MAX );
        ^
/home/vagrant/mac/osxcross/target/bin/../SDK/MacOSX10.12.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Files.h:4086:18: note: 'FSRefMakePath' has been explicitly marked deprecated here
extern OSStatus  FSRefMakePath(const FSRef *ref, UInt8 *path, UInt32 pathBufferSize)     __OSX_AVAILABLE_BUT_DEPRECATED(__MAC_10_0, __MAC_10_8, __IPHONE_NA, __IPHONE_NA);
                 ^
2 warnings generated.
src/gui/game/StackTool.cpp:85:3: warning: 'delete' applied to a pointer that was allocated with 'new[]'; did you mean 'delete[]'? [-Wmismatched-new-delete]
                delete partobjs;
                ^
                      []
src/gui/game/StackTool.cpp:74:24: note: allocated with 'new[]' here
                Particle *partobjs = new Particle[parts.size()];
                                     ^
1 warning generated.
ld: warning: text-based stub file /home/vagrant/mac/osxcross/target/SDK/MacOSX10.12.sdk/usr/lib/libcurl.tbd and library file /home/vagrant/mac/osxcross/target/SDK/MacOSX10.12.sdk/usr/lib/libcurl.a are out of sync. Falling back to library file for linking.