commit | b6c5d2e1a66d123db6f9211522c29bd941cbae9c | [log] [download] |
---|---|---|
author | Paul Bakker <p.j.bakker@polarssl.org> | Tue Jun 25 16:25:17 2013 +0200 |
committer | Paul Bakker <p.j.bakker@polarssl.org> | Tue Jun 25 16:25:17 2013 +0200 |
tree | 5572b50a52b6893bf5303175ba3686f78f52c5ec | |
parent | 169b7f4a13378552ce6236c34257441baf3298a8 [diff] |
Cleanup up non-prototyped functions (static) and const-correctness More fixes based on the compiler directives -Wcast-qual -Wwrite-strings -Wmissing-prototypes -Wmissing-declarations. Not everything with regards to -Wcast-qual has been fixed as some have unwanted consequences for the rest of the code.