[Bf-blender-cvs] [65ee9b6233f] functions: cleanup

Jacques Lucke noreply at git.blender.org
Wed Mar 27 12:19:03 CET 2019


Commit: 65ee9b6233ffbcad1aeec86b3dae76f1505bb86c
Author: Jacques Lucke
Date:   Wed Mar 27 10:34:32 2019 +0100
Branches: functions
https://developer.blender.org/rB65ee9b6233ffbcad1aeec86b3dae76f1505bb86c

cleanup

===================================================================

M	source/blender/functions/core/source_info.cpp

===================================================================

diff --git a/source/blender/functions/core/source_info.cpp b/source/blender/functions/core/source_info.cpp
index 7f8aedd2dce..aba59445a6d 100644
--- a/source/blender/functions/core/source_info.cpp
+++ b/source/blender/functions/core/source_info.cpp
@@ -2,7 +2,7 @@
 
 namespace FN {
 
-	void SourceInfo::handle_warning(std::string msg) const
+	void SourceInfo::handle_warning(std::string UNUSED(msg)) const
 	{ }
 
 } /* namespace FN */
\ No newline at end of file



More information about the Bf-blender-cvs mailing list