mirror of
https://github.com/ThrowTheSwitch/Unity.git
synced 2026-07-03 02:40:38 +00:00
8dffcd8c2ab163673b6a9e98af2e2dd30f233a94
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)?
Description
Languages
C
64.9%
Ruby
17.5%
C++
13%
Python
1.7%
Makefile
1.5%
Other
1.4%