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
1f5ebb91
Commit
1f5ebb91
authored
10 years ago
by
Guillaume Roguez
Browse files
Options
Downloads
Patches
Plain Diff
sip: remove annoying GCC warnings
Refs #52750 Change-Id: Ie2ad357c668ff80e7c489f54f0c9545efeee3981
parent
59824350
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/sip/sipaccount.h
+1
-1
1 addition, 1 deletion
daemon/src/sip/sipaccount.h
daemon/src/sip/sipaccountbase.h
+1
-1
1 addition, 1 deletion
daemon/src/sip/sipaccountbase.h
with
2 additions
and
2 deletions
daemon/src/sip/sipaccount.h
+
1
−
1
View file @
1f5ebb91
...
@@ -582,7 +582,7 @@ class SIPAccount : public SIPAccountBase {
...
@@ -582,7 +582,7 @@ class SIPAccount : public SIPAccountBase {
/**
/**
* The STUN server name (hostname)
* The STUN server name (hostname)
*/
*/
pj_str_t
stunServerName_
{};
pj_str_t
stunServerName_
{
nullptr
,
0
};
/**
/**
* The STUN server port
* The STUN server port
...
...
This diff is collapsed.
Click to expand it.
daemon/src/sip/sipaccountbase.h
+
1
−
1
View file @
1f5ebb91
...
@@ -147,7 +147,7 @@ public:
...
@@ -147,7 +147,7 @@ public:
return
false
;
return
false
;
}
}
virtual
pj_str_t
getStunServerName
()
const
{
return
pj_str_t
{};
};
virtual
pj_str_t
getStunServerName
()
const
{
return
pj_str_t
{
nullptr
,
0
};
};
virtual
pj_uint16_t
getStunPort
()
const
{
return
0
;
};
virtual
pj_uint16_t
getStunPort
()
const
{
return
0
;
};
...
...
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