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