android: Fix build with GCC 10
authorSzymon Janc <szymon.janc@codecoup.pl>
Mon, 20 Apr 2020 12:07:02 +0000 (14:07 +0200)
committerAyush Garg <ayush.garg@samsung.com>
Mon, 12 Apr 2021 09:00:48 +0000 (14:30 +0530)
commitee35f83f22f804c5b4f152c679bc09d8dfd98436
tree10da544ebc1c668c5f5916f1f2602b4eff1219fd
parent385b4a69f8cd1f73ef804197347cbab845cc2ab6
android: Fix build with GCC 10

status and state are used to hold various enum types depending on test
and callback passed. Define them as int to avoid warnings about enum
assignment from invalid type.

Signed-off-by: Anuj Jain <anuj01.jain@samsung.com>
Signed-off-by: Ayush Garg <ayush.garg@samsung.com>
android/tester-main.h