~bibledit/bibledit/ubuntu-cloud

« back to all changes in this revision

Viewing changes to compare/index.cpp

  • Committer: Teus Benschop
  • Date: 2022-08-30 18:42:32 UTC
  • Revision ID: teusjannette@gmail.com-20220830184232-a5bf5fkj14cqdx01
new upstream version

Show diffs side-by-side

added added

removed removed

Lines of Context:
33
33
#include <assets/header.h>
34
34
#include <menu/logic.h>
35
35
#include <bb/manage.h>
 
36
#pragma GCC diagnostic push
 
37
#pragma GCC diagnostic ignored "-Weffc++"
36
38
#include <pugixml/pugixml.hpp>
 
39
#pragma GCC diagnostic pop
37
40
 
38
41
 
39
42
using namespace pugi;