[asterisk-bugs] [JIRA] (ASTERISK-27551) [patch] ooh323cDriver: Fix typo in header guard.
Asterisk Team (JIRA)
noreply at issues.asterisk.org
Wed Aug 8 10:15:00 CDT 2018
[ https://issues.asterisk.org/jira/browse/ASTERISK-27551?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Asterisk Team updated ASTERISK-27551:
-------------------------------------
Target Release Version/s: 16.0.0
> [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
> Target Release: 13.20.0, 15.3.0, 16.0.0
>
> 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