What is Nostr?
anna /
npub1f67…s5qm
2025-02-21 00:29:29

anna on Nostr: i literally can't use posix_spawn with literal strings without warnings pass a const ...

i literally can't use posix_spawn with literal strings without warnings

pass a const char *[] it complains about dropping nested pointer qualifiers
try to build a char *[] = { "foo", NULL }, it complains that "foo" drops qualifiers
try to cast it, char *[] = { (char *) "foo", NULL }, it *still* complains about dropping qualifiers

i literally can't use this api in a correct way
Author Public Key
npub1f67qrzm95xe497g0jda70x6uxwr9ru2j39sg38axfj4ff05c979qmps5qm