| 170 | static size_t NFS_LineSize = 128; |
| 171 | |
| 172 | size_t NFS_GetLineSize() { |
| 173 | return NFS_LineSize; |
| 174 | } |
| 175 | |
| 176 | #if _MSC_VER && !defined(__INTEL_COMPILER) |
| 177 | // unary minus operator applied to unsigned type, result still unsigned |
no outgoing calls
no test coverage detected