You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@kvrocks.apache.org by GitBox <gi...@apache.org> on 2022/06/22 15:45:02 UTC

[GitHub] [incubator-kvrocks] PragmaTwice opened a new pull request, #651: add __builtin_unreachable to raiseError to make compiler happy

PragmaTwice opened a new pull request, #651:
URL: https://github.com/apache/incubator-kvrocks/pull/651

   Fix this warning:
   ```
   /home/twice/incubator-kvrocks/src/scripting.cc: In function 'int Lua::raiseError(lua_State*)':
   /home/twice/incubator-kvrocks/src/scripting.cc:783:1: Warning: 'noreturn' function does return
     783 | }
         | ^
   ```


-- 
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.

To unsubscribe, e-mail: issues-unsubscribe@kvrocks.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [incubator-kvrocks] tisonkun merged pull request #651: add __builtin_unreachable to raiseError to make compiler happy

Posted by GitBox <gi...@apache.org>.
tisonkun merged PR #651:
URL: https://github.com/apache/incubator-kvrocks/pull/651


-- 
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.

To unsubscribe, e-mail: issues-unsubscribe@kvrocks.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org