[asterisk-bugs] [JIRA] (ASTERISK-27551) [patch] ooh323cDriver: Fix typo in header guard.
Joshua Colp (JIRA)
noreply at issues.asterisk.org
Fri Jan 5 06:22:39 CST 2018
[ https://issues.asterisk.org/jira/browse/ASTERISK-27551?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Work on ASTERISK-27551 started by Alexander Traud.
> [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