summaryrefslogtreecommitdiffstats
path: root/gnu-efi-3.0/Make.defaults
diff options
context:
space:
mode:
authorcroxon <croxon@earth.local>2013-10-02 17:19:55 -0400
committercroxon <croxon@earth.local>2013-10-02 17:19:55 -0400
commit94009cecd7abfe206ab3a7cdc96643249be5fc3f (patch)
treeec0aa64bf0d6b74d521147c3630585b66ada2cb1 /gnu-efi-3.0/Make.defaults
parente7a2d1299ba50b819daeee87c017e5c260294269 (diff)
if you have a function that takes const arguments and then
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
Diffstat (limited to 'gnu-efi-3.0/Make.defaults')
0 files changed, 0 insertions, 0 deletions