1
0
mirror of https://github.com/ThrowTheSwitch/Unity.git synced 2026-01-23 16:35:58 +01:00
Sergey Gusarov 8dffcd8c2a Fixed a lot of single-type gcc warning:
warning: cast discards ‘__attribute__((const))’ qualifier from pointer target type [-Wcast-qual]
FYI, "-Wcast-qual" is not a default option.
The main idea: If some function receives "const void*"
why should it operate with "void*" (or something) afterwards (after casting)?
2014-11-02 07:08:48 +04:00
2014-11-01 21:47:04 +04:00
2012-10-03 15:01:20 -04:00
Description
No description provided
17 MiB
Languages
C 65.4%
Ruby 17%
C++ 13%
Python 1.7%
Makefile 1.5%
Other 1.4%