RSC: Fixing static analysis issues

Signed-off-by: Abhishek Malik <abhishek.malik@intel.com>
This commit is contained in:
Abhishek Malik
2017-04-03 21:53:27 -07:00
parent dc7c012c24
commit 356f0348ed
3 changed files with 14 additions and 16 deletions

View File

@@ -242,6 +242,7 @@ namespace upm {
private:
rsc_context m_rsc;
RSC(const RSC& src) { /* do not create copied */}
uint8_t m_adc_coeff[4];
};
}