Welcome to Software Development on Codidact!
Will you help us build our independent community of developers helping developers? We're small and trying to grow. We welcome questions about all aspects of software development, from design to code to QA and more. Got questions? Got answers? Got code you'd like someone to review? Please join us.
Activity for Kamiā
Type | On... | Excerpt | Status | Date |
---|---|---|---|---|
Comment | Post #277423 |
I highly doubt your last statement. A function like `strcpy` has no meaningful return value, it is just there to be able to chain function calls afaik. (more) |
— | about 4 years ago |
Comment | Post #277215 |
@klutt sneaky edit is sneaky :P I really miss a note when the last edit was... (more) |
— | about 4 years ago |
Comment | Post #277183 |
I certainly agree that software development is a bad title. IMHO this excludes things like SQL, shell, MATLAB (more) |
— | over 4 years ago |
Comment | Post #277243 |
I personally do not see the reason to remove, it is much too different than I would ever consider it related at all.... The only thing that would fall both categories is shell scripting. But a question like "how to merge user groups in Win Server 2000" (I don't know if this makes sense) has nothing t... (more) |
— | over 4 years ago |
Edit | Post #277264 | Initial revision | — | over 4 years ago |
Question | — |
Should I cast to (void) when I do not use the return value I saw at least one compiler (Codewarrior for HC12) warn me if I use a function without using it's return value. Other compilers (clang/gcc) do not issue a warning though, even when using the `std=90` argument. So should I generally cast the unused return value of a function to `(void)`? (more) |
— | over 4 years ago |