~bibledit/bibledit/ubuntu-cloud

« back to all changes in this revision

Viewing changes to parsewebdata/ParseWebData.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:
22
22
 TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
23
23
 SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
24
24
 */
 
25
 
 
26
#pragma clang diagnostic ignored "-Wimplicit-int-conversion"
 
27
#pragma clang diagnostic ignored "-Wsign-conversion"
 
28
#pragma GCC diagnostic ignored "-Weffc++"
 
29
#pragma GCC diagnostic ignored "-Wmissing-declarations"
 
30
#pragma GCC diagnostic ignored "-Winline"
 
31
 
 
32
 
25
33
#include "ParseWebData.h"
26
34
#include "ParseWebData_local.h"
27
35