Skip to content
Snippets Groups Projects
Commit e79fd975 authored by Chao Peng's avatar Chao Peng
Browse files

fix a conversion issue

parent e1dc0cc8
Branches
No related tags found
1 merge request!2Revamp the code structure
......@@ -10,7 +10,7 @@ using namespace evc;
// convert evio status to the enum
static inline status evio_status (int code)
static inline status evio_status (unsigned int code)
{
switch (code) {
case S_SUCCESS:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment