Commit 83d6381a by Tobias Langer

Fixed compiler warnings.

parent 2875d3ad
#include <stdio.h>
#define UNUSED(x) ((void)(x))
int main(int argc, char argv[])
{
UNUSED(argc);
UNUSED(argv);
printf("Hallo Welt!\n");
return 0;
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment