axmol/extensions/GUI/CCControlExtension
pyrosphere 663bb4d7ed No CC_UNUSED_PARAM (#16812)
* Added -Wno-unused-parameter and removed all uses of the CC_UNUSED_PARAM macro

* Commented unused parameter names in .cpp files which previously used CC_UNUSED_PARAM

* Reverted -Wno-unused-param flag.
Moved deprecated touch methods definitions to .cpp file.
Commented more unused parameter names.

* Fixed some errors and warnings caused by the previous commit.

* Commented remaining unused parameter names in .cpp files.

* Fixed unused parameter warnings in headers.

* Fixed some more unused parameter warnings.

* Fixed some more unused parameters warnings.

* Fixed mistake in previous commit, missing ComAudioReader:: in method. Other warnings.

* Fixed build errors.

* Added missing file to CMakeLists
2016-11-16 09:48:37 +08:00
..
CCControl.cpp No CC_UNUSED_PARAM (#16812) 2016-11-16 09:48:37 +08:00
CCControl.h No CC_UNUSED_PARAM (#16812) 2016-11-16 09:48:37 +08:00
CCControlButton.cpp No CC_UNUSED_PARAM (#16812) 2016-11-16 09:48:37 +08:00
CCControlButton.h Merge pull request #14641 from liamcindy/v3_ui_controlButton 2015-12-14 19:47:41 +08:00
CCControlColourPicker.cpp No CC_UNUSED_PARAM (#16812) 2016-11-16 09:48:37 +08:00
CCControlColourPicker.h Update comment for Lua 2015-03-30 15:47:47 +08:00
CCControlExtensions.h remove ccscale9sprite , cceditBox 2014-09-01 17:06:22 +08:00
CCControlHuePicker.cpp No CC_UNUSED_PARAM (#16812) 2016-11-16 09:48:37 +08:00
CCControlHuePicker.h Fix typos in documentation and comments 2015-12-12 21:04:22 +09:00
CCControlPotentiometer.cpp No CC_UNUSED_PARAM (#16812) 2016-11-16 09:48:37 +08:00
CCControlPotentiometer.h Fix typos 2015-10-09 17:59:11 +09:00
CCControlSaturationBrightnessPicker.cpp No CC_UNUSED_PARAM (#16812) 2016-11-16 09:48:37 +08:00
CCControlSaturationBrightnessPicker.h Get rid of compiler warnings: 'func' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] 2015-03-15 00:10:08 +01:00
CCControlSlider.cpp No CC_UNUSED_PARAM (#16812) 2016-11-16 09:48:37 +08:00
CCControlSlider.h Fix typos in documentation and comments 2015-12-12 21:04:22 +09:00
CCControlStepper.cpp No CC_UNUSED_PARAM (#16812) 2016-11-16 09:48:37 +08:00
CCControlStepper.h Update comment for Lua 2015-03-30 15:47:47 +08:00
CCControlSwitch.cpp No CC_UNUSED_PARAM (#16812) 2016-11-16 09:48:37 +08:00
CCControlSwitch.h Update comment for Lua 2015-03-30 15:47:47 +08:00
CCControlUtils.cpp Fix compile error isnan -> std::isnan #15111 2016-04-27 13:15:08 +02:00
CCControlUtils.h 1. CocosStudio adapt to cocos2d-x v3.2. 2014-07-21 17:45:56 +08:00
CCInvocation.cpp Adds `std::nothrow` to `new` 2014-08-27 16:31:57 -07:00
CCInvocation.h 1. CocosStudio adapt to cocos2d-x v3.2. 2014-07-21 17:45:56 +08:00