Fixed some minor compiler warnings on Linux

This commit is contained in:
Raul Ferriz 2015-06-28 11:19:58 +02:00
parent d89c3b7c6f
commit a5d34271f2
5 changed files with 13 additions and 12 deletions

View file

@ -47,10 +47,9 @@
#ifndef FASTDELEGATE_H
#define FASTDELEGATE_H
#if _MSC_VER > 1000
#if defined(_MSC_VER) && (_MSC_VER > 1000)
#pragma once
#endif // _MSC_VER > 1000
#endif // defined(_MSC_VER) && (_MSC_VER > 1000)
////////////////////////////////////////////////////////////////////////////////
// Configuration options