#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 |
|---|---|---|---|---|
| ngorca | 1.0.2-2 | ngorca.c:173:14: error: expression result unused [-Werror,-Wunused-value] | Log |