lawrancej / CompilerKit

Compiler construction library in C.
GNU Lesser General Public License v2.1
55 stars 33 forks source link

Removed Wall of Warnings #88

Closed lapatink closed 12 years ago

lapatink commented 12 years ago

Now only 4 warnings exist when building the entire project. These should be considered case by case so I did not remove them. But this will make seeing errors a whole lot easier now.

lawrancej commented 12 years ago

Thanks, Kyle!