quell unused variable warning
value is only used for WIN32
This commit is contained in:
parent
1a4a7ec147
commit
ad251bb8aa
2
external/resinsight/LibCore/cvfAssert.cpp
vendored
2
external/resinsight/LibCore/cvfAssert.cpp
vendored
@ -46,7 +46,9 @@ namespace cvf {
|
||||
|
||||
// User actions (interactive responses)
|
||||
static const int USERACTION_CONTINUE = 0;
|
||||
#ifdef WIN32
|
||||
static const int USERACTION_DEBUGBREAK = 1;
|
||||
#endif
|
||||
static const int USERACTION_ABORT = 2;
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user