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
external
libvpx
Commits
dac3b597
Commit
dac3b597
authored
May 15, 2017
by
Johann Koenig
Committed by
Gerrit Code Review
May 15, 2017
Browse files
Merge "'protected' visibility unsupported on macho"
parents
8739a182
3fbc371e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
vpx_ports/mem.h
vpx_ports/mem.h
+1
-1
No files found.
vpx_ports/mem.h
View file @
dac3b597
...
...
@@ -23,7 +23,7 @@
#define DECLARE_ALIGNED(n, typ, val) typ val
#endif
#if defined(__GNUC__) && __GNUC__ >= 4 && !defined(_WIN32)
#if defined(__GNUC__) && __GNUC__ >= 4 && !defined(_WIN32)
&& !defined(__MACH__)
#define DECLARE_PROTECTED(decl) decl __attribute__((visibility("protected")))
#else
#define DECLARE_PROTECTED(decl) decl
...
...
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