[asterisk-bugs] [JIRA] (ASTERISK-27551) [patch] ooh323cDriver: Fix typo in header guard.
Friendly Automation (JIRA)
noreply at issues.asterisk.org
Sat Jan 6 20:14:39 CST 2018
[ https://issues.asterisk.org/jira/browse/ASTERISK-27551?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=241386#comment-241386 ]
Friendly Automation commented on ASTERISK-27551:
------------------------------------------------
Change 7822 merged by Jenkins2:
ooh323cDriver: Fix typo in header guard.
[https://gerrit.asterisk.org/7822|https://gerrit.asterisk.org/7822]
> [patch] ooh323cDriver: Fix typo in header guard.
> ------------------------------------------------
>
> Key: ASTERISK-27551
> URL: https://issues.asterisk.org/jira/browse/ASTERISK-27551
> Project: Asterisk
> Issue Type: Bug
> Security Level: None
> Components: Addons/chan_ooh323
> Affects Versions: 13.18.5, 15.1.5
> Reporter: Alexander Traud
> Assignee: Alexander Traud
> Severity: Trivial
> Labels: patch
> Attachments: clang_ooh323_guard.patch
>
>
> The compiler _clang_ (5.0.1) reports:{code} ./ooh323cDriver.h:16:9: warning: '_OO_H323CDRIVER_H_' is used as a header guard here, followed by #define of a different macro [-Wheader-guard]
> #ifndef _OO_H323CDRIVER_H_
> ^~~~~~~~~~~~~~~~~~
> ./ooh323cDriver.h:17:9: note: '__OO_H323DRIVER_H_' is defined here; did you mean '_OO_H323CDRIVER_H_'?
> #define __OO_H323DRIVER_H_
> ^~~~~~~~~~~~~~~~~~
> _OO_H323CDRIVER_H_{code}
--
This message was sent by Atlassian JIRA
(v6.2#6252)
More information about the asterisk-bugs
mailing list