forked from Imagelibrary/binutils-gdb
Fix compile time warning when building with Clang.
PR 33282
This commit is contained in:
@@ -51,7 +51,7 @@ SECTION
|
|||||||
|
|
||||||
/* Utility macro to make testing for string equality easier to read. */
|
/* Utility macro to make testing for string equality easier to read. */
|
||||||
#ifndef streq
|
#ifndef streq
|
||||||
#define streq(A,B) strcmp ((A), (B)) == 0
|
#define streq(A,B) (strcmp ((A), (B)) == 0)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* Core note names. */
|
/* Core note names. */
|
||||||
|
|||||||
Reference in New Issue
Block a user