On Mon, May 12, 2014 at 7:03 PM, Joe Bogner <joebog...@gmail.com> wrote:
>
> I think the main difference is your Makefile
> Instead of:
>
> clang $*.c
>
> I'm doing this:
>
> $(CC) -w -c $*.c
>
> The -w suppresses warnings

Great. It works now. I fixed the warnings and didn't add the -w flag though

Reply via email to