Cleanup trailling space

This commit is contained in:
Fredrik Fornwall 2019-02-03 22:43:46 +01:00
parent 9cede6e6ae
commit d714810e5a
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@ termux_step_host_build () {
# -Wno-error=class-memaccess is used to avoid
# src/core/lib/security/credentials/oauth2/oauth2_credentials.cc:336:61: error: void* memset(void*, int, size_t) clearing an object of non-trivial type struct grpc_oauth2_token_fetcher_credentials; use assignment or value-initialization instead [-Werror=class-memaccess]
# memset(c, 0, sizeof(grpc_oauth2_token_fetcher_credentials));
# when building version 1.17.2:
# when building version 1.17.2:
CPPFLAGS="-Wno-error=class-memaccess" \
CFLAGS="-Wno-implicit-fallthrough" \
make -j $TERMUX_MAKE_PROCESSES \