libosmocore[master]: ctrl_test.c: fix build with GCC 7.1.1

2017-06-13 Thread Max
Patch Set 1: Code-Review+1 -- To view, visit https://gerrit.osmocom.org/2895 To unsubscribe, visit https://gerrit.osmocom.org/settings Gerrit-MessageType: comment Gerrit-Change-Id: I11e1f1cfea09c6f0cf8225239e782b551d3eb52f Gerrit-PatchSet: 1 Gerrit-Project: libosmocore Gerrit-Branch: master Ger

libosmocore[master]: ctrl_test.c: fix build with GCC 7.1.1

2017-06-13 Thread Harald Welte
Patch Set 1: Code-Review+2 -- To view, visit https://gerrit.osmocom.org/2895 To unsubscribe, visit https://gerrit.osmocom.org/settings Gerrit-MessageType: comment Gerrit-Change-Id: I11e1f1cfea09c6f0cf8225239e782b551d3eb52f Gerrit-PatchSet: 1 Gerrit-Project: libosmocore Gerrit-Branch: master Ger

[PATCH] libosmocore[master]: ctrl_test.c: fix build with GCC 7.1.1

2017-06-12 Thread Vadim Yanitskiy
Review at https://gerrit.osmocom.org/2895 ctrl_test.c: fix build with GCC 7.1.1 According to GCC's online docs: When an inline function is not static, then the compiler must assume that there may be calls from other source files; since a global symbol can be defined only once in any program, t

[MERGED] libosmocore[master]: ctrl_test.c: fix build with GCC 7.1.1

2017-06-15 Thread Harald Welte
Harald Welte has submitted this change and it was merged. Change subject: ctrl_test.c: fix build with GCC 7.1.1 .. ctrl_test.c: fix build with GCC 7.1.1 According to GCC's online docs: When an inline function is not static, th