]> granicus.if.org Git - curl/commit
curl-compilers.m4: enable comma clang warning
authorMarcel Raad <raad@teamviewer.com>
Fri, 16 Jun 2017 12:13:41 +0000 (14:13 +0200)
committerMarcel Raad <raad@teamviewer.com>
Fri, 16 Jun 2017 20:32:13 +0000 (22:32 +0200)
commit5bdf835c0b2e558ec885ba539f6b6307c4ab9787
tree838f1335979d69f486f868b1f43fdf91a7d3362d
parent32ec3063df81161f87ef8eca6f3c7c78e19baff9
curl-compilers.m4: enable comma clang warning

It usually warns when using commas instead of semicolons or other
operators by accident.

Closes https://github.com/curl/curl/pull/1578
m4/curl-compilers.m4