Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
VideoLAN
VLC-Android
Commits
c8e5a3fc
Commit
c8e5a3fc
authored
Jul 10, 2014
by
Edward Wang
Browse files
jni: fix warning
pthread-rwlocks.c:66:11: warning: missing terminating ' character
parent
ad366ab1
Changes
1
Hide whitespace changes
Inline
Side-by-side
vlc-android/jni/pthread-rwlocks.c
View file @
c8e5a3fc
...
...
@@ -63,7 +63,7 @@
static
int
__get_thread_id
(
void
)
{
#ifdef __LP64__
#error Don't build pthread fallbacks for 64
bit
,
use the proper functions
#error
"
Don't build pthread fallbacks for 64
-
bit
;
use the proper functions
"
#else
return
pthread_self
();
#endif
...
...
Write
Preview
Supports
Markdown
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