-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
What steps will reproduce the problem?
1. I package a memcached.rpm on rhel5;
2. The default option of gcc is warnings being treated as errors;
3. Then an error happened.
What is the expected output? What do you see instead?
What version of the product are you using? On what operating system?
memcached-1.4.24
rhel5
Please provide any additional information below.
cc1: warnings being treated as errors
items.c: In function ‘crawler_crawl_q’:
items.c:1141: Warning: due to the limit data types, comparison results is true
forever
make[2]: *** [memcached_debug-items.o] error 1
make[2]: Leaving directory `/tmp/memcached-1.4.24'
make[1]: *** [all-recursive] error 1
make[1]: Leaving directory `/tmp/memcached-1.4.24'
make: *** [all]error 2
Original issue reported on code.google.com by Sheung....@gmail.com on 27 May 2015 at 3:50