#define bar(int) (1)
void foo() {
bar(2);
}
With gcc, this warning is only displayed with -Wall.
| Package | Version | Supposed error message | Full log | Bug report |
|---|---|---|---|---|
| libshevek | 1.4-1 | src/iostring.hh:728:3: error: expression result unused; should this cast be to 'void'? [-Werror,-Wunused-value] | Log |