On Mon, Sep 24, 2018 at 10:07 PM Ranjan Maitra <mai...@email.com> wrote:

> Hi,
>
> I have not done this for a while, and I was trying to build a small rpm
> using a previously written .spec file which I had created some time ago and
> which compiled without incident till F27.


Over time gcc gets more pedantic about syntax and warnings turn to errors
and I believer "-Werror" turns all warnings to errors. You could remove
that flag or I think adding "-Wno-error=parentheses" might work.

Curiosity got the better of me and I'm working on updating your specfile to
something more current with the guidelines.

Thanks,
Richard
_______________________________________________
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org

Reply via email to