remove uint32
Some checks failed
android / build (push) Waiting to run
linux-aarch64-cpu-gcc / linux-gcc-aarch64 (Debug) (push) Waiting to run
linux-aarch64-cpu-gcc / linux-gcc-aarch64 (Release) (push) Waiting to run
linux-arm-gcc / linux-gcc-arm (Debug) (push) Waiting to run
linux-arm-gcc / linux-gcc-arm (Release) (push) Waiting to run
linux-arm-gcc / linux-gcc-armhf (Debug) (push) Waiting to run
linux-arm-gcc / linux-gcc-armhf (Release) (push) Waiting to run
linux-mips-gcc / linux-gcc-mipsel (Debug) (push) Waiting to run
linux-mips-gcc / linux-gcc-mipsel (Release) (push) Waiting to run
linux-mips64-gcc / linux-gcc-mips64el (Debug) (push) Waiting to run
linux-mips64-gcc / linux-gcc-mips64el (Release) (push) Waiting to run
linux-riscv64-gcc / linux-gcc-riscv64 (Debug) (push) Waiting to run
linux-riscv64-gcc / linux-gcc-riscv64 (Release) (push) Waiting to run
linux-x64-gcc / linux-gcc (Debug) (push) Waiting to run
linux-x64-gcc / linux-gcc (Release) (push) Waiting to run
linux-x86-gcc / linux-gcc (Debug) (push) Waiting to run
linux-x86-gcc / linux-gcc (Release) (push) Waiting to run
linux-aarch64-cpu-gcc / linux-gcc-aarch64 (Debug) (pull_request) Failing after 5m22s
android / build (pull_request) Successful in 6m31s
linux-aarch64-cpu-gcc / linux-gcc-aarch64 (Release) (pull_request) Failing after 6m15s
linux-arm-gcc / linux-gcc-arm (Debug) (pull_request) Failing after 6m9s
linux-arm-gcc / linux-gcc-arm (Release) (pull_request) Failing after 7m18s
linux-mips64-gcc / linux-gcc-mips64el (Debug) (pull_request) Failing after 4m47s
linux-mips-gcc / linux-gcc-mipsel (Release) (pull_request) Failing after 5m55s
linux-arm-gcc / linux-gcc-armhf (Debug) (pull_request) Failing after 8m52s
linux-mips-gcc / linux-gcc-mipsel (Debug) (pull_request) Failing after 7m19s
linux-riscv64-gcc / linux-gcc-riscv64 (Debug) (pull_request) Failing after 5m37s
linux-mips64-gcc / linux-gcc-mips64el (Release) (pull_request) Failing after 6m33s
linux-arm-gcc / linux-gcc-armhf (Release) (pull_request) Failing after 9m52s
linux-x64-gcc / linux-gcc (Release) (pull_request) Successful in 5m7s
linux-x64-gcc / linux-gcc (Debug) (pull_request) Failing after 6m17s
linux-x86-gcc / linux-gcc (Debug) (pull_request) Failing after 5m17s
linux-riscv64-gcc / linux-gcc-riscv64 (Release) (pull_request) Failing after 7m14s
linux-x86-gcc / linux-gcc (Release) (pull_request) Failing after 5m48s
Some checks failed
android / build (push) Waiting to run
linux-aarch64-cpu-gcc / linux-gcc-aarch64 (Debug) (push) Waiting to run
linux-aarch64-cpu-gcc / linux-gcc-aarch64 (Release) (push) Waiting to run
linux-arm-gcc / linux-gcc-arm (Debug) (push) Waiting to run
linux-arm-gcc / linux-gcc-arm (Release) (push) Waiting to run
linux-arm-gcc / linux-gcc-armhf (Debug) (push) Waiting to run
linux-arm-gcc / linux-gcc-armhf (Release) (push) Waiting to run
linux-mips-gcc / linux-gcc-mipsel (Debug) (push) Waiting to run
linux-mips-gcc / linux-gcc-mipsel (Release) (push) Waiting to run
linux-mips64-gcc / linux-gcc-mips64el (Debug) (push) Waiting to run
linux-mips64-gcc / linux-gcc-mips64el (Release) (push) Waiting to run
linux-riscv64-gcc / linux-gcc-riscv64 (Debug) (push) Waiting to run
linux-riscv64-gcc / linux-gcc-riscv64 (Release) (push) Waiting to run
linux-x64-gcc / linux-gcc (Debug) (push) Waiting to run
linux-x64-gcc / linux-gcc (Release) (push) Waiting to run
linux-x86-gcc / linux-gcc (Debug) (push) Waiting to run
linux-x86-gcc / linux-gcc (Release) (push) Waiting to run
linux-aarch64-cpu-gcc / linux-gcc-aarch64 (Debug) (pull_request) Failing after 5m22s
android / build (pull_request) Successful in 6m31s
linux-aarch64-cpu-gcc / linux-gcc-aarch64 (Release) (pull_request) Failing after 6m15s
linux-arm-gcc / linux-gcc-arm (Debug) (pull_request) Failing after 6m9s
linux-arm-gcc / linux-gcc-arm (Release) (pull_request) Failing after 7m18s
linux-mips64-gcc / linux-gcc-mips64el (Debug) (pull_request) Failing after 4m47s
linux-mips-gcc / linux-gcc-mipsel (Release) (pull_request) Failing after 5m55s
linux-arm-gcc / linux-gcc-armhf (Debug) (pull_request) Failing after 8m52s
linux-mips-gcc / linux-gcc-mipsel (Debug) (pull_request) Failing after 7m19s
linux-riscv64-gcc / linux-gcc-riscv64 (Debug) (pull_request) Failing after 5m37s
linux-mips64-gcc / linux-gcc-mips64el (Release) (pull_request) Failing after 6m33s
linux-arm-gcc / linux-gcc-armhf (Release) (pull_request) Failing after 9m52s
linux-x64-gcc / linux-gcc (Release) (pull_request) Successful in 5m7s
linux-x64-gcc / linux-gcc (Debug) (pull_request) Failing after 6m17s
linux-x86-gcc / linux-gcc (Debug) (pull_request) Failing after 5m17s
linux-riscv64-gcc / linux-gcc-riscv64 (Release) (pull_request) Failing after 7m14s
linux-x86-gcc / linux-gcc (Release) (pull_request) Failing after 5m48s
This commit is contained in:
parent
79eea2680e
commit
25c5bcbef9
2
third_party/gflags/CMakeLists.txt
vendored
2
third_party/gflags/CMakeLists.txt
vendored
@ -297,7 +297,7 @@ gflags_define(
|
||||
"Format of integer types: \"C99\" (uint32_t), \"BSD\" (u_int32_t), \"VC7\" (__int32)"
|
||||
"")
|
||||
gflags_property(INTTYPES_FORMAT STRINGS "C99;BSD;VC7")
|
||||
gflags_property(INTTYPES_FORMAT ADVANCED TRUE)
|
||||
gflags_property(INTTYPES_FORMAT ADVANCED FALSE)
|
||||
if(NOT INTTYPES_FORMAT)
|
||||
set(TYPES uint32_t u_int32_t)
|
||||
if(MSVC)
|
||||
|
Loading…
Reference in New Issue
Block a user