Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
varnish-cache
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Commits
Open sidebar
varnishcache
varnish-cache
Commits
3b033588
Commit
3b033588
authored
Aug 03, 2020
by
Poul-Henning Kamp
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Dont include <stdatomic.h> when running FlexeLint
parent
e94bcc96
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
vmb.h
include/vmb.h
+1
-1
flint_skel.sh
tools/flint_skel.sh
+1
-0
No files found.
include/vmb.h
View file @
3b033588
...
...
@@ -34,7 +34,7 @@
#ifndef VMB_H_INCLUDED
#define VMB_H_INCLUDED
#if defined(HAVE_STDATOMIC_H)
#if defined(HAVE_STDATOMIC_H)
&& !defined(__FLEXELINT__)
# include <stdatomic.h>
# define VWMB() atomic_thread_fence(memory_order_release)
...
...
tools/flint_skel.sh
View file @
3b033588
...
...
@@ -7,6 +7,7 @@ if [ "x$1" = "x-ok" -a -f _.fl ] ; then
fi
flexelint
\
-D__FLEXELINT__
\
../../flint.lnt
\
../flint.lnt
\
flint.lnt
\
...
...
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