commit | bb07b9837531fe6cd42a1130ce09d403df331197 | [log] [tgz] |
---|---|---|
author | Tomasz Wasilczyk <twasilczyk@google.com> | Wed Oct 11 21:25:36 2023 +0000 |
committer | Tomasz Wasilczyk <twasilczyk@google.com> | Thu Oct 12 17:41:56 2023 +0000 |
tree | 90cbc364fef4b7e53d912bfa3c9220b481ade768 | |
parent | b8ebcca6826ee6e746c0b2aec5a36f9a5402bef2 [diff] [blame] |
Fix or silence binder build warnings on clang Bug: 302724232 Test: mma Change-Id: Ibd0dd5ef3c985901ab850cb0a589256efadb06a1
diff --git a/libs/binder/rust/tests/serialization.hpp b/libs/binder/rust/tests/serialization.hpp index 0041608..9edcd6d 100644 --- a/libs/binder/rust/tests/serialization.hpp +++ b/libs/binder/rust/tests/serialization.hpp
@@ -14,7 +14,10 @@ * limitations under the License. */ +#pragma clang diagnostic push +#pragma clang diagnostic ignored "-Wpragma-once-outside-header" #pragma once +#pragma clang diagnostic pop #include <binder/IBinder.h>