modify warning

Signed-off-by: zjucx <chengxiang4@huawei.com>
This commit is contained in:
zjucx 2022-01-25 17:31:00 +08:00
parent ceffe31b11
commit 808e25e645
1 changed files with 2 additions and 0 deletions
samgr_endpoint

View File

@ -45,6 +45,8 @@ source_set("endpoint_source") {
"_GNU_SOURCE",
"LITE_LINUX_BINDER_IPC",
]
} else {
defines = [ "_GNU_SOURCE" ]
}
configs += [ ":endpoint_internal" ]