Skip to content

Commit e94a53d

Browse files
authored
Update generic_param.h for fixing another warnings
New warnings appeared after fixing the previous one
1 parent 7e49dea commit e94a53d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/operator/prototype/generic_param.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@
2828
struct generic_param
2929
{
3030
const char* op_name; // what real action?
31-
int max_input_num;
32-
int max_output_num;
31+
size_t max_input_num;
32+
size_t max_output_num;
3333
};
3434

3535
#endif

0 commit comments

Comments
 (0)