[1.5] Fix a bunch of comparison between signed and unsigned integer expressions. Some are still left to decide.

This commit is contained in:
Mathieu Malaterre
2012-03-02 08:44:04 +00:00
parent 24ab49a363
commit 6f314ae48e
20 changed files with 104 additions and 98 deletions

View File

@@ -53,7 +53,7 @@
#define logstream stderr
#endif /*SERVER*/
targetlist_param_t * gene_targetlist()
targetlist_param_t * gene_targetlist(void)
{
targetlist_param_t *targetlist;