mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-06-29 01:06:55 +00:00
Remove checks for unsupported GCC versions (<4.6).
This was SVN commit r16224.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
/* Copyright (C) 2013 Wildfire Games.
|
||||
/* Copyright (C) 2015 Wildfire Games.
|
||||
* This file is part of 0 A.D.
|
||||
*
|
||||
* 0 A.D. is free software: you can redistribute it and/or modify
|
||||
@@ -52,10 +52,6 @@
|
||||
# pragma warning(pop)
|
||||
#endif
|
||||
#if GCC_VERSION
|
||||
# pragma GCC diagnostic warning "-Wunused-parameter"
|
||||
# pragma GCC diagnostic warning "-Wredundant-decls"
|
||||
# pragma GCC diagnostic warning "-Wnon-virtual-dtor"
|
||||
// restore user flags and re-enable the warnings disabled a few lines above
|
||||
# pragma GCC diagnostic pop
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user