Fixes for warnings related to -Wimplicit-int.

This commit is contained in:
Jose Rubio
2019-08-20 12:52:43 +02:00
parent 0d115796c2
commit f0c312b207
108 changed files with 177 additions and 177 deletions

View File

@@ -50,7 +50,7 @@
** Written by (Kiem-)Phong Vo, kpv@research.att.com, 01/16/94.
*/
#if __STD_C
vmclear(Vmalloc_t* vm)
int vmclear(Vmalloc_t* vm)
#else
vmclear(vm)
Vmalloc_t* vm;