From c2660ed9f150e00179f550cdfcaefc48084a219d Mon Sep 17 00:00:00 2001 From: chen Date: Thu, 24 Mar 2022 11:20:46 +0800 Subject: [PATCH] code warning fix Signed-off-by: chen Change-Id: I9cb7e57b733c7fed411ab5b0f5a6bbe37ce1a07b --- communication/broadcast/source/pub_sub_feature.c | 3 ++- communication/broadcast/source/pub_sub_implement.c | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/communication/broadcast/source/pub_sub_feature.c b/communication/broadcast/source/pub_sub_feature.c index 89e4cc2..0e24e8a 100755 --- a/communication/broadcast/source/pub_sub_feature.c +++ b/communication/broadcast/source/pub_sub_feature.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Huawei Device Co., Ltd. + * Copyright (c) 2020-2022 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at @@ -12,6 +12,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + #include "pub_sub_feature.h" #include #include "samgr_lite.h" diff --git a/communication/broadcast/source/pub_sub_implement.c b/communication/broadcast/source/pub_sub_implement.c index 275facb..0718d2a 100755 --- a/communication/broadcast/source/pub_sub_implement.c +++ b/communication/broadcast/source/pub_sub_implement.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Huawei Device Co., Ltd. + * Copyright (c) 2020-2022 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at @@ -12,6 +12,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + #include "pub_sub_implement.h" #include "securec.h" #include "ohos_errno.h" -- Gitee