summaryrefslogtreecommitdiff
path: root/zend
diff options
context:
space:
mode:
authorToon Schoenmakers <toon.schoenmakers@copernica.com>2015-09-25 11:26:03 +0200
committerToon Schoenmakers <toon.schoenmakers@copernica.com>2015-09-25 11:26:03 +0200
commit8ae9897883d9a93751b9f700ad7e89cc4353341b (patch)
tree94f990374fcecfb2e3f062f278fa8ab9197ef3a7 /zend
parentd745768edff718c8483dc1e3613e34800e93559f (diff)
Silence the write-strings warning
Literal strings in C are const char* of course, some methods within zend expect something hardcoded but accept a normal char*.. Meaning zend is broken when it comes to const correctness. Seeing how they're calling these kind of methods themselves with hardcoded values I'll assume it doesn't get modified meaning the silenced code is fine. Still though, zend should accept const char* instead of char* in such locations..
Diffstat (limited to 'zend')
0 files changed, 0 insertions, 0 deletions