wargio / r2dec-js

radare2 plugin - converts asm to pseudo-C code.
511 stars 48 forks source link

Fix redefinition warning #244

Closed trufae closed 2 years ago

trufae commented 2 years ago

./r2dec_ctx.h:7:25: warning: redefinition of typedef 'RCore' is a C11 feature [-Wtypedef-redefinition]

trufae commented 2 years ago

So you merged in red. seems like the CI was building r2dec without r2 successfully... so well i guess that we can just use void* and avoid the include, this fix is cleaner

wargio commented 2 years ago

i already have submitted a patch for it. i just moved the declaration inside the cons