Resolve -Wstrict-prototypes warnings with clang-15
warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
This commit is contained in:
parent
4dd285fad7
commit
6c4010e442
15 changed files with 34 additions and 34 deletions
|
|
@ -19,7 +19,7 @@ static int template_debug = 0;
|
|||
|
||||
const char *baselists[3];
|
||||
|
||||
void SwigType_template_init() {
|
||||
void SwigType_template_init(void) {
|
||||
baselists[0] = "baselist";
|
||||
baselists[1] = "protectedbaselist";
|
||||
baselists[2] = "privatebaselist";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue