diff options
| author | Ryan Lopopolo <[email protected]> | 2021-04-13 07:57:09 -0700 |
|---|---|---|
| committer | Ryan Lopopolo <[email protected]> | 2021-04-13 07:57:09 -0700 |
| commit | 7fe6f3976eca19a86fe533deb4c60b31cd80a236 (patch) | |
| tree | 9d407e7ce6c971fd6798cef7a20682970ce4ddf5 /build_config/ArduinoDue.rb | |
| parent | 1a3846b49256cf98574a454ba43ea2587db03be2 (diff) | |
| download | mruby-7fe6f3976eca19a86fe533deb4c60b31cd80a236.tar.gz mruby-7fe6f3976eca19a86fe533deb4c60b31cd80a236.zip | |
Fix incorrect prototype on declaration of mrb_protect_atexit
`state.c` makes a prototype declaration for the private
`mrb_protect_atexit` which is defined in `error.c`. `error.c` defines
this function with a void return type, but `state.c` defines the
prototype with an `int` return type.
This mismatch prevents mruby from compiling on stricter compilers like
emscripten.
Diffstat (limited to 'build_config/ArduinoDue.rb')
0 files changed, 0 insertions, 0 deletions
