mirror of
https://git.code.sf.net/p/quake/newtree
synced 2024-11-10 06:42:26 +00:00
Fix ifdef around pragma.
This commit is contained in:
parent
d2ee6e3995
commit
96ecbb71bf
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ along with this program; if not, write to the Free Software
|
||||||
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
||||||
|
|
||||||
*/
|
*/
|
||||||
#ifdef _WIN32
|
#if defined(_WIN32) && !defined(__GNUC__)
|
||||||
#pragma warning(disable:4305)
|
#pragma warning(disable:4305)
|
||||||
#endif
|
#endif
|
||||||
{-0.525731, 0.000000, 0.850651},
|
{-0.525731, 0.000000, 0.850651},
|
||||||
|
|
Loading…
Reference in a new issue