Skip to content

Commit

Permalink
C2131: expression did not evaluate to a constant
Browse files Browse the repository at this point in the history
  • Loading branch information
ua741 committed Oct 25, 2023
1 parent d91787e commit 3709638
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clip.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -794,7 +794,7 @@ void * preprocess_image(void * arg) {
// Call the original preprocess function on the image
clip_image_preprocess(ctx, input, resized);

// pthread_exit(NULL);
pthread_exit(NULL);
}

// Function to batch-preprocess multiple images i
Expand Down

0 comments on commit 3709638

Please sign in to comment.