Bugfix/c89 compile fixes (#327)
* Fix code to be able to compile with older C89 ANSI compilers * Convert C++ comments to C89 comments. * default to std=gnu89 * Fix to enable CMake 3.1 to build on Centos7 Co-authored-by: Steve Karg <skarg@users.sourceforge.net>
This commit is contained in:
@@ -394,10 +394,10 @@ bool Lighting_Output_Lighting_Command_Set(
|
||||
|
||||
index = Lighting_Output_Instance_To_Index(object_instance);
|
||||
if (index < MAX_LIGHTING_OUTPUTS) {
|
||||
// FIXME: check lighting command member values
|
||||
/* FIXME: check lighting command member values */
|
||||
status = lighting_command_copy(
|
||||
&Lighting_Output[index].Lighting_Command, value);
|
||||
// FIXME: set all the other values, and get the light levels moving
|
||||
/* FIXME: set all the other values, and get the light levels moving */
|
||||
}
|
||||
|
||||
return status;
|
||||
|
||||
Reference in New Issue
Block a user