From d989d8a37456da5b79b6c3a3d8278888e5f06ad0 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Sun, 8 Feb 2015 14:33:06 +1100 Subject: CMake: only quiet warnings for generated rna files also minor warning cleanup --- intern/smoke/intern/spectrum.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'intern/smoke') diff --git a/intern/smoke/intern/spectrum.cpp b/intern/smoke/intern/spectrum.cpp index e1c2b4d1e42..15e4d0cf2e5 100644 --- a/intern/smoke/intern/spectrum.cpp +++ b/intern/smoke/intern/spectrum.cpp @@ -363,7 +363,7 @@ static void spectrum_to_xyz(double (*spec_intens)(double wavelength), Calculate, by Planck's radiation law, the emittance of a black body of temperature bbTemp at the given wavelength (in metres). */ -double bbTemp = 5000; /* Hidden temperature argument +static double bbTemp = 5000; /* Hidden temperature argument to BB_SPECTRUM. */ static double bb_spectrum(double wavelength) { -- cgit v1.2.3