(1066) : warning C4244: ‘=’ : conversion from ‘off_t’ to ‘size_t’,
possible
loss of data
diff line 1066:
if (size > (size_t) limit) {
-
size = limit;
-
size = (size_t) limit; }
Posted at Nginx Forum:
(1066) : warning C4244: ‘=’ : conversion from ‘off_t’ to ‘size_t’,
possible
loss of data
diff line 1066:
if (size > (size_t) limit) {
size = limit;
size = (size_t) limit;
}
Posted at Nginx Forum:
Hello,
What compiler do you have?
–
Roman A.
Roman A. Wrote:
On 30 Jun 2015, at 15:01, itpp2012 [email protected] wrote:
Roman A. Wrote:
What compiler do you have?
A proper one vc++
version?
–
Roman A.
Thanks, we’re planning to commit the fix.
Could you say your name so we could add it to the commit message?
A proper one vc++
nginx Info Page
–
Roman A.
On 30 Jun 2015, at 15:01, itpp2012 [email protected] wrote:
Roman A. Wrote:
What compiler do you have?
A proper one vc++
version?
2010, 2013, 2015, all the same.
Posted at Nginx Forum:
This forum is not affiliated to the Ruby language, Ruby on Rails framework, nor any Ruby applications discussed here.
Sponsor our Newsletter | Privacy Policy | Terms of Service | Remote Ruby Jobs