Search Results

Search results 1-1 of 1.

This site uses cookies. By continuing to browse this site, you are agreeing to our Cookie Policy.

  • I have a project in SES 5.42a for the Nordic nRF52833 using SDK 17.1.0 on Windows. The project was started as an example project, which is the source of the directory structure. I added compiler warning flags to Project Options->Code->Compiler->Additional C/C++ Compiler Options: -Werror=strict-prototypes -Werror=implicit-function-declaration -Wall -Wextra -Wmissing-include-dirs -Wswitch-default -Wswitch-enum -Wconversion This works, but there's tons of warnings generated in Nordic library files.…