diff options
Diffstat (limited to 'gcc/hooks.c')
-rw-r--r-- | gcc/hooks.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gcc/hooks.c b/gcc/hooks.c index 4d5be73c599..9969bce177b 100644 --- a/gcc/hooks.c +++ b/gcc/hooks.c @@ -181,6 +181,11 @@ hook_void_tree_treeptr (tree a ATTRIBUTE_UNUSED, tree *b ATTRIBUTE_UNUSED) { } +void +hook_void_int_int (int a ATTRIBUTE_UNUSED, int b ATTRIBUTE_UNUSED) +{ +} + bool hook_bool_tree_false (tree a ATTRIBUTE_UNUSED) { |