Commit d74374a
committed
configure.ac: Fix -Wimplicit-int in PTHREAD_SCOPE_SYSTEM check
Clang 16 makes -Wimplicit-int fatal by default.
Avoids errors like:
```
conftest.c:142:7: error: type specifier missing, defaults to 'int'; ISO C99 and later do not support implicit int [-Wimplicit-int]
```
Signed-off-by: Sam James <sam@gentoo.org>1 parent 871eb42 commit d74374a
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3308 | 3308 | | |
3309 | 3309 | | |
3310 | 3310 | | |
3311 | | - | |
| 3311 | + | |
3312 | 3312 | | |
3313 | 3313 | | |
3314 | 3314 | | |
| |||
0 commit comments