diff options
author | Marcel Raad <raad@teamviewer.com> | 2017-02-28 09:08:00 +0100 |
---|---|---|
committer | Marcel Raad <raad@teamviewer.com> | 2017-02-28 09:10:18 +0100 |
commit | a162d8b21b0becd1feabcc4a9d67f5ef03966d6a (patch) | |
tree | fbe0e8e69ca8b3220a47be108000f0507df2a1fc /lib/curl_rtmp.c | |
parent | 41388b9ba386def1ec2da932500288e2e314ccb1 (diff) |
warnless: suppress compiler warning
If size_t is 32 bits, MSVC warns:
warning C4310: cast truncates constant value
The warning is harmless as CURL_MASK_SCOFFT gets
truncated to the maximum value of size_t.
Diffstat (limited to 'lib/curl_rtmp.c')
0 files changed, 0 insertions, 0 deletions