namhyung / uftrace

Function graph tracer for C/C++/Rust/Python
https://uftrace.github.io/slide/
GNU General Public License v2.0
3.03k stars 444 forks source link

build: Remove -Wdeclaration-after-statement flag #1935

Closed yskelg closed 1 month ago

yskelg commented 3 months ago

Remove ISO C90 forbids mixed declarations and code in C warning flag. #1934

Signed-off-by: Yunseong Kim yskelg@gmail.com

honggyukim commented 1 month ago

Thanks but we would like to keep avoiding from mixed declarations in uftrace.