Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2015-02-08 06:33:06 +0300
committerCampbell Barton <ideasman42@gmail.com>2015-02-08 07:08:31 +0300
commitd989d8a37456da5b79b6c3a3d8278888e5f06ad0 (patch)
tree6bde8548cbc193bff9eac4d8b6f0f8a42533c445 /intern/smoke
parent9c9dab095d49d286887a5aa9df69f1a16570aaf1 (diff)
CMake: only quiet warnings for generated rna files
also minor warning cleanup
Diffstat (limited to 'intern/smoke')
-rw-r--r--intern/smoke/intern/spectrum.cpp2
1 files changed, 1 insertions, 1 deletions
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)
{