"plugins/amoeba/vscode:/vscode.git/clone" did not exist on "46d14b89ca16c49c52b5c1b7fb6be1dbf0e6e730"
Unverified Commit d2593f38 authored by Peter Eastman's avatar Peter Eastman Committed by GitHub
Browse files

Avoid deprecation warnings in vkFFT (#4192)

parent f2bdcc75
...@@ -31,6 +31,7 @@ ...@@ -31,6 +31,7 @@
#ifdef USE_VKFFT #ifdef USE_VKFFT
#define VKFFT_BACKEND 3 #define VKFFT_BACKEND 3
#pragma clang diagnostic ignored "-Wdeprecated-declarations"
#include "vkFFT.h" #include "vkFFT.h"
#endif #endif
#include "OpenCLArray.h" #include "OpenCLArray.h"
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment