Change in osmo-msc[master]: msc_main: Set copyright description field statically

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

Pau Espin Pedrol gerrit-no-reply at lists.osmocom.org
Fri Jun 15 13:29:58 UTC 2018


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 <pespin at sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: Pau Espin Pedrol <pespin at sysmocom.de>
Gerrit-Comment-Date: Fri, 15 Jun 2018 13:29:58 +0000
Gerrit-HasComments: No
Gerrit-HasLabels: No
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20180615/ca1ac4e4/attachment.htm>


More information about the gerrit-log mailing list