Skip to content
Extraits de code Groupes Projets
Valider a555eb91 rédigé par ‮'s avatar :moyai:
Parcourir les fichiers

Remove useless inline attributes

parent da25e09c
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
#define FEH_BIN "/usr/bin/feh" #define FEH_BIN "/usr/bin/feh"
static inline void static void
die(const char *format, ...) die(const char *format, ...)
{ {
va_list ap; va_list ap;
...@@ -20,7 +20,7 @@ die(const char *format, ...) ...@@ -20,7 +20,7 @@ die(const char *format, ...)
exit(1); exit(1);
} }
static inline struct timespec static struct timespec
parse_interval(const char *s) parse_interval(const char *s)
{ {
char *end_interval; char *end_interval;
...@@ -37,7 +37,7 @@ parse_interval(const char *s) ...@@ -37,7 +37,7 @@ parse_interval(const char *s)
return res; return res;
} }
static inline void static void
spawn(const char *bin, char **argv) spawn(const char *bin, char **argv)
{ {
pid_t p = fork(); pid_t p = fork();
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Veuillez vous inscrire ou vous pour commenter