aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/codegen.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/codegen.c b/src/codegen.c
index a5d0f46..4e2a4d3 100644
--- a/src/codegen.c
+++ b/src/codegen.c
@@ -13,7 +13,8 @@
#include "types.h"
static size_t codegenstmt(LLVMBuilderRef, LLVMValueRef *, struct ast,
- struct lexemes, size_t);
+ struct lexemes, size_t)
+ __attribute__((nonnull));
static size_t codegenexpr(LLVMBuilderRef, LLVMValueRef *, struct ast,
struct lexemes, size_t, LLVMValueRef *)
__attribute__((nonnull));