Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Satoru KUMA
MPEG129-m52280
Commits
2ee3dfff
Commit
2ee3dfff
authored
Aug 16, 2019
by
David Flynn
Browse files
build: disable use of non-portable __attribute__(()) for MSVC
parent
8c3defbe
Changes
1
Hide whitespace changes
Inline
Side-by-side
tmc3/PCCMisc.h
View file @
2ee3dfff
...
@@ -51,6 +51,10 @@
...
@@ -51,6 +51,10 @@
# define DEPRECATED __attribute__((deprecated))
# define DEPRECATED __attribute__((deprecated))
#endif
#endif
#if _MSC_VER && !defined(__attribute__)
# define __attribute__(...)
#endif
namespace
pcc
{
namespace
pcc
{
const
uint32_t
PCC_UNDEFINED_INDEX
=
-
1
;
const
uint32_t
PCC_UNDEFINED_INDEX
=
-
1
;
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment