mirror of
https://github.com/boostorg/build.git
synced 2026-02-15 13:02:11 +00:00
Kill a warning.
[SVN r15858]
This commit is contained in:
@@ -217,7 +217,7 @@ RULE* new_rule_body( module* m, char* rulename, argument_list* args, PARSE* pr
|
||||
RULE* new_rule_actions( module* m, char* rulename, char* command, LIST* bindlist, int flags );
|
||||
TARGET *bindtarget( char *targetname );
|
||||
void bind_explicitly_located_targets();
|
||||
TARGET* search_for_targets ( char * name, LIST* search_path );
|
||||
TARGET* search_for_target( char * name, LIST* search_path );
|
||||
void touchtarget( char *t );
|
||||
TARGETS *targetlist( TARGETS *chain, LIST *targets );
|
||||
TARGETS *targetentry( TARGETS *chain, TARGET *target );
|
||||
|
||||
@@ -217,7 +217,7 @@ RULE* new_rule_body( module* m, char* rulename, argument_list* args, PARSE* pr
|
||||
RULE* new_rule_actions( module* m, char* rulename, char* command, LIST* bindlist, int flags );
|
||||
TARGET *bindtarget( char *targetname );
|
||||
void bind_explicitly_located_targets();
|
||||
TARGET* search_for_targets ( char * name, LIST* search_path );
|
||||
TARGET* search_for_target( char * name, LIST* search_path );
|
||||
void touchtarget( char *t );
|
||||
TARGETS *targetlist( TARGETS *chain, LIST *targets );
|
||||
TARGETS *targetentry( TARGETS *chain, TARGET *target );
|
||||
|
||||
Reference in New Issue
Block a user