diff options
| author | Sergey Matveev <earthdok@google.com> | 2014-02-05 20:04:12 +0000 |
|---|---|---|
| committer | Sergey Matveev <earthdok@google.com> | 2014-02-05 20:04:12 +0000 |
| commit | efefe5e22522b6f8f5c4e1fd52d2b190de51db8e (patch) | |
| tree | 905e9226e005ba5a9d7fd32cde24612e7c1cb883 | |
| parent | c5c84a1d8600f518174fbfdb6198ac982315d6cd (diff) | |
| download | bcm5719-llvm-efefe5e22522b6f8f5c4e1fd52d2b190de51db8e.tar.gz bcm5719-llvm-efefe5e22522b6f8f5c4e1fd52d2b190de51db8e.zip | |
[sanitizer] Fix build.
llvm-svn: 200873
| -rw-r--r-- | compiler-rt/lib/sanitizer_common/tests/sanitizer_ioctl_test.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler-rt/lib/sanitizer_common/tests/sanitizer_ioctl_test.cc b/compiler-rt/lib/sanitizer_common/tests/sanitizer_ioctl_test.cc index 154d9860b79..4a32af5c6cd 100644 --- a/compiler-rt/lib/sanitizer_common/tests/sanitizer_ioctl_test.cc +++ b/compiler-rt/lib/sanitizer_common/tests/sanitizer_ioctl_test.cc @@ -47,6 +47,7 @@ static struct IoctlInit { // Avoid unused function warnings. (void)&ioctl_common_pre; (void)&ioctl_common_post; + (void)&ioctl_decode; } } ioctl_static_initializer; |

