Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
BIND
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
583
Issues
583
List
Boards
Labels
Service Desk
Milestones
Merge Requests
110
Merge Requests
110
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
ISC Open Source Projects
BIND
Commits
b1f66d1e
Commit
b1f66d1e
authored
Apr 08, 2020
by
Ondřej Surý
1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Disable MSVC C4133 when using stdatomic.h win32 shim
parent
6f3c201f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
lib/isc/win32/include/isc/stdatomic.h
lib/isc/win32/include/isc/stdatomic.h
+2
-0
No files found.
lib/isc/win32/include/isc/stdatomic.h
View file @
b1f66d1e
...
...
@@ -18,6 +18,8 @@
#include <stdint.h>
#include <windows.h>
#pragma warning(disable : 4133)
#define InterlockedExchangeAdd8 _InterlockedExchangeAdd8
#define InterlockedCompareExchange8 _InterlockedCompareExchange8
...
...
Ondřej Surý
@ondrej
mentioned in commit
8aef53cd
·
Apr 16, 2020
mentioned in commit
8aef53cd
mentioned in commit 8aef53cdb2fef371319415adbf1a540d0456ade8
Toggle commit list
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