Added -std=gnu99 to Makefile. strtof() came with c99, which is why GCC was throwing...
authoruranther <jwheaton@purdue.edu>
Wed, 3 Jun 2009 19:27:33 +0000 (15:27 -0400)
committeruranther <jwheaton@purdue.edu>
Wed, 3 Jun 2009 19:27:33 +0000 (15:27 -0400)
commit59399c365a8f9dbfaa1486bca2bc2f01ee7c434e
tree15dfd38e222893d6a69c7d30f8d3733f98016a25
parent37de203f15cc2dbea7abab3d14d6bfe5355e609c
Added -std=gnu99 to Makefile. strtof() came with c99, which is why GCC was throwing a warning on compilation. Zoom works now
Makefile