Conversation
Notices
-
Embed this notice
Pleroma-tan (kirby@lab.nyanide.com)'s status on Monday, 16-Sep-2024 22:34:04 JST Pleroma-tan :abyss: - ✙ dcc :pedomustdie: :phear_slackware: likes this.
-
Embed this notice
Mercurial "The Game" Black (merc@lab.nyanide.com)'s status on Monday, 16-Sep-2024 22:35:30 JST Mercurial "The Game" Black @kirby (I actually lmaoed) -
Embed this notice
Mercurial "The Game" Black (merc@lab.nyanide.com)'s status on Monday, 16-Sep-2024 22:35:31 JST Mercurial "The Game" Black @kirby LMAO Pleroma-tan repeated this. -
Embed this notice
ロミンちゃん (romin@shitposter.world)'s status on Monday, 16-Sep-2024 22:40:05 JST ロミンちゃん @kirby that's going to cause a lot of problems for software that sets -Werror -
Embed this notice
翠星石 (suiseiseki@freesoftwareextremist.com)'s status on Monday, 16-Sep-2024 23:02:29 JST 翠星石 @kirby 0. Stop using a compiler that doesn't defend your freedom and use GCC instead (it doesn't produce such nonsense output).
1. Compile the GNU C with a C compiler and not a C++ compiler. -
Embed this notice
luisfer (luisf@princess.wedding)'s status on Tuesday, 17-Sep-2024 02:47:26 JST luisfer @kirby ora -
Embed this notice
Pleroma-tan (kirby@lab.nyanide.com)'s status on Tuesday, 17-Sep-2024 04:25:37 JST Pleroma-tan @iamtakingiteasy I know, got a bit of a secret to tell you. Don't tell anybody else I said this
C23 has this new [[deprecated]] attribute..
[[deprecated]]
void printf(char*); -
Embed this notice
Yukkuri (iamtakingiteasy@eientei.org)'s status on Tuesday, 17-Sep-2024 04:25:38 JST Yukkuri @kirby There is no sense involving printf parsing with no formatting in the first argument, you probably want puts/fputs. -
Embed this notice
Pleroma-tan (kirby@lab.nyanide.com)'s status on Tuesday, 17-Sep-2024 04:31:50 JST Pleroma-tan @iamtakingiteasy t'was a joke fren -
Embed this notice
Yukkuri (iamtakingiteasy@eientei.org)'s status on Tuesday, 17-Sep-2024 04:31:51 JST Yukkuri @kirby printf I know should return int. Also not sure if attribute allows distinguishing between variadic and non-variadic instances of a function, but deprecating non-variadic instance at least makes sense, it's plainly excessive.