axmol/tests/cpp-tests/Classes/UnitTest
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
..
RefPtrTest.cpp Improve RefPtr to avoid casting when possible 2016-06-26 21:39:43 +09:00
RefPtrTest.h Add cocos2d::RefPtr<T> 2014-03-26 15:30:15 -07:00
UnitTest.cpp No CC_UNUSED_PARAM (#16812) 2016-11-16 09:48:37 +08:00
UnitTest.h Fix getSubStringOfUTF8String bug 2016-07-01 15:16:35 +09:00