We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5846f8 commit 7ae8affCopy full SHA for 7ae8aff
gtsam/navigation/PseudorangeFactor.cpp
@@ -6,7 +6,9 @@
6
**/
7
8
#include "PseudorangeFactor.h"
9
-
+#ifdef __GNUC__
10
+#pragma GCC diagnostic ignored "-Warray-bounds"
11
+#endif
12
namespace {
13
14
/// Speed of light in a vacuum (m/s):
wrap/scripts/pybind_wrap.py
@@ -8,7 +8,8 @@
# pylint: disable=import-error
import argparse
+import site
+print(site.PREFIXES)
from gtwrap.pybind_wrapper import PybindWrapper
15
0 commit comments