Skip to content
Snippets Groups Projects
Unverified Commit 47828770 authored by Martine Lenders's avatar Martine Lenders Committed by GitHub
Browse files

Merge pull request #9242 from jcarrano/fix-embunit-invalid-cast

sys/embunit: Fix incompatible declaration in outputter.
parents c8f2ae06 40e58a1a
No related branches found
No related tags found
No related merge requests found
......@@ -35,10 +35,9 @@
#include <stdio.h>
#include "CompilerOutputter.h"
static void CompilerOutputter_printHeader(OutputterRef self,TestRef test)
static void CompilerOutputter_printHeader(OutputterRef self)
{
(void)self;
(void)test;
}
static void CompilerOutputter_printStartTest(OutputterRef self,TestRef test)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment