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
f3e58e4c
Commit
f3e58e4c
authored
3 years ago
by
Olivier Dion
Browse files
Options
Downloads
Patches
Plain Diff
unitTest/common: Make GCC quiet about unused functions
Change-Id: I783cca7a53677dbaf1815aa6d0a5904f14baf0fd
parent
8a8abc19
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
test/unitTest/common.h
+6
-0
6 additions, 0 deletions
test/unitTest/common.h
with
6 additions
and
0 deletions
test/unitTest/common.h
+
6
−
0
View file @
f3e58e4c
...
...
@@ -26,6 +26,10 @@
#include
"fileutils.h"
#include
"manager.h"
/* Make GCC quiet about unused functions */
#pragma GCC diagnostic push
#pragma GCC diagnostic ignored "-Wunused-function"
static
void
wait_for_announcement_of
(
const
std
::
vector
<
std
::
string
>
accountIDs
,
std
::
chrono
::
seconds
timeout
=
std
::
chrono
::
seconds
(
30
))
...
...
@@ -188,3 +192,5 @@ load_actors_and_wait_for_announcement(const std::string& from_yaml)
return
actors
;
}
#pragma GCC diagnostic pop
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