Skip to content

Commit 7ae8aff

Browse files
committed
test
1 parent c5846f8 commit 7ae8aff

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

gtsam/navigation/PseudorangeFactor.cpp

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,9 @@
66
**/
77

88
#include "PseudorangeFactor.h"
9-
9+
#ifdef __GNUC__
10+
#pragma GCC diagnostic ignored "-Warray-bounds"
11+
#endif
1012
namespace {
1113

1214
/// Speed of light in a vacuum (m/s):

wrap/scripts/pybind_wrap.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@
88
# pylint: disable=import-error
99

1010
import argparse
11-
11+
import site
12+
print(site.PREFIXES)
1213
from gtwrap.pybind_wrapper import PybindWrapper
1314

1415

0 commit comments

Comments
 (0)