attractivechaos / klib

A standalone and lightweight C library
http://attractivechaos.github.io/klib/
MIT License
4.18k stars 556 forks source link

Fix cast-qual warning in ketopt.h #140

Open galaxy001 opened 4 years ago

galaxy001 commented 4 years ago
klib/ketopt.h:99:14: warning: cast discards ‘const’ qualifier from pointer target type [-Wcast-qual]
   99 |   p = strchr((char*)ostr, opt);
      |              ^