diff options
author | Caolán McNamara <caolanm@redhat.com> | 2012-03-21 13:45:09 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2012-03-21 16:00:48 +0000 |
commit | 067eaf954dfa4da6e72bc0f8c779d5b711678385 (patch) | |
tree | f185ad941dd34c25d9c27eea097dfd3361323710 /Makefile | |
parent | 5881168bf8187149e2caf59e72e1ac2d739aa3a4 (diff) |
writeU8 is unused in the external libcdr lib, but filter it out from easy
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -485,6 +485,7 @@ findunusedcode: | grep -v ^WP6 \ | grep -v ^WPG \ | grep -v ^WPS \ + | grep -v WPXBinaryData \ > unusedcode.easy check: dev-install subsequentcheck |