Skip to content

explicit add the cstdint header for clang compile#36

Merged
sysopenci merged 1 commit intoprojectceladon:masterfrom
bhe4:explicit_add_the_cstdint_header
Jan 8, 2025
Merged

explicit add the cstdint header for clang compile#36
sysopenci merged 1 commit intoprojectceladon:masterfrom
bhe4:explicit_add_the_cstdint_header

Conversation

@bhe4
Copy link
Contributor

@bhe4 bhe4 commented Jan 7, 2025

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

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 <bo.he@intel.com>
Tracked-On: OAM-129122
@sysopenci
Copy link

Android CI has started Engineering Build for this issue ,Please check the linked Tracked-On issue/Android CI Web for more details.

@sysopenci
Copy link

SUCCESS: Android CI has completed Engineering Build for this issue.Please check the linked Tracked-On issue/Android CI Web for more details.

@sysopenci sysopenci added Engineering Build Successful Engineering Build Successful and removed Engineering Build Not Started Engineering Build Not Started labels Jan 7, 2025
@sysopenci
Copy link

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
@sysopenci
Copy link

Android CI has started MERGE Build for this pr ,Please check the linked Tracked-On issue/Android CI Web for more details.

@sysopenci
Copy link

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.

@sysopenci
Copy link

Android CI has started MERGE Build for this pr ,Please check the linked Tracked-On issue/Android CI Web for more details.

@sysopenci sysopenci merged commit e7ed8e3 into projectceladon:master Jan 8, 2025
25 checks passed
@sysopenci
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants