frameworks/compile/slang/slang_rs_export_foreach.cpp:247:23: error: variable ‘ParamName’ set but not used [-Werror=unused-but-set-variable]
cc1plus: all warnings being treated as errors
解决方法:
$ vi frameworks/compile/slang/Android.mk
#local_cflags_for_slang := -Wno-sign-promo -Wall -Wno-unused-parameter -Werror
local_cflags_for_slang := -Wno-sign-promo -Wall -Wno-unused-parameter

相关文章:

  • 2021-05-26
  • 2022-12-23
  • 2022-12-23
  • 2021-08-22
  • 2021-05-29
  • 2021-06-12
  • 2021-04-22
  • 2021-05-20
猜你喜欢
  • 2022-01-20
  • 2021-10-17
  • 2022-12-23
  • 2022-01-16
  • 2022-01-05
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案