mirror of
https://github.com/mirror/make.git
synced 2025-03-25 01:00:30 +08:00
* tests/scripts/features/load: Avoid unused variable warnings.
This commit is contained in:
parent
9ed452b041
commit
3712e8a819
@ -23,6 +23,7 @@ int plugin_is_GPL_compatible;
|
||||
int
|
||||
testload_gmk_setup (gmk_floc *pos)
|
||||
{
|
||||
(void)pos;
|
||||
gmk_eval ("TESTLOAD = implicit", 0);
|
||||
return 1;
|
||||
}
|
||||
@ -30,6 +31,7 @@ testload_gmk_setup (gmk_floc *pos)
|
||||
int
|
||||
explicit_setup (gmk_floc *pos)
|
||||
{
|
||||
(void)pos;
|
||||
gmk_eval ("TESTLOAD = explicit", 0);
|
||||
return 1;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user