Skip to content

Various build fixes #68

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 6 commits into from
Closed

Conversation

notroj
Copy link
Contributor

@notroj notroj commented Aug 7, 2025

No description provided.

notroj added 6 commits August 7, 2025 11:56
  detecting VLA support.

* poll/unix/poll.c: Use HAVE_C_VARRARYS not HAVE_VLA.

* build/buildcheck.sh: Bump required autoconf to 2.61 (released 2006-11-17)
  host_alias are set to the same non-empty value.
…harder

  to suppress "unused variable" warnings which otherwise create false
  negatives in the tests.

conftest.c:264:5: error: variable 'tmp' set but not used [-Werror=unused-but-set-variable]
  264 | int tmp = gethostbyname_r((const char *) 0, (struct hostent *) 0,
@notroj notroj force-pushed the various-build-fixes branch from 9bbf844 to a625c1f Compare August 7, 2025 14:17
asf-gitbox-commits pushed a commit that referenced this pull request Aug 11, 2025
  for detecting VLA support.

* poll/unix/poll.c (apr_poll): Use HAVE_C_VARRARYS not HAVE_VLA.

* build/buildcheck.sh: Bump required autoconf to 2.61 (released 2006-11-17)

Github: pr #68


git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@1927742 13f79535-47bb-0310-9956-ffa450edef68
asf-gitbox-commits pushed a commit that referenced this pull request Aug 11, 2025
  sizes/format/parsing (cosmetic change only).

GitHub: pr #68


git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@1927743 13f79535-47bb-0310-9956-ffa450edef68
asf-gitbox-commits pushed a commit that referenced this pull request Aug 11, 2025
  host_alias are set to the same non-empty value.

GitHub: pr #68


git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@1927744 13f79535-47bb-0310-9956-ffa450edef68
asf-gitbox-commits pushed a commit that referenced this pull request Aug 11, 2025
  try harder to suppress "unused variable" warnings which could
  otherwise create false negatives in the tests.

conftest.c:264:5: error: variable 'tmp' set but not used [-Werror=unused-but-set-variable]
  264 | int tmp = gethostbyname_r((const char *) 0, (struct hostent *) 0,

GitHub: pr #68


git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@1927745 13f79535-47bb-0310-9956-ffa450edef68
asf-gitbox-commits pushed a commit that referenced this pull request Aug 11, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant