Rogier ecc93602fc gcc6 fix: main must be a function now...
The error was not in minetestmapper itself, but in the build infrastructure.
2016-06-25 09:41:04 +02:00

5 lines
109 B
C++

// File used by cmake to check for c++ standard support
// See: CmakeLists.txt
int main(void) { return 0; }