HOW TO REMOVE WARNING CS0649 WHEN COMPILING C# SAMPLE CODE

C# sample code To suppress the warning CS0649 that appears when building
the ICubeSDKSample project, add the following line to the beginning of ICube.cs.
 

#pragma warning disable CS0649