mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-09-21 20:06:40 +00:00
Disable "assignment operator could not be generated" warning globally on Windows, since it's never useful.
This was SVN commit r16192.
This commit is contained in:
@@ -27,11 +27,6 @@
|
||||
|
||||
#include <sstream>
|
||||
|
||||
// Disable "'boost::algorithm::detail::is_classifiedF' : assignment operator could not be generated"
|
||||
#if MSC_VERSION
|
||||
#pragma warning(disable:4512)
|
||||
#endif
|
||||
|
||||
#include <boost/algorithm/string.hpp>
|
||||
#include <boost/algorithm/string/join.hpp> // this isn't in string.hpp in old Boosts
|
||||
|
||||
|
||||
Reference in New Issue
Block a user