Commit 64d4418
committed
Use standard httpd macros to initialize the module structure. Fixes:
msc_test.c:84:5: error: initialization of ‘int’ from ‘void *’ makes integer from pointer without a cast [-Wint-conversion]
84 | NULL,
| ^~~~
msc_test.c:84:5: note: (near initialization for ‘security2_module.version’)
msc_test.c:85:5: error: initialization of ‘int’ from ‘void *’ makes integer from pointer without a cast [-Wint-conversion]
85 | NULL,
| ^~~~
msc_test.c:85:5: note: (near initialization for ‘security2_module.minor_version’)
...1 parent 993e283 commit 64d4418
1 file changed
+1
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
81 | 81 | | |
82 | 82 | | |
83 | 83 | | |
84 | | - | |
85 | | - | |
86 | | - | |
87 | | - | |
88 | | - | |
| 84 | + | |
89 | 85 | | |
90 | 86 | | |
91 | 87 | | |
| |||
0 commit comments