mirror of
https://github.com/Savapitech/42sh.git
synced 2026-01-18 16:57:28 +01:00
Add expr attr
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
#include "exec.h"
|
||||
#include "expr.h"
|
||||
|
||||
int builtins_expr(ef_t *ef, char **args)
|
||||
int builtins_expr(ef_t *ef[[gnu::unused]], char **args)
|
||||
{
|
||||
int argc = 0;
|
||||
expr_state_t state;
|
||||
|
||||
Reference in New Issue
Block a user