mirror of
https://github.com/KingDuckZ/dindexer.git
synced 2025-08-18 15:29:48 +00:00
Throw if glob parsing fails.
This also fixes the warning about an unused boolean variable.
This commit is contained in:
parent
217b41ace2
commit
253af1a3ad
6 changed files with 106 additions and 0 deletions
|
@ -7,6 +7,7 @@ add_library(${PROJECT_NAME}
|
|||
src/glob2regex.cpp
|
||||
src/glob_ast.cpp
|
||||
src/render_ast.cpp
|
||||
src/exceptions.cpp
|
||||
)
|
||||
|
||||
target_include_directories(${PROJECT_NAME} SYSTEM
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue