BIND 10 #584: Correct compiler error on Solaris

BIND 10 Development do-not-reply at isc.org
Thu Feb 17 19:29:29 UTC 2011


#584: Correct compiler error on Solaris
-------------------------------------+-------------------------------------
                 Reporter:  stephen  |                Owner:  stephen
                     Type:  defect   |               Status:  closed
                 Priority:  minor    |            Milestone:  R-Team-
                Component:  logging  |  Sprint-20110222
                 Keywords:           |           Resolution:  fixed
Estimated Number of Hours:  1.0      |            Sensitive:  0
                Billable?:  1        |  Add Hours to Ticket:  0
                Internal?:  0        |          Total Hours:  0
-------------------------------------+-------------------------------------

Comment (by jreed):

 Something like:
 {{{
 -        {"help",    no_argument, NULL, 'h'},
 -        {"version", no_argument, NULL, 'v'},
 +        {(char *)"help",    no_argument, NULL, 'h'},
 +        {(char *)"version", no_argument, NULL, 'v'},
 }}}


 $ ./message --version
 1.0-0

-- 
Ticket URL: <http://bind10.isc.org/ticket/584#comment:6>
BIND 10 Development <http://bind10.isc.org>
BIND 10 Development


More information about the bind10-tickets mailing list