explicit add the cstdint header for clang compile#36
explicit add the cstdint header for clang compile#36sysopenci merged 1 commit intoprojectceladon:masterfrom
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 <bo.he@intel.com>
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