func_attr: Fix other new linter errors

This commit is contained in:
ZyX
2016-06-10 22:51:50 +03:00
parent ce234b0da5
commit 92d5809052

View File

@@ -41,6 +41,10 @@
// $ gcc -E -dM - </dev/null
// $ echo | clang -dM -E -
#ifndef NVIM_FUNC_ATTR_H
#define NVIM_FUNC_ATTR_H
#undef NVIM_FUNC_ATTR_H
#ifdef FUNC_ATTR_MALLOC
# undef FUNC_ATTR_MALLOC
#endif
@@ -207,3 +211,4 @@
# define FUNC_ATTR_NONNULL_ARG(...)
# define FUNC_ATTR_NONNULL_RET
#endif
#endif // NVIM_FUNC_ATTR_H