FreeRangeRouting Protocol Suite
Build: #2374 failed
Job: Static Analyzer (Clang) was successful
Job result summary
- Completed
- Duration
- 19 minutes
- Successful since
- #1918 ()
Error summary
The build generated some errors. See the full build log for more details.
Makefile:2401: WARNING: you have overwritten the "CC" variable on the make command line.
Makefile:2420: ------
Makefile:2421: While overwriting these variables works most of the time, it is not recommended and can cause confusing build errors.
Makefile:2422: This is especially problematic when cross-compiling, since tools that run on the build system during the build process will not be compiled correctly.
Makefile:2423: All of these variables should be supplied to 'configure', and they will be remembered and correctly applied during 'make'.
Makefile:2424: ------
Makefile:2401: WARNING: you have overwritten the "CC" variable on the make command line.
Makefile:2420: ------
Makefile:2421: While overwriting these variables works most of the time, it is not recommended and can cause confusing build errors.
Makefile:2422: This is especially problematic when cross-compiling, since tools that run on the build system during the build process will not be compiled correctly.
Makefile:2423: All of these variables should be supplied to 'configure', and they will be remembered and correctly applied during 'make'.
Makefile:2424: ------
In file included from nhrpd/nhrp_peer.c:21:
nhrpd/nhrpd.h:78:2: warning: Dereference of null pointer
list_for_each_entry_safe(n, nn, &l->notifier_head, notifier_entry)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
nhrpd/list.h:202:10: note: expanded from macro 'list_for_each_entry_safe'
n = list_entry(pos->member.next, typeof(*pos), member); \
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
nhrpd/list.h:186:39: note: expanded from macro 'list_entry'
#define list_entry(ptr, type, member) container_of(ptr,type,member)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./lib/compiler.h:205:50: note: expanded from macro 'container_of'
typeof(((type *)0)->member) *__mptr = (void *)(ptr); \
^~~~~
1 warning generated.
Makefile:2420: ------
Makefile:2421: While overwriting these variables works most of the time, it is not recommended and can cause confusing build errors.
Makefile:2422: This is especially problematic when cross-compiling, since tools that run on the build system during the build process will not be compiled correctly.
Makefile:2423: All of these variables should be supplied to 'configure', and they will be remembered and correctly applied during 'make'.
Makefile:2424: ------
Makefile:2401: WARNING: you have overwritten the "CC" variable on the make command line.
Makefile:2420: ------
Makefile:2421: While overwriting these variables works most of the time, it is not recommended and can cause confusing build errors.
Makefile:2422: This is especially problematic when cross-compiling, since tools that run on the build system during the build process will not be compiled correctly.
Makefile:2423: All of these variables should be supplied to 'configure', and they will be remembered and correctly applied during 'make'.
Makefile:2424: ------
In file included from nhrpd/nhrp_peer.c:21:
nhrpd/nhrpd.h:78:2: warning: Dereference of null pointer
list_for_each_entry_safe(n, nn, &l->notifier_head, notifier_entry)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
nhrpd/list.h:202:10: note: expanded from macro 'list_for_each_entry_safe'
n = list_entry(pos->member.next, typeof(*pos), member); \
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
nhrpd/list.h:186:39: note: expanded from macro 'list_entry'
#define list_entry(ptr, type, member) container_of(ptr,type,member)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./lib/compiler.h:205:50: note: expanded from macro 'container_of'
typeof(((type *)0)->member) *__mptr = (void *)(ptr); \
^~~~~
1 warning generated.