Apply strict build.

Signed-off-by: Pol Henarejos <pol.henarejos@cttc.es>
This commit is contained in:
Pol Henarejos
2026-03-09 12:18:18 +01:00
parent 757a000f77
commit a0f8d67821
24 changed files with 168 additions and 117 deletions

View File

@@ -17,6 +17,6 @@
#include "openpgp.h"
int cmd_activate_file() {
int cmd_activate_file(void) {
return SW_OK();
}