Skip to content

Commit 23a0b28

Browse files
committed
fix warning
1 parent f6bc6a0 commit 23a0b28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lv_misc/lv_mem.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ extern "C" {
3434

3535
// Check GCC
3636
#ifdef __GNUC__
37-
# if __x86_64__ || __ppc64__
37+
# if defined(__x86_64__) || defined(__ppc64__)
3838
# define LV_MEM_ENV64
3939
# endif
4040
#endif

0 commit comments

Comments
 (0)