forked from organicmaps/organicmaps
[android] Silenced warning
Signed-off-by: Alexander Borsuk <me@alex.bio>
This commit is contained in:
parent
7298741ad4
commit
8f2b6b521f
1 changed files with 7 additions and 0 deletions
|
@ -22,9 +22,16 @@
|
|||
THE SOFTWARE.
|
||||
*/
|
||||
|
||||
#ifdef __clang__
|
||||
#pragma clang diagnostic push
|
||||
#pragma clang diagnostic ignored "-Wdeprecated-copy"
|
||||
#endif // __clang__
|
||||
#include "opening_hours.hpp"
|
||||
#include "rules_evaluation.hpp"
|
||||
#include "parse_opening_hours.hpp"
|
||||
#ifdef __clang__
|
||||
#pragma clang diagnostic pop
|
||||
#endif // __clang__
|
||||
|
||||
#include <algorithm>
|
||||
#include <cstdlib>
|
||||
|
|
Loading…
Add table
Reference in a new issue