Skip to content
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

clang: fix unknown uint32_t error #10211

Merged
merged 1 commit into from
Oct 11, 2024
Merged

Conversation

eszkadev
Copy link
Contributor

fix build with clang 15 after commit e4b5131 wsd: header cleanup

In file included from common/SigUtil.cpp:14:
./common/SigUtil.hpp:117:50: error: unknown type name 'uint32_t'
extern "C" { typedef void (*SigChildHandler)(uint32_t); }
^

fix build with clang 15 after commit e4b5131
wsd: header cleanup

In file included from common/SigUtil.cpp:14:
./common/SigUtil.hpp:117:50: error: unknown type name 'uint32_t'
    extern "C" { typedef void (*SigChildHandler)(uint32_t); }
                                                 ^

Signed-off-by: Szymon Kłos <[email protected]>
Change-Id: I42020a2049e69693160eb92f49e7c89f5ba94a96
@eszkadev eszkadev enabled auto-merge (rebase) October 11, 2024 08:57
@eszkadev eszkadev mentioned this pull request Oct 11, 2024
6 tasks
@eszkadev eszkadev requested a review from lpranam October 11, 2024 09:02
Copy link
Contributor

@Darshan-upadhyay1110 Darshan-upadhyay1110 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks Szymon

@eszkadev eszkadev merged commit 9bf7b6c into master Oct 11, 2024
14 checks passed
@eszkadev eszkadev deleted the private/eszkadev/clang-build branch October 11, 2024 09:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

2 participants