◐ Shell
clean mode source ↗

gh-99086: Fix implicit int warning in configure check for PTHREAD_SCOPE_SYSTEM (#99085) by thesamesam · Pull Request #99085 · python/cpython

thesamesam added a commit to thesamesam/cpython that referenced this pull request

Nov 4, 2022
…ck (python#99085)

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>

@thesamesam thesamesam changed the title configure.ac: Fix -Wimplicit-int in PTHREAD_SCOPE_SYSTEM check h-99086: Build: Fix -Wimplicit-int in PTHREAD_SCOPE_SYSTEM check (#99085)

Nov 4, 2022

@thesamesam thesamesam changed the title h-99086: Build: Fix -Wimplicit-int in PTHREAD_SCOPE_SYSTEM check (#99085) gh-99086: Build: Fix -Wimplicit-int in PTHREAD_SCOPE_SYSTEM check (#99085)

Nov 4, 2022

thesamesam added a commit to thesamesam/cpython that referenced this pull request

Nov 4, 2022
…ck (python#99085)

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>
…ck (python#99085)

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>

kumaraditya303

erlend-aasland

@erlend-aasland

@erlend-aasland

@erlend-aasland erlend-aasland changed the title gh-99086: Build: Fix -Wimplicit-int in PTHREAD_SCOPE_SYSTEM check (#99085) gh-99086: Fix implicit int warning in configure check for PTHREAD_SCOPE_SYSTEM (#99085)

Nov 4, 2022

gentoo-bot pushed a commit to gentoo/cpython that referenced this pull request

Nov 4, 2022
These warnings became fatal by default in Clang 16.

Most of this has since been fixed upstream but
python#99085 is pending.

Signed-off-by: Sam James <sam@gentoo.org>

erlend-aasland pushed a commit to erlend-aasland/cpython that referenced this pull request

Nov 5, 2022
… check for PTHREAD_SCOPE_SYSTEM (pythonGH-99085)

(cherry picked from commit 12078e7)

Co-authored-by: Sam James <sam@cmpct.info>

erlend-aasland pushed a commit to erlend-aasland/cpython that referenced this pull request

Nov 5, 2022
… check for PTHREAD_SCOPE_SYSTEM (pythonGH-99085)

(cherry picked from commit 12078e7)

Co-authored-by: Sam James <sam@cmpct.info>

erlend-aasland added a commit that referenced this pull request

Nov 5, 2022
… for PTHREAD_SCOPE_SYSTEM (GH-99085) (#99118)

(cherry picked from commit 12078e7)

Co-authored-by: Sam James <sam@cmpct.info>

erlend-aasland added a commit that referenced this pull request

Nov 6, 2022
… for PTHREAD_SCOPE_SYSTEM (GH-99085) (#99119)

(cherry picked from commit 12078e7)

Co-authored-by: Sam James <sam@cmpct.info>

Co-authored-by: Sam James <sam@cmpct.info>

This was referenced

Nov 12, 2022

gentoo-bot pushed a commit to gentoo/cpython that referenced this pull request

May 21, 2024
…ck (python#99085)

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>

gentoo-bot pushed a commit to gentoo/cpython that referenced this pull request

May 21, 2024
…ck (python#99085)

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>

gentoo-bot pushed a commit to gentoo/cpython that referenced this pull request

Sep 19, 2024
…ck (python#99085)

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>

gentoo-bot pushed a commit to gentoo/cpython that referenced this pull request

Sep 19, 2024
…ck (python#99085)

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>

gentoo-bot pushed a commit to gentoo/cpython that referenced this pull request

Jul 30, 2025
…ck (python#99085)

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>