mirror of
https://github.com/boostorg/build.git
synced 2026-02-13 12:22:17 +00:00
Add missing "static" to suppress warning with aCC
[SVN r16484]
This commit is contained in:
@@ -550,7 +550,7 @@ void actions_free(rule_actions* a)
|
||||
/*
|
||||
* set_rule_body() - set the argument list and procedure of the given rule
|
||||
*/
|
||||
void set_rule_body( RULE* rule, argument_list* args, PARSE* procedure )
|
||||
static void set_rule_body( RULE* rule, argument_list* args, PARSE* procedure )
|
||||
{
|
||||
if ( args )
|
||||
args_refer( args );
|
||||
|
||||
Reference in New Issue
Block a user