-
Notifications
You must be signed in to change notification settings - Fork 671
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Warning: iree/compiler/Translation/Sequencer/SequencerModuleTranslation.cpp:248:1: warning: control reaches end of non-void function [-Wreturn-type] } #111
Comments
There is a suspiciously failing test that might be related: ERROR: /usr/local/google/home/laurenzo/ireepub/iree/iree/samples/rt/BUILD:10:1: Compiling IREE module simple_module_test_bytecode_module... //iree/samples/rt:simple_module_test_byt Use --sandbox_debug to see verbose messages from the sandbox bash failed: error executing command /bin/bash -c ... (remaining 1 argument(s) skipped) Use --sandbox_debug to see verbose messages from the sandbox |
wow, an actual time that -Werror would be useful :P |
I think I'm actually getting segfaults caused by this issue. I've submitted a quick fix |
) Co-authored-by: Stella Laurenzo <[email protected]>
iree/compiler/Translation/Sequencer/SequencerModuleTranslation.cpp:248:1: warning: control reaches end of non-void function [-Wreturn-type]
}
The text was updated successfully, but these errors were encountered: