On Fri, Apr 12, 2013 at 12:28 PM, Andrew Hsieh <andrewhs...@google.com> wrote: > One question: If I drop Init(SSP_TLS), I got the following error > during compilation: > options.c:1122:1: error: invalid conversion from 'int' to > 'stack_protector_guard' [-fpermissive] > It's because w/o Init(SSP_TLS), '0' is placed in global_options_init > where enum stack_protector_guard is expected. > Used to be okay with C but no good in 4.8+ since C++ becomes > implementation language. > > What is the best way to deal with it?
Just leave Init(SSP_TLS) for now, I have CC'd Joseph for the problem with option system. Uros.