• Y
    Remove compile warning on clang 8.0 in BufferArg.h · 7c04096e
    Yu Yang 提交于
    * 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.
    7c04096e
BufferArg.h 11.2 KB