You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When compiling with Binaryen on Emscripten's clang (related to #1494), I get the following warnings:
/home/trosinenko/projects/qemujs/build/emscripten_-m32_-Os_-g2/binaryen/src/binaryen-c.h:655:29: warning: this function declaration is not a prototype [-Wstrict-prototypes]
int BinaryenGetOptimizeLevel();
^
void
/home/trosinenko/projects/qemujs/build/emscripten_-m32_-Os_-g2/binaryen/src/binaryen-c.h:663:27: warning: this function declaration is not a prototype [-Wstrict-prototypes]
int BinaryenGetShrinkLevel();
^
void
/home/trosinenko/projects/qemujs/build/emscripten_-m32_-Os_-g2/binaryen/src/binaryen-c.h:671:25: warning: this function declaration is not a prototype [-Wstrict-prototypes]
int BinaryenGetDebugInfo();
^
void
Not too severe, but it disturbs from more significant warnings. Sure I would fix it myself, but analyzing CLA is probably order of magnitude harder than actually fixing :)
When compiling with Binaryen on Emscripten's clang (related to #1494), I get the following warnings:
Not too severe, but it disturbs from more significant warnings. Sure I would fix it myself, but analyzing CLA is probably order of magnitude harder than actually fixing :)
binaryen/src/binaryen-c.h
Line 655 in da3bb2f
The text was updated successfully, but these errors were encountered: