Changes between Initial Version and Version 1 of Ticket #43508, comment 7


Ignore:
Timestamp:
Apr 30, 2014, 8:23:48 PM (10 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #43508, comment 7

    initial v1  
    11Thanks for all the fixes, Ryan. I was building under 10.8.5 rather than 10.9.2 (but still Xcode 5.1.1) which may explain the discrepancies. I made the patch in expand_number.c because without it I was encountering the following error:
    22
     3{{{
    34    expand_number.c:76:6: error: implicit declaration of function 'tolower' is invalid in C99 [-Werror,-Wimplicit-function-declaration]
    45            s = tolower(*endptr);
     
    67    1 error generated.
    78    make: *** [expand_number.o] Error 1
     9}}}
    810
    911But as you noted removing -Werror appears to be a more appropriate fix.