[asterisk-bugs] [JIRA] (ASTERISK-27551) [patch] ooh323cDriver: Fix typo in header guard.
Alexander Traud (JIRA)
noreply at issues.asterisk.org
Fri Jan 5 06:18:39 CST 2018
Alexander Traud created ASTERISK-27551:
------------------------------------------
Summary: [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: 15.1.5, 13.18.5
Reporter: Alexander Traud
Severity: Trivial
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