Skip to content

Commit 548b30b

Browse files
Merge branch 'master' of github.com:highperformancecoder/ecolab
2 parents e653562 + 6962842 commit 548b30b

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

File renamed without changes.

models/abc.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
extern "C"
22
{
3+
// ignore errors in abc.h
4+
#pragma GCC diagnostic push
5+
#pragma GCC diagnostic ignored "-Wunused-but-set-variable"
36
#include "abc/src/base/abc/abc.h"
7+
#pragma GCC diagnostic pop
48
}
59

610
#ifndef ECOLAB_ABC_H

0 commit comments

Comments
 (0)