modem/alt1250/altmdm_timer.c: In function 'altmdm_timer_start':
modem/alt1250/altmdm_timer.c:90:14: error: returning 'void *' from a function with return type 'timer_t' {aka 'unsigned int'} makes integer from pointer without a cast [-Werror=int-conversion]
90 | return NULL;
| ^~~~
modem/alt1250/altmdm_timer.c:101:14: error: returning 'void *' from a function with return type 'timer_t' {aka 'unsigned int'} makes integer from pointer without a cast [-Werror=int-conversion]
101 | return NULL;
| ^~~~
modem/alt1250/altmdm_timer.c:112:14: error: returning 'void *' from a function with return type 'timer_t' {aka 'unsigned int'} makes integer from pointer without a cast [-Werror=int-conversion]
112 | return NULL;
| ^~~~
cc1: all warnings being treated as errors
Signed-off-by: v-tangmeng <v-tangmeng@xiaomi.com>
|
||
|---|---|---|
| .. | ||
| alt1250 | ||
| CMakeLists.txt | ||
| Kconfig | ||
| Make.defs | ||
| u-blox.c | ||