diff options
| author | Alexey Samsonov <samsonov@google.com> | 2012-06-06 13:58:39 +0000 |
|---|---|---|
| committer | Alexey Samsonov <samsonov@google.com> | 2012-06-06 13:58:39 +0000 |
| commit | d323f4e78e9f55dbb7147fd1e44ce97e67c8d818 (patch) | |
| tree | 4c73d5f4b8af8f96a56891f710d0d8a97905c53c /compiler-rt/lib/tsan/rtl/tsan_rtl.h | |
| parent | 3de5d40f4d51716881475be373a9eb565f0856fe (diff) | |
| download | bcm5719-llvm-d323f4e78e9f55dbb7147fd1e44ce97e67c8d818.tar.gz bcm5719-llvm-d323f4e78e9f55dbb7147fd1e44ce97e67c8d818.zip | |
[Sanitizer] Remove __attribute__((format))
llvm-svn: 158070
Diffstat (limited to 'compiler-rt/lib/tsan/rtl/tsan_rtl.h')
| -rw-r--r-- | compiler-rt/lib/tsan/rtl/tsan_rtl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler-rt/lib/tsan/rtl/tsan_rtl.h b/compiler-rt/lib/tsan/rtl/tsan_rtl.h index c1b06201971..adb7b511c60 100644 --- a/compiler-rt/lib/tsan/rtl/tsan_rtl.h +++ b/compiler-rt/lib/tsan/rtl/tsan_rtl.h @@ -37,7 +37,7 @@ namespace __tsan { -void TsanPrintf(const char *format, ...) FORMAT(1, 2); +void TsanPrintf(const char *format, ...); // FastState (from most significant bit): // unused : 1 |

