yamt commented on a change in pull request #373: Suppress some "'noreturn' function does return" warnings URL: https://github.com/apache/incubator-nuttx/pull/373#discussion_r383759595
########## File path: tools/mksyscall.c ########## @@ -228,6 +228,11 @@ static void generate_proxy(int nparms) fprintf(stream, "/* Auto-generated %s proxy file -- do not edit */\n\n", g_parm[NAME_INDEX]); fprintf(stream, "#include <nuttx/config.h>\n"); + /* Suppress "'noreturn' function does return" warnings. */ Review comment: done ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
