nvcc warning : The 'compute_20', 'sm_20', and 'sm_21' architectures are deprecated

Is this warning (nvcc warning…) can have a bad influence on the operation of the program?

/usr/local/cuda/bin/nvcc --compiler-bindir=/usr/bin/g++-5 lbm.cu sdl.cpp sim.cpp --use_fast_math -o lbm_cuda -lSDL -lrt -lSDL_ttf

<b>nvcc warning : The 'compute_20', 'sm_20', and 'sm_21' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning).</b>

/usr/bin/g++-5 -O3 lbm.cpp sdl.o sim.o -o lbm -lm -lSDL -lrt -lSDL_ttf

no

It is there to let you know that in the future, support for Fermi GPUs may be dropped from future CUDA toolkits.