enabled stricter warnings and improved error handling in eeproms

This commit is contained in:
2025-07-15 18:54:44 +02:00
parent f4bf8e1d62
commit bb45b99e8a
11 changed files with 296 additions and 135 deletions

View File

@@ -1,6 +1,6 @@
#include "neonucleus.h"
nn_value nn_values_nil() {
nn_value nn_values_nil(void) {
return (nn_value) {.tag = NN_VALUE_NIL};
}