2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-27 17:02:12 +00:00

Clean up build warnings (gcc & clang).

This commit is contained in:
Rene Rivera
2020-02-24 22:10:15 -06:00
parent b3dfe156e7
commit e115f07729
19 changed files with 61 additions and 248 deletions

View File

@@ -74,7 +74,7 @@ void argv_from_shell( char const * * argv, LIST * shell, char const * command,
/* Returns whether the given command string contains lines longer than the given
* maximum.
*/
int check_cmd_for_too_long_lines( char const * command, int const max,
int check_cmd_for_too_long_lines( char const * command, size_t max,
int * const error_length, int * const error_max_length )
{
while ( *command )