Post Reply 
Asking HP to open source HP calculator software and patents
11-20-2018, 08:30 PM (This post was last modified: 11-20-2018 08:33 PM by Thomas Okken.)
Post: #31
RE: Asking HP to open source HP calculator software and patents
I haven't run into this problem myself yet, but a couple of people who maintain Free42 ports have reported builds failing because of warnings being treated as errors where they didn't used to be.

If that is caused by -Werror being the default in the latest gcc, then that's pretty awful. Gcc has no -Wno-error with which to override -Werror completely; it only has -Wno-error=<warning-name>, for overriding -Werror for specific warnings.

Whether it's a change in gcc or in the default build settings enforced by some package builders, it's an awful idea, because it's breaking legacy software left and right. Upgrading your compiler should not cause your builds to fail.
Visit this user's website Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Asking HP to open source HP calculator software and patents - Thomas Okken - 11-20-2018 08:30 PM



User(s) browsing this thread: 1 Guest(s)