mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-09-09 21:22:20 +08:00
GCC warning fix: Add missing NULL initialiser for find_potential_libraries.
This commit is contained in:
@ -282,6 +282,7 @@ struct ld_emulation_xfer_struct ld_hppaelf_emulation =
|
||||
NULL, /* parse args */
|
||||
NULL, /* unrecognized file */
|
||||
NULL, /* list options */
|
||||
NULL /* recognized file */
|
||||
NULL, /* recognized file */
|
||||
NULL /* find_potential_libraries */
|
||||
};
|
||||
EOF
|
||||
|
Reference in New Issue
Block a user