윤영석 <earw...@naver.com> writes:

> i got a error message, that is below.
>
> may be used uninitialized in this function -wmaybe-uninitialized
>
> I saw the solution via searching goole.
> If Optimization option was disable, it will be fine. ( remove -O2
> option)
>
> But i can't found where is option of gcc.
>
> Below files may relate in this error, but i can't catch them.
> src/build/config/BUILD.gn
> src/build/config/BUILDCONFIG.gn
> src/build/config/linux/*
>
> could you please let me know hot to disable optimize option ?

Instead of changing your compiler flags, you should check what part of
the code is causing the issue and possibly fix it. The compiler version
you are using is also a variable here, so you should also make sure that
you're not using something too old that is raising false positives.
_______________________________________________
Crosswalk-dev mailing list
Crosswalk-dev@lists.crosswalk-project.org
https://lists.crosswalk-project.org/mailman/listinfo/crosswalk-dev

Reply via email to