1
0
Fork 0
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:
King_DuckZ 2016-05-12 20:02:33 +02:00
parent 217b41ace2
commit 253af1a3ad
6 changed files with 106 additions and 0 deletions

View file

@ -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