Bug #2261
Issue #2259
| Status: | Closed | Start date: | ||
|---|---|---|---|---|
| Priority: | Normal | Due date: | ||
| Assignee: | - | % Done: | 0% |
|
| Category: | - | |||
| Target version: | - |
Description
Dear DragonFlyBSD bugs,
With regard to Issue #2259, I have discovered the problem only manifests
with the use of the
g++ compiler on "leaf.dragonflybsd.org".
For example, using the file: "/home/rcarey/test.c" on host "
leaf.dragonflybsd.org":
gcc -Wall test.c (produces a clean compile)
But trying:
g++ -Wall test.c (produces the warning about
signed and unsigned comparison).
Hope this helps (I'm trying not to make too much noise !).
--
Sincerely,
Robin Carey BSc
Related todos
History
Updated by swildner over 1 year ago
The warning does not seem to be part of -Wall in gcc, while it is part of -Wall in g++.
For gcc, you need -W (i.e., -Wextra) to see it.
Updated by swildner over 1 year ago
- Status changed from New to Closed