Skip to content

Commit

Permalink
修复编译警告
Browse files Browse the repository at this point in the history
  • Loading branch information
xiyoo0812 committed May 8, 2024
1 parent 24cdcb3 commit 23de8c2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion extend/ldetour/ldetour.lmak
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ TARGET_NAME = "ldetour"
PROJECT_TYPE = "dynamic"

FLAGS = {
"Wclass-memaccess"
"Wno-class-memaccess"
}

--需要的include目录
Expand Down
2 changes: 1 addition & 1 deletion extend/ldetour/ldetour.mak
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ MYCFLAGS += -Wno-unused-variable
MYCFLAGS += -Wno-unused-parameter
MYCFLAGS += -Wno-unused-but-set-variable
MYCFLAGS += -Wno-unused-but-set-parameter
MYCFLAGS += -Wclass-memaccess
MYCFLAGS += -Wno-class-memaccess

#c标准库版本
#gnu99/gnu11/gnu17
Expand Down

0 comments on commit 23de8c2

Please sign in to comment.