commit | f2c6522ca0a158b9af58d68adab8ec898eb1532c | [log] [tgz] |
---|---|---|
author | Josh Gao <jmgao@google.com> | Tue Nov 24 09:12:21 2015 -0800 |
committer | Josh Gao <jmgao@google.com> | Tue Nov 24 09:35:45 2015 -0800 |
tree | 61f193e8aa76f24e47ec2ca407a64f8c8ca2fdc4 | |
parent | a0c6261302e918699e681500a985643f5f0239d0 [diff] |
libcutils: turn on -Werror on Win32, fix resulting build break. Mingw doesn't provide strndup or strtok_r used in str_parms.c, resulting in -Wimplicit-function-declaration being emitted for the Windows build. None of the consumers of str_parms.c appear to be compiled for Windows, so we can just remove it from the Windows build. Change-Id: I36b66fc54ed261d38f5294bc8662ddb2db4fe64f