Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
P
pistache
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Libraries
pistache
Commits
f0b1a777
Unverified
Commit
f0b1a777
authored
Jun 06, 2021
by
Andrea Pappacoda
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove last bits of `UNUSED` macro
parent
3aa87659
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
4 deletions
+1
-4
.clang-format
.clang-format
+0
-1
include/pistache/router.h
include/pistache/router.h
+1
-3
No files found.
.clang-format
View file @
f0b1a777
...
...
@@ -128,7 +128,6 @@ SpacesInSquareBrackets: false
SpaceBeforeSquareBrackets: false
Standard: Latest
StatementMacros:
- Q_UNUSED
- QT_REQUIRE_VERSION
TabWidth: 8
UseCRLF: false
...
...
include/pistache/router.h
View file @
f0b1a777
...
...
@@ -394,9 +394,7 @@ namespace Pistache::Rest
using
Response
=
typename
Arguments
::
template
At
<
1
>
::
Type
;
// instantiate template this way
constexpr
Checks
<
Request
,
Response
>
checks
;
UNUSED
(
checks
);
[[
maybe_unused
]]
constexpr
Checks
<
Request
,
Response
>
checks
;
}
}
// namespace details
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment