mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-02-21 04:39:39 +08:00
config_make.h.in: remove __sentinel
We haven't used this attribute for a while
This commit is contained in:
parent
66938d206a
commit
5fa9fb52aa
@ -165,10 +165,6 @@
|
||||
#ifndef __warn_unused
|
||||
#define __warn_unused __attribute__ ((warn_unused_result))
|
||||
#endif
|
||||
#ifndef __sentinel
|
||||
#define __sentinel __attribute__ ((sentinel))
|
||||
#endif
|
||||
#else
|
||||
#define __warn_unused
|
||||
#define __sentinel
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user