Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
BC
public
liblinphone
Commits
1b8e0058
Commit
1b8e0058
authored
Oct 13, 2020
by
jehan
Browse files
fix xcode12 compilation issue with ninja/makefile
parent
dba1a8f0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
tester/local_conference_tester.cpp
tester/local_conference_tester.cpp
+1
-1
No files found.
tester/local_conference_tester.cpp
View file @
1b8e0058
...
...
@@ -54,7 +54,7 @@ public:
bool_t
result
;
while
(
!
(
result
=
condition
())
&&
(
std
::
chrono
::
steady_clock
::
now
()
-
start
<
timeout
))
{
for
(
const
std
::
function
<
void
()
>
iterate
:
mIterateFuncs
)
{
for
(
const
std
::
function
<
void
()
>
&
iterate
:
mIterateFuncs
)
{
iterate
();
}
ms_usleep
(
100
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment