Skip to content

build: assume assert.h is always available#9985

Closed
jay wants to merge 1 commit intocurl:masterfrom
jay:remove_assert_header_detection
Closed

build: assume assert.h is always available#9985
jay wants to merge 1 commit intocurl:masterfrom
jay:remove_assert_header_detection

Conversation

@jay
Copy link
Member

@jay jay commented Nov 27, 2022

  • Remove assert.h detection from all build configurations.

assert.h is a standard header according to C89.

I had proposed this several years ago as part of a larger change that was abandoned.

Ref: #1237 (comment)

Closes #xxxx


Note HAVE_ASSERT_H was not defined by config-win32ce so possibly some build system that builds for Windows CE is missing it.

- Remove assert.h detection from all build configurations.

assert.h is a standard header according to C89.

I had proposed this several years ago as part of a larger change that
was abandoned.

Ref: curl#1237 (comment)

Closes #xxxx
@jay jay closed this in 57d3477 Dec 7, 2022
@jay jay deleted the remove_assert_header_detection branch December 7, 2022 19:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Development

Successfully merging this pull request may close these issues.

2 participants