Actions
Bug #7555
closedlibstand build is using non-gcc options
Start date:
2016-11-08
Due date:
% Done:
100%
Estimated time:
Difficulty:
Bite-size
Tags:
needs-triage
Gerrit CR:
Description
Following options are not for gcc:
cc1: warning: unrecognized command line option "-Wno-knr-promoted-parameter"
cc1: warning: unrecognized command line option "-Wno-enum-conversion"
cc1: warning: unrecognized command line option "-Wno-parentheses-equality"
cc1: warning: unrecognized command line option "-Wno-tautological-compare"
cc1: warning: unrecognized command line option "-Wno-unused-const-variable"
cc1: warning: unrecognized command line option "-Wno-string-plus-int"
Updated by Electric Monk over 5 years ago
- Status changed from In Progress to Closed
- % Done changed from 90 to 100
git commit 2de8d7230f771f0640dc41231b6f4743c3f1afad
commit 2de8d7230f771f0640dc41231b6f4743c3f1afad Author: Toomas Soome <tsoome@me.com> Date: 2016-11-25T18:15:36.000Z 7555 libstand build is using non-gcc options Reviewed by: Igor Kozhukhov <igor@dilos.org> Reviewed by: Robert Mustacchi <rm@joyent.com> Approved by: Richard Lowe <richlowe@richlowe.net>
Actions