diff options
author | Bart Van Assche <bvanassche@acm.org> | 2019-06-23 17:04:58 -0700 |
---|---|---|
committer | Paul Evans <leonerd@leonerd.org.uk> | 2022-12-13 12:59:04 +0000 |
commit | 1829598c6e4e29da89d73624e461aaffd983fde3 (patch) | |
tree | 8cf466ee9f1029ecdfdf12bffb15b3e753f90d50 /makedef.pl | |
parent | 84fa78b4832e64bc0dfc0ea25843d48b4d9782c7 (diff) | |
download | perl-1829598c6e4e29da89d73624e461aaffd983fde3.tar.gz |
Do not cast away constness
Fix most compiler warnings caused by building Perl extensions with
-Wcast-qual. This is realized by changing the type of multiple T *
arguments into const T * and by changing a few (T *) casts
into (const T *).
Diffstat (limited to 'makedef.pl')
0 files changed, 0 insertions, 0 deletions