Skip to content

Commit

Permalink
Tidy
Browse files Browse the repository at this point in the history
  • Loading branch information
terryburton committed Oct 13, 2024
1 parent 183a171 commit f575a9c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
2 changes: 1 addition & 1 deletion src/gs1syntaxdictionary.c
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ DIAG_POP
/* GCC has flaky support for pragmas within expressions */
#if defined(__GNUC__) && !defined(__clang__)
#undef DEP
#define DEP(x) ENT(x)
#define DEP(x) ENT(x)
DIAG_PUSH
DIAG_DISABLE_DEPRECATED_DECLARATIONS
#endif
Expand Down
7 changes: 0 additions & 7 deletions src/lint__stubs.c
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,6 @@
*
*/

/**
* @file lint__stubs.c
*
* @brief Unused linter stub functions.
*
*/

#include <stddef.h>

#include "gs1syntaxdictionary.h"
Expand Down

0 comments on commit f575a9c

Please sign in to comment.