Opened 12 years ago
Closed 12 years ago
#4508 closed Patches (fixed)
bsd.hpp assumes __NetBSD_GCC__ is defined
Reported by: | Owned by: | John Maddock | |
---|---|---|---|
Milestone: | Boost 1.44.0 | Component: | config |
Version: | Boost Development Trunk | Severity: | Problem |
Keywords: | Cc: |
Description
On OpenBSD, when compiling a project of mine, I noticed that bsd.hpp assumes NetBSD_GCC is defined, which gave a compilation error because I use gcc with -Werror.
So, I simply fixed the line that caused the error. Please see the attached patch for the fix.
Attachments (1)
Change History (3)
by , 12 years ago
Attachment: | bsd.hpp.patch added |
---|
comment:1 by , 12 years ago
Type: | Bugs → Patches |
---|
comment:2 by , 12 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
(In [64749]) Suppress gcc warnings. Fixes #4508.