Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Xiph.Org
Opusfile
Commits
ae4968d1
Verified
Commit
ae4968d1
authored
May 01, 2020
by
Mark Harris
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Silence clang null pointer arithmetic warning
parent
ccdef60e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
include/opusfile.h
include/opusfile.h
+1
-1
No files found.
include/opusfile.h
View file @
ae4968d1
...
...
@@ -698,7 +698,7 @@ void opus_picture_tag_clear(OpusPictureTag *_pic) OP_ARG_NONNULL(1);
#define OP_HTTP_PROXY_PASS_REQUEST (6720)
#define OP_GET_SERVER_INFO_REQUEST (6784)
#define OP_URL_OPT(_request) ((_request)
+(char *)0
)
#define OP_URL_OPT(_request) ((
char *)(
_request))
/*These macros trigger compilation errors or warnings if the wrong types are
provided to one of the URL options.*/
...
...
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