surpress unitialized variuable warning for SGSphere() only

This commit is contained in:
Erik Hofman 2011-12-20 10:08:20 +01:00
parent 4faf727f1b
commit 368d280da2

View File

@ -18,6 +18,8 @@
#ifndef SGSphere_H
#define SGSphere_H
#pragma GCC diagnostic ignored "-Wuninitialized" SGSphere();
template<typename T>
class SGSphere {
public: