Casey Matson-deKay

Results 2 comments of Casey Matson-deKay

You can get around this by adding `-Wno-unused-variable` and `-Wno-unused-function` flags after the existing `-Werror` flags on [this line](https://github.com/flutter/flutter/blob/f7869a47993d49ce640dbd7b719d551a4e00ccf2/examples/hello_world/linux/CMakeLists.txt#L44) of your CMakeLists.txt file in the linux directory. ` target_compile_options(${TARGET} PRIVATE...

Hi, I want to chime in that I'm facing the same issue on both latest `master` and `v0.11`. Bees was working overnight for a while, and this morning it hit...