forked from Imagelibrary/binutils-gdb
* gdb.base/unload.c (main): Make local variable msg const.
This commit is contained in:
@@ -28,7 +28,7 @@ int main()
|
||||
void *handle;
|
||||
int (*unloadshr) (int);
|
||||
int y;
|
||||
char *msg;
|
||||
const char *msg;
|
||||
|
||||
handle = dlopen (SHLIB_NAME, RTLD_LAZY);
|
||||
msg = dlerror ();
|
||||
|
||||
Reference in New Issue
Block a user