Skip to content

Commit e6b8110

Browse files
committed
Fixed a compile error
1 parent 608f2bf commit e6b8110

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

include/scl/utils/data_race_checker.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,11 @@
1616
#ifdef __GNUC__
1717
#pragma GCC diagnostic push
1818
#pragma GCC diagnostic ignored "-Wtype-limits"
19+
#endif
1920

2021
#include "extrinsic_storage.h"
2122

23+
#ifdef __GNUC__
2224
#pragma GCC diagnostic pop
2325
#endif
2426

0 commit comments

Comments
 (0)