Commit 411921d
authored
Workaround for emscripten-core/emscripten#27418 (#637)
When linked in debug mode, there is a linker warning about function
signature msimatch which looks like it should either have linked a
completely broken executable or at best one that always crashes if this
codepath is taken. However, due to strangeness the linked executable
works correctly. We don't like warnings so we fix it anyways.
emscripten-core/emscripten#274181 file changed
Lines changed: 5 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
126 | 126 | | |
127 | 127 | | |
128 | 128 | | |
129 | | - | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
130 | 134 | | |
131 | 135 | | |
132 | 136 | | |
| |||
0 commit comments