Remove compile warning on clang 8.0 in BufferArg.h
* CHECK_XX in glog need the left and right values are both signed or unsigned integer. So we could use integer literal syntax in C/C++ to make literal unsigned or signed. Add suffix 'UL' means unsigned long.
Showing
想要评论请 注册 或 登录