From e720c9380af22fb1eddfde3a6397f393a52cb586 Mon Sep 17 00:00:00 2001 From: dvdli Date: Wed, 15 Dec 2021 21:09:22 +0800 Subject: match the varaibles' type for 64-bit compatibility Since the variables are snd_pcm_uframes_t and snd_pcm_uframes_t is unsigned long, using unsigned int causes problem when running on a 64-bit binary. Also fix the branch name of googletest. --- WORKSPACE | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'WORKSPACE') diff --git a/WORKSPACE b/WORKSPACE index 02b57bf..133cfc5 100644 --- a/WORKSPACE +++ b/WORKSPACE @@ -3,5 +3,5 @@ load("@bazel_tools//tools/build_defs/repo:git.bzl", "git_repository") git_repository( name = "googletest", remote = "https://github.com/google/googletest", - branch = "master", + branch = "main", ) -- cgit v1.2.3