-
Notifications
You must be signed in to change notification settings - Fork 11
explicit add the cstdint header for clang compile #36
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
explicit add the cstdint header for clang compile #36
Conversation
fix the build errors with the clang15 and onward:
clang++ sendKey.cpp -I . -lpthread -Wall -Wpedantic -Wextra -o sendkey
sendKey.cpp:64:29: error: unknown type name 'uint32_t'
64 | buf.bCtrl = static_cast<uint32_t>(ctrl);
| ^
Signed-off-by: Bo He <[email protected]>
Tracked-On: OAM-129122
|
Android CI has started Engineering Build for this issue ,Please check the linked Tracked-On issue/Android CI Web for more details. |
|
SUCCESS: Android CI has completed Engineering Build for this issue.Please check the linked Tracked-On issue/Android CI Web for more details. |
|
Android CI has started MERGE Build for this pr ,Please check the linked Tracked-On issue/Android CI Web for more details. |
1 similar comment
|
Android CI has started MERGE Build for this pr ,Please check the linked Tracked-On issue/Android CI Web for more details. |
|
Android CI has completed MERGE Build for this pr, build is FAILURE. Please check the linked Tracked-On issue/Android CI Web for more details. |
|
Android CI has started MERGE Build for this pr ,Please check the linked Tracked-On issue/Android CI Web for more details. |
|
Android CI has completed MERGE Build for this pr, build is SUCCESS. Please check the linked Tracked-On issue/Android CI Web for more details. For Binaries: /cactus-absp-or-local/celadon-merge/919 |
fix the build errors with the clang15 and onward:
clang++ sendKey.cpp -I . -lpthread -Wall -Wpedantic -Wextra -o sendkey sendKey.cpp:64:29: error: unknown type name 'uint32_t'
64 | buf.bCtrl = static_cast<uint32_t>(ctrl);
| ^
Tracked-On: OAM-129122