Skip to content

Commit

Permalink
Remove unused variable warning
Browse files Browse the repository at this point in the history
  • Loading branch information
gtremper committed Aug 20, 2014
1 parent a6f0c3a commit 9021cbe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions autowiring/MicroBolt.h
Expand Up @@ -36,6 +36,7 @@ struct MicroBolt:
LoopInject<Sigils>(ctxt)...,
false
};
(void)dummy;
}
void ContextCreated(void) override;
};
Expand Down

0 comments on commit 9021cbe

Please sign in to comment.