summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/cli.hh1
-rw-r--r--src/token.hh1
2 files changed, 2 insertions, 0 deletions
diff --git a/src/cli.hh b/src/cli.hh
index 1181db2..5e6295b 100644
--- a/src/cli.hh
+++ b/src/cli.hh
@@ -29,6 +29,7 @@ namespace cait {
class cli {
private:
int _argc;
+ [[maybe_unused]] int padding;
char **_argv;
std::map<std::string, std::optional<std::string>> options;
diff --git a/src/token.hh b/src/token.hh
index 0724bc7..44f8f69 100644
--- a/src/token.hh
+++ b/src/token.hh
@@ -67,6 +67,7 @@ public:
private:
token_type_value value;
+ [[maybe_unused]] int padding;
public:
token_type() = default;