Actions
Bug #1712
closedBug #1450: Illumos should be buildable with GCC4
remove uses of CPP assertions in conditionals
Start date:
2011-11-01
Due date:
% Done:
100%
Estimated time:
Difficulty:
Bite-size
Tags:
Gerrit CR:
External Bug:
Description
CPP support "assertions" in conditions, these are statements of the form #foo(bar) where foo is a noun, and bar an adjective. #cpu(i386)
, #machine(pdp11)
These are deprecated in newer GCC, generating a warning, and very rarely used (as perhaps the second example demonstrates). We should just remove our (2) uses.
Updated by Rich Lowe almost 12 years ago
- Status changed from New to Resolved
- % Done changed from 60 to 100
Resolved in r13502 commit:34f6da175f72
Actions