mirror of
https://github.com/opnsense/src.git
synced 2026-06-11 01:30:30 -04:00
sfxge: cleanup: support __out_bcount_part[_opt] PREfast annotations
New annotation coming into use in the common code. Support its use by adding null macro definitions for non-Windows platforms. Submitted by: Richard Houldsworth <rhouldsworth at solarflare.com> Sponsored by: Solarflare Communications, Inc. X-MFC with: r293901
This commit is contained in:
parent
473bcb0163
commit
d2a37b9c9d
1 changed files with 2 additions and 0 deletions
|
|
@ -211,6 +211,8 @@ sfxge_map_mbuf_fast(bus_dma_tag_t tag, bus_dmamap_t map,
|
|||
#define __out_ecount_opt(_n)
|
||||
#define __out_bcount(_n)
|
||||
#define __out_bcount_opt(_n)
|
||||
#define __out_bcount_part(_n, _l)
|
||||
#define __out_bcount_part_opt(_n, _l)
|
||||
|
||||
#define __deref_out
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue