#645: test_parser.c:107: warning: 'srv_name' may be used uninitialized in this
function
-----------------------------------+----------------------------------------
 Reporter:  qupada                 |        Owner:                 
     Type:  defect                 |       Status:  new            
 Priority:  normal                 |    Milestone:                 
Component:  Bugs in initng source  |      Version:  initng-0.6.4SVN
 Severity:  normal                 |   Resolution:                 
 Keywords:                         |  
-----------------------------------+----------------------------------------
Comment (by biebl):

 FWIW, the following syntax works too:

 {{{
 # CC="bar" CFLAGS="foo" cmake ..
 }}}

 is more or less equivalent to

 {{{
 # cmake .. -DCMAKE_C_FLAGS="foo" -DCMAKE_C_COMPILER="bar"
 }}}

-- 
Ticket URL: <http://www.initng.org/ticket/645>
InitNG <http://www.initng.org/>
The Next Generation InitSystem
_______________________________________________
Tickets mailing list
[email protected]
http://jw.dyndns.org/mailman/listinfo/tickets

Reply via email to