Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
dlib
Commits
ff22bdc2
"...git@developer.sourcefind.cn:renzhc/diffusers_dcu.git" did not exist on "4974b84564d25bd4b5c594db4e04cb885cc0a9ed"
Commit
ff22bdc2
authored
Mar 21, 2012
by
Davis King
Browse files
A minor change to avoid warnings from visual studio
parent
35081b1e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
0 deletions
+8
-0
dlib/timeout/timeout_kernel_1.h
dlib/timeout/timeout_kernel_1.h
+8
-0
No files found.
dlib/timeout/timeout_kernel_1.h
View file @
ff22bdc2
...
@@ -10,6 +10,14 @@
...
@@ -10,6 +10,14 @@
#include "../uintn.h"
#include "../uintn.h"
#include "../timer.h"
#include "../timer.h"
#ifdef _MSC_VER
// this is to disable the "'this' : used in base member initializer list"
// warning you get from some of the GUI objects since all the objects
// require that their parent class be passed into their constructor.
// In this case though it is totally safe so it is ok to disable this warning.
#pragma warning(disable : 4355)
#endif // _MSC_VER
namespace
dlib
namespace
dlib
{
{
...
...
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