-Winconsistent-missing-override
make package
$ cat other/icons/teeworlds_srv_cl.rc
50h ICON "teeworlds_srv.ico"
build\icons\teeworlds_srv_clang.coff : fatal error LNK1112: Modul-Computertyp "x86" steht in Konflikt mit dem Zielcomputertyp "x64".
build\icons\teeworlds_srv_clang.coff : fatal error LNK1112: Modul-Computertyp "x64" steht in Konflikt mit dem Zielcomputertyp "x86".
bam -v
to see where he's looking for headers?teeworlds
bam -v
gives me a crazy big logcl /nologo /D_CRT_SECURE_NO_DEPRECATE /c /wd4244 /wd4577 /D "WIN64" /Od /MTd /Z7 /D "_DEBUG" -I"src" -I"src/engine/external/pnglite" -I"src/engine/external/wavpack" -I"build/src" -I"src/engine/external/zlib" -DCONF_DEBUG /Fobuild/x86_64/debug/objs/engine/shared/console.obj src/engine/shared/console.cpp
on: [push, pull_request]