[issue24709] Unix build uses '-Wno-unused-result', which icc doesn't recognize

2021-12-03 Thread Ammar Askar
Ammar Askar added the comment: Looks like the latest versions of icc support this flag:

[issue24709] Unix build uses '-Wno-unused-result', which icc doesn't recognize

2015-07-24 Thread Zachary Ware
New submission from Zachary Ware: It would be nice to leave out '-Wno-unused-result' when CC=icc to prevent superfluous warnings like: icc: command line warning #10006: ignoring unknown option '-Wno-unused-result' -- components: Build messages: 247299 nosy: zach.ware priority: low