Skip to content

fix: compile error: -Wimplicit-function-declaration#33

Closed
Groveer wants to merge 1 commit intolinuxdeepin:masterfrom
Groveer:master
Closed

fix: compile error: -Wimplicit-function-declaration#33
Groveer wants to merge 1 commit intolinuxdeepin:masterfrom
Groveer:master

Conversation

@Groveer
Copy link
Contributor

@Groveer Groveer commented Jul 12, 2024

Log:

@deepin-ci-robot
Copy link

deepin pr auto review

关键摘要:

  • 在新增的 #include <stdlib.h> 是否必要,如果 <stdlib.h> 中的函数在代码中没有直接使用,则不需要包含该头文件。
  • 检查是否有必要在 match_handler 函数中使用 free 函数,以确保不会内存泄漏。

是否建议立即修改:

  • 是,如果 <stdlib.h> 中的函数在代码中没有直接使用,应该移除该头文件以避免混淆和潜在的编译警告。
  • 是,如果 match_handler 函数中分配了内存但没有相应的 free 调用,应该添加 free 函数调用以确保内存被正确释放。

@deepin-bot
Copy link

deepin-bot bot commented Oct 18, 2024

TAG Bot

New tag: 1.0.4
DISTRIBUTION: unstable
Suggest: synchronizing this PR through rebase #39

@deepin-bot
Copy link

deepin-bot bot commented Oct 24, 2024

TAG Bot

New tag: 1.0.5
DISTRIBUTION: unstable
Suggest: synchronizing this PR through rebase #40

@deepin-bot
Copy link

deepin-bot bot commented Oct 29, 2024

TAG Bot

New tag: 1.0.6
DISTRIBUTION: unstable
Suggest: synchronizing this PR through rebase #42

@deepin-bot
Copy link

deepin-bot bot commented Oct 31, 2024

TAG Bot

New tag: 1.0.7
DISTRIBUTION: unstable
Suggest: synchronizing this PR through rebase #44

@deepin-bot
Copy link

deepin-bot bot commented Nov 29, 2024

TAG Bot

New tag: 1.0.8
DISTRIBUTION: unstable
Suggest: synchronizing this PR through rebase #49

@deepin-bot
Copy link

deepin-bot bot commented Jan 10, 2025

TAG Bot

New tag: 1.0.9
DISTRIBUTION: unstable
Suggest: synchronizing this PR through rebase #51

@deepin-bot
Copy link

deepin-bot bot commented Mar 3, 2025

TAG Bot

New tag: 1.0.10
DISTRIBUTION: unstable
Suggest: synchronizing this PR through rebase #54

@deepin-bot
Copy link

deepin-bot bot commented Mar 6, 2025

TAG Bot

New tag: 1.0.11
DISTRIBUTION: unstable
Suggest: synchronizing this PR through rebase #57

@deepin-bot
Copy link

deepin-bot bot commented Jun 12, 2025

TAG Bot

New tag: 1.0.12
DISTRIBUTION: unstable
Suggest: synchronizing this PR through rebase #60

@deepin-bot
Copy link

deepin-bot bot commented Jun 12, 2025

TAG Bot

New tag: 1.0.13
DISTRIBUTION: unstable
Suggest: synchronizing this PR through rebase #62

@deepin-ci-robot
Copy link

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: 18202781743, Groveer

The full list of commands accepted by this bot can be found here.

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@deepin-bot
Copy link

deepin-bot bot commented Jul 3, 2025

TAG Bot

New tag: 1.0.14
DISTRIBUTION: unstable
Suggest: synchronizing this PR through rebase #64

@deepin-bot
Copy link

deepin-bot bot commented Aug 22, 2025

TAG Bot

New tag: 1.0.15
DISTRIBUTION: unstable
Suggest: synchronizing this PR through rebase #67

@deepin-bot
Copy link

deepin-bot bot commented Oct 16, 2025

TAG Bot

New tag: 1.0.16
DISTRIBUTION: unstable
Suggest: synchronizing this PR through rebase #70

@deepin-bot
Copy link

deepin-bot bot commented Oct 30, 2025

TAG Bot

New tag: 1.0.17
DISTRIBUTION: unstable
Suggest: synchronizing this PR through rebase #73

@deepin-bot
Copy link

deepin-bot bot commented Dec 4, 2025

TAG Bot

New tag: 1.0.18
DISTRIBUTION: unstable
Suggest: synchronizing this PR through rebase #77

@18202781743
Copy link
Contributor

此修改对应的文件已经不存在了,先关闭,

@18202781743 18202781743 closed this Dec 9, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants