quell unused variable warning

value is only used for WIN32
This commit is contained in:
Arne Morten Kvarving 2023-05-09 10:33:34 +02:00
parent 1a4a7ec147
commit ad251bb8aa

View File

@ -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;