[PATCH 00/16] Eliminate GCC -Wmissing-prototype warnings

2015-03-04 Thread Darshana Padmadas
GCC warns about functions without previous prototypes i.e -Wmissing-prototypes warnings. In the following patches the following fixes have been adopted to eliminate these warnings: - Functions defined in a file, that are internal to that file have been made static. - Header files

[PATCH 00/16] Eliminate GCC -Wmissing-prototype warnings

2015-03-04 Thread Darshana Padmadas
GCC warns about functions without previous prototypes i.e -Wmissing-prototypes warnings. In the following patches the following fixes have been adopted to eliminate these warnings: - Functions defined in a file, that are internal to that file have been made static. - Header files