surpress unitialized variuable warning for SGSphere() only
This commit is contained in:
@@ -18,6 +18,8 @@
|
||||
#ifndef SGSphere_H
|
||||
#define SGSphere_H
|
||||
|
||||
#pragma GCC diagnostic ignored "-Wuninitialized" SGSphere();
|
||||
|
||||
template<typename T>
|
||||
class SGSphere {
|
||||
public:
|
||||
|
||||
Reference in New Issue
Block a user