10:48 < bridge_> [teeworlds] I am currently evaluating CLion, a C++ IDE from JetBrains, it's already so much better then Visual Studio and cross platform, it directly found teeworlds and configured CMake for me 11:00 < bridge_> [teeworlds] 139 warnings in gamecontext.cpp xD 13:08 < bridge_> [freenode] nice :) I use Emacs for code editing, so I'm more used to running cmake manually. That said, I'm sure there'll be a cmake package in MELPA :D 13:08 < bridge_> [freenode] I use the JetBrains Mono font in Emacs though, so I might pass for a JetBrains user at first glance :D 14:25 < bridge_> [teeworlds] CLion is pretty much the only acceptable IDE I've worked with 18:18 < bridge_> [teeworlds] ``` 18:18 < bridge_> [teeworlds] In function ‘strncpy’, 18:18 < bridge_> [teeworlds] inlined from ‘fs_makedir_recursive’ at /home/runner/work/catch64/catch64/src/base/system.c:2026:2: 18:18 < bridge_> [teeworlds] /usr/include/x86_64-linux-gnu/bits/string_fortified.h:106:10: error: ‘__builtin_strncpy’ specified bound 2048 equals destination size [-Werror=stringop-truncation] 18:18 < bridge_> [teeworlds] 106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); 18:18 < bridge_> [teeworlds] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 18:18 < bridge_> [teeworlds] ``` 18:18 < bridge_> [teeworlds] 18:18 < bridge_> [teeworlds] I think the teeworlds master has already a merged pr somewhere for this? I am currently pulling just fixes for software update 18:18 < bridge_> [teeworlds] this is a cmake warning^ 18:20 < Dune> @Assa please don't, this is IRC 18:20 < bridge_> [teeworlds] oops, what did I do wrong? 18:20 < bridge_> [teeworlds] is the message to long? 18:20 < bridge_> [teeworlds] https://github.com/teeworlds/teeworlds/commit/b0c4c7002b28ee195934281e524f163f7ed30c59 18:20 < bridge_> [teeworlds] should be the fix 18:20 < Dune> @assa don't do multiple lines (code blocks, etc) 18:21 < bridge_> [teeworlds] (and it's probably a gcc warning, not cmake's) 18:21 < bridge_> [teeworlds] okay, I won't do it again, had a longer pause and may forgot some rules 18:21 < Dune> np 23:32 < bridge_> [teeworlds] thank you @Dune btw