Kaydet (Commit) 1cf299ef authored tarafından Michael Stahl's avatar Michael Stahl

l10ntools: suppress warning C4245 from boost/crc.hpp

Change-Id: I2ed53b4f902ae694fc064375e8a9cfeba32f9d1c
üst 0201156f
......@@ -16,7 +16,15 @@
#include <vector>
#include <string>
#ifdef _MSC_VER
#pragma warning (push, 1)
#pragma warning (disable: 4245)
#endif
#include <boost/crc.hpp>
#ifdef _MSC_VER
#pragma warning (pop)
#endif
#include "po.hxx"
#include "helper.hxx"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment