mirror of
https://github.com/dankamongmen/notcurses
synced 2025-03-10 01:29:05 -04:00
notcurses_stats_alloc: mark paramater as unused #1633
This commit is contained in:
parent
5ec11e5897
commit
02af161b98
@ -1323,7 +1323,8 @@ typedef struct ncstats {
|
|||||||
|
|
||||||
// Allocate an ncstats object. Use this rather than allocating your own, since
|
// Allocate an ncstats object. Use this rather than allocating your own, since
|
||||||
// future versions of Notcurses might enlarge this structure.
|
// future versions of Notcurses might enlarge this structure.
|
||||||
API ALLOC ncstats* notcurses_stats_alloc(const struct notcurses* nc)
|
API ALLOC ncstats* notcurses_stats_alloc(const struct notcurses* nc
|
||||||
|
__attribute__ ((unused)))
|
||||||
__attribute__ ((nonnull (1)));
|
__attribute__ ((nonnull (1)));
|
||||||
|
|
||||||
// Acquire an atomic snapshot of the Notcurses object's stats.
|
// Acquire an atomic snapshot of the Notcurses object's stats.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user