Skip to content

Commit

Permalink
ifdef out vc stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
clamchowder committed Dec 15, 2024
1 parent 3136215 commit e7b489c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions svm/svmtest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ int main(int argc, char* argv[])
}
else
{
#ifdef _MSC_VER
float results[4];
for (int i = 0; i < 4; i++)
{
Expand All @@ -124,6 +125,7 @@ int main(int argc, char* argv[])
{
printf("%d,%f\n", i, results[i]);
}
#endif
}

end:
Expand Down

0 comments on commit e7b489c

Please sign in to comment.