Mark the statement expr with __extension__ so that gcc -pedantic doesn't emit
authorMichal Marek <mmarek@suse.cz>
Mon, 17 Mar 2008 14:22:10 +0000 (14:22 +0000)
committerMichal Marek <mmarek@suse.cz>
Mon, 17 Mar 2008 14:22:10 +0000 (14:22 +0000)
commit1380c9af9fdcd915625dad2fbe3f5676c9bc105f
tree6a4ea426ffcb74ddeebfd40e585acab230018d1d
parent942daece0052301d9990989663b41d8c0d60da34
Mark the statement expr with __extension__ so that gcc -pedantic doesn't emit
any hard-to-grasp warnings in curl_easy_setopt() calls in applications.
Also delete superfluous semicolons.
include/curl/typecheck-gcc.h