Pau Espin Pedrol has posted comments on this change. (
https://gerrit.osmocom.org/9636 )
Change subject: msc_main: Set copyright description field statically
......................................................................
Patch Set 1:
CC msc_main.o
msc_main.c:319:2: error: initializer element is not constant
.copyright = osmomsc_copyright,
^
msc_main.c:319:2: error: (near initialization for 'msc_vty_info.copyright')
Makefile:474: recipe for target 'msc_main.o' faile
However, copyright field is const (vty.h):
/*! Information an application registers with the VTY */
struct vty_app_info {
/*! name of the application */
const char *name;
/*! version string of the application */
const char *version;
/*! copyright string of the application */
const char *copyright;
...
--
To view, visit https://gerrit.osmocom.org/9636
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-msc
Gerrit-Branch: master
Gerrit-MessageType: comment
Gerrit-Change-Id: I432990624e7c375e29ef57998691327bffc89227
Gerrit-Change-Number: 9636
Gerrit-PatchSet: 1
Gerrit-Owner: Pau Espin Pedrol <[email protected]>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: Pau Espin Pedrol <[email protected]>
Gerrit-Comment-Date: Fri, 15 Jun 2018 13:29:58 +0000
Gerrit-HasComments: No
Gerrit-HasLabels: No