-
**Description of the false positive**
The warning is:
`Function match should return a value of type bool but does not return a value here`
The function itself is marked `[[noreturn]]`, as is …
-
**Describe the error**
```
[ 44%] Building CXX object apps/CMakeFiles/pcl_openni_passthrough.dir/include/pcl/apps/moc_openni_passthrough.cpp.o
cd /builddir/build/BUILD/pcl-ca936f8c92fe8ef07dd4c6fe0…
-
I have installed USBGuard 0.7.8 on Ubuntu 18.04 using the following steps:
```
aditi@aditi-VirtualBox:~$ git clone https://github.com/USBGuard/usbguard.git
aditi@aditi-VirtualBox:~$ cd usbguard…
-
**Host Environment**
- OS: WIN 10
- Compiler: revision
**To Reproduce**
Steps to reproduce the behavior:
`./vcpkg install boost-compatibility`
Call Stack (most recent call first):
insta…
-
### Description of the problem / feature request:
On windows I can't seem to get the `cc_test` rule to copy data files that my tests depend on. The `.runfiles` folder has a MANIFEST with the links …
-
Visual studio 2019 Build Error:
Target: x64-Debug
Error:
Severity Code Description Project File Line Suppression State
Error CMake Error at C:/Program Files (x86)/Microsoft Visual Studio/201…
sammi updated
4 years ago
-
When trying to install RxRealm using SPM it throws error cloning dependencies.
`Failed to clone 'src/external/pegtl'`
`Failed to clone 'Realm/ObjectStore'`
Is there anything we can do, or we …
-
Building a project with -Wconversion -Werror, I stumbled upon these four warnings in the PEGTL library:
`.../external/PEGTL/include/tao/pegtl/internal/istring.hpp:81:76: error: conversion from ‘lon…
-
Hallo,
first of all thanks for your fantastic library, especially the parse tree and ABNF parts are quite helpful. I'm new on PEGTL and currently implementing a large grammar with PEGTL 2.8.1 and V…
-
In order to gauge the performance of the PEGParser library with a simple-but-real-world grammar I modified the included `example/json_parser.cpp` to
- read the input from a file,
- not generate a …