I'm getting
warning: dynamic exception specifications are deprecated
when compiling with nvcc after upgrading to CUDA 9.2. I am using gcc 8.1, which is not officially supported.
The offending file is
/usr/local/cuda/include/crt/common_functions.h
Is there any way to suppress this warning?