Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
jami-daemon
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
savoirfairelinux
jami-daemon
Commits
4595f26a
Commit
4595f26a
authored
13 years ago
by
Tristan Matthews
Browse files
Options
Downloads
Patches
Plain Diff
* #8461: suppress warnings from ccrtp
parent
516c1c54
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
daemon/src/audio/audiortp/audio_rtp_session.h
+3
-3
3 additions, 3 deletions
daemon/src/audio/audiortp/audio_rtp_session.h
daemon/src/audio/audiortp/audio_symmetric_rtp_session.h
+6
-3
6 additions, 3 deletions
daemon/src/audio/audiortp/audio_symmetric_rtp_session.h
with
9 additions
and
6 deletions
daemon/src/audio/audiortp/audio_rtp_session.h
+
3
−
3
View file @
4595f26a
...
@@ -31,8 +31,8 @@
...
@@ -31,8 +31,8 @@
* shall include the source code for the parts of OpenSSL used as well
* shall include the source code for the parts of OpenSSL used as well
* as that of the covered work.
* as that of the covered work.
*/
*/
#ifndef
__
SFL_AUDIO_RTP_SESSION_H_
_
#ifndef SFL_AUDIO_RTP_SESSION_H_
#define
__
SFL_AUDIO_RTP_SESSION_H_
_
#define SFL_AUDIO_RTP_SESSION_H_
#include
"audio_rtp_record_handler.h"
#include
"audio_rtp_record_handler.h"
#include
<audio/codecs/audiocodec.h>
#include
<audio/codecs/audiocodec.h>
...
@@ -153,5 +153,5 @@ class AudioRtpSession : public AudioRtpRecordHandler {
...
@@ -153,5 +153,5 @@ class AudioRtpSession : public AudioRtpRecordHandler {
};
};
}
}
#endif //
__
AUDIO_RTP_SESSION_H__
#endif // AUDIO_RTP_SESSION_H__
This diff is collapsed.
Click to expand it.
daemon/src/audio/audiortp/audio_symmetric_rtp_session.h
+
6
−
3
View file @
4595f26a
...
@@ -31,8 +31,8 @@
...
@@ -31,8 +31,8 @@
* shall include the source code for the parts of OpenSSL used as well
* shall include the source code for the parts of OpenSSL used as well
* as that of the covered work.
* as that of the covered work.
*/
*/
#ifndef
__
AUDIO_SYMMETRIC_RTP_SESSION_H_
_
#ifndef AUDIO_SYMMETRIC_RTP_SESSION_H_
#define
__
AUDIO_SYMMETRIC_RTP_SESSION_H_
_
#define AUDIO_SYMMETRIC_RTP_SESSION_H_
#include
<exception>
#include
<exception>
#include
<cassert>
#include
<cassert>
...
@@ -43,6 +43,8 @@
...
@@ -43,6 +43,8 @@
using
std
::
ptrdiff_t
;
using
std
::
ptrdiff_t
;
#pragma GCC diagnostic ignored "-Weffc++"
#include
<ccrtp/rtp.h>
#include
<ccrtp/rtp.h>
#include
<ccrtp/iqueue.h>
#include
<ccrtp/iqueue.h>
#include
<cc++/numbers.h>
// ost::Time
#include
<cc++/numbers.h>
// ost::Time
...
@@ -93,5 +95,6 @@ class AudioSymmetricRtpSession : public ost::TimerPort, public ost::SymmetricRTP
...
@@ -93,5 +95,6 @@ class AudioSymmetricRtpSession : public ost::TimerPort, public ost::SymmetricRTP
};
};
}
}
#endif // __AUDIO_SYMMETRIC_RTP_SESSION_H__
#pragma GCC diagnostic warning "-Weffc++"
#endif // AUDIO_SYMMETRIC_RTP_SESSION_H__
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment