mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-06 17:01:13 -03:00
config_make.h.in: remove __sentinel
We haven't used this attribute for a while
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user