Commit b3c78cf
committed
libvisual/gettext.h: Address redefinition of macro gettext_noop
Symptom was:
> ./gettext.h:71: error: "gettext_noop" redefined [-Werror]
> 71 | #define gettext_noop(String) String
> |
> ./gettext.h:49: note: this is the location of the previous definition
> 49 | # define gettext_noop(Msgid) ((const char *) (Msgid))
> |1 parent b38f2a8 commit b3c78cf
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
49 | | - | |
50 | 49 | | |
51 | 50 | | |
52 | 51 | | |
| |||
68 | 67 | | |
69 | 68 | | |
70 | 69 | | |
| 70 | + | |
71 | 71 | | |
72 | 72 | | |
73 | 73 | | |
| |||
0 commit comments