Unnamed unions are allowed in C11, but it's a pity that cross-compiler for MIPS is GCC4.2.1, which doesn't support C11. This patch add name for the only union.
Details
Details
Diff Detail
Diff Detail
- Repository
- rS FreeBSD src repository - subversion
- Lint
Lint Skipped - Unit
Tests Skipped
Event Timeline
Comment Actions
Other than the minor /**, looks good to me.
| sys/dev/bhnd/bhndb/bhndb.h | ||
|---|---|---|
| 83 | Should remove the ** (double asterisk) here; that marks the comment as API documentation when parsed by doxygen/libclang. | |
| sys/dev/bhnd/bhndb/bhndb.h | ||
|---|---|---|
| 84 | Do you need both the union name and the field name? | |