- Disabled -Weffc++ flag, fixing these warnings produces too much useless code
- Enabled -pedantic, -Wold-style-cast and -Wundef for src/ and test/ git-svn-id: svn://svn.code.sf.net/p/loki-lib/code/trunk@499 7ec92016-0320-0410-acc4-a06ded1c099a
This commit is contained in:
parent
7acf9ff6be
commit
c68642eb5f
25 changed files with 83 additions and 56 deletions
|
@ -537,6 +537,8 @@ namespace Loki
|
|||
class SingletonFixedLongevity
|
||||
{
|
||||
public:
|
||||
virtual ~SingletonFixedLongevity() {}
|
||||
|
||||
static void ScheduleDestruction(T* pObj, atexit_pfn_t pFun)
|
||||
{
|
||||
Private::Adapter<T> adapter = { pFun };
|
||||
|
@ -833,6 +835,10 @@ namespace Loki
|
|||
#endif // SINGLETON_INC_
|
||||
|
||||
// $Log$
|
||||
// Revision 1.22 2006/01/19 23:11:55 lfittl
|
||||
// - Disabled -Weffc++ flag, fixing these warnings produces too much useless code
|
||||
// - Enabled -pedantic, -Wold-style-cast and -Wundef for src/ and test/
|
||||
//
|
||||
// Revision 1.21 2006/01/16 20:10:51 syntheticpp
|
||||
// another fight against tabs
|
||||
//
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue