mirror of
https://github.com/ThrowTheSwitch/Unity.git
synced 2026-01-23 16:35:58 +01: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
No description provided
Languages
C
65.4%
Ruby
17%
C++
13%
Python
1.7%
Makefile
1.5%
Other
1.4%