Skip to content

Commit 4653744

Browse files
committed
doxy: fix/improve warning about osdev type breakage
Signed-off-by: Brice Goglin <[email protected]>
1 parent 705a036 commit 4653744

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

doc/hwloc.doxy

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4683,9 +4683,6 @@ and/or running against.
46834683

46844684
\section upgrade_to_api_3x_osdev OS device type is now a bitmask
46854685

4686-
<b>This change does not *imply compile failures but things will very likely break at runtime.</b>
4687-
<br/>
4688-
46894686
The OS device "type" attribute is now a bitmask instead of a single value,
46904687
and many existing devices now combine two values.
46914688
<ul>
@@ -4699,6 +4696,7 @@ and many existing devices now combine two values.
46994696
See \ref iodevices_osdev for details.
47004697
<br/>
47014698

4699+
<b>This change does not cause compile failures but things will very likely break at runtime.</b>
47024700
Codes looking OS device types should be updated as follows:
47034701
\verbatim
47044702
#if HWLOC_API_VERSION >= 0x30000

0 commit comments

Comments
 (0)