![croxon](/assets/img/avatar_default.png)
e.g. tries to copy StrCmp, gcc will give you warnings about those calls, and the warnings are right. These clutter up other things you might miss that you should be more concerned about. You could work around it through vigorous typecasting to non-const types, but why should you have to? All of these functions are rigorously defined as not changing their input - it is const, and should be marked as such. Signed-off-by: Peter Jones <pjones@redhat.com> Please enter the commit message for your changes. Lines starting
Description
No description provided
Languages
C
86.8%
Assembly
9.8%
Makefile
2.8%
Shell
0.4%
PowerShell
0.2%