build: disable -Wattributes warnings on aix · nodejs/node@d8a948f · GitHub
Skip to content

Commit d8a948f

Browse files
bnoordhuistargos
authored andcommitted
build: disable -Wattributes warnings on aix
Disable the following compiler warning: warning: visibility attribute not supported in this configuration; ignored [-Wattributes] This is gcc complaining about `__attribute((visibility("default"))` in static library builds. Legitimate but harmless (and uninteresting) and it drowns out more relevant warnings. PR-URL: #32419 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Anna Henningsen <anna@addaleax.net>
1 parent 7908415 commit d8a948f

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

common.gypi

Lines changed: 9 additions & 0 deletions

0 commit comments

Comments
 (0)