jamoma / JamomaCore

Jamoma Frameworks for Audio and Control Structure
Other
36 stars 14 forks source link

Refactor out 7 deprecation warnings in TTPresetManager #269

Closed nwolek closed 10 years ago

nwolek commented 10 years ago

/Volumes/Storage/xcode_projects/Jamoma/Core/Modular/library/PeerObject/TTPresetManager.cpp /Volumes/Storage/xcode_projects/Jamoma/Core/Modular/library/PeerObject/TTPresetManager.cpp:98:3: 'TTObjectBaseRelease' is deprecated /Volumes/Storage/xcode_projects/Jamoma/Core/Modular/library/PeerObject/TTPresetManager.cpp:144:4: 'TTObjectBaseRelease' is deprecated /Volumes/Storage/xcode_projects/Jamoma/Core/Modular/library/PeerObject/TTPresetManager.cpp:187:3: 'TTObjectBaseInstantiate' is deprecated /Volumes/Storage/xcode_projects/Jamoma/Core/Modular/library/PeerObject/TTPresetManager.cpp:452:13: Variable 'newPosition' is used uninitialized whenever 'if' condition is false /Volumes/Storage/xcode_projects/Jamoma/Core/Modular/library/PeerObject/TTPresetManager.cpp:451:9: Variable 'newPosition' is used uninitialized whenever 'if' condition is false /Volumes/Storage/xcode_projects/Jamoma/Core/Modular/library/PeerObject/TTPresetManager.cpp:524:3: 'TTObjectBaseRelease' is deprecated /Volumes/Storage/xcode_projects/Jamoma/Core/Modular/library/PeerObject/TTPresetManager.cpp:679:3: 'TTObjectBaseInstantiate' is deprecated /Volumes/Storage/xcode_projects/Jamoma/Core/Modular/library/PeerObject/TTPresetManager.cpp:819:21: 'TTObjectBaseInstantiate' is deprecated /Volumes/Storage/xcode_projects/Jamoma/Core/Modular/library/PeerObject/TTPresetManager.cpp:911:6: 'TTObjectBaseInstantiate' is deprecated

nwolek commented 10 years ago

still there as of commit 999924f

https://github.com/jamoma/JamomaCore/blob/merge/api_and_api-cleanup/Modular/library/PeerObject/TTPresetManager.cpp

theod commented 10 years ago

done !