You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
while building mapready, the following error occurs:
cc1: warnings being treated as errors
rtc.c: In function 'rtc':
rtc.c:200: warning: 'side_meta' may be used uninitialized in this function
rtc.c:199: warning: 'sideProductsMetaName' may be used uninitialized in this function
rtc.c:199: warning: 'sideProductsImgName' may be used uninitialized in this function
make[1]: *** [rtc.o] Error 1
make: *** [mapready] Error 2
The error can be bypassed by removing -Werror from the appropriate makefile(s)
The text was updated successfully, but these errors were encountered:
while building mapready, the following error occurs:
cc1: warnings being treated as errors
rtc.c: In function 'rtc':
rtc.c:200: warning: 'side_meta' may be used uninitialized in this function
rtc.c:199: warning: 'sideProductsMetaName' may be used uninitialized in this function
rtc.c:199: warning: 'sideProductsImgName' may be used uninitialized in this function
make[1]: *** [rtc.o] Error 1
make: *** [mapready] Error 2
The error can be bypassed by removing -Werror from the appropriate makefile(s)
The text was updated successfully, but these errors were encountered: