Bump liberty and termo
This commit is contained in:
@@ -3,7 +3,7 @@ cmake_minimum_required (VERSION 2.8.5)
|
||||
|
||||
# Moar warnings
|
||||
if ("${CMAKE_C_COMPILER_ID}" MATCHES "GNU" OR CMAKE_COMPILER_IS_GNUCC)
|
||||
set (wdisabled "-Wno-unused-function -Wno-implicit-fallthrough")
|
||||
set (wdisabled "-Wno-unused-function")
|
||||
set (CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -std=gnu99 -Wall -Wextra ${wdisabled}")
|
||||
endif ()
|
||||
|
||||
|
||||
7
hex.c
7
hex.c
@@ -339,9 +339,9 @@ app_free_context (void)
|
||||
free (g_ctx.marks_by_offset);
|
||||
free (g_ctx.offset_entries);
|
||||
|
||||
free (g_ctx.message);
|
||||
cstr_set (&g_ctx.message, NULL);
|
||||
|
||||
free (g_ctx.filename);
|
||||
cstr_set (&g_ctx.filename, NULL);
|
||||
free (g_ctx.data);
|
||||
|
||||
if (g_ctx.tk)
|
||||
@@ -1792,8 +1792,7 @@ app_log_handler (void *user_data, const char *quote, const char *fmt,
|
||||
fprintf (stderr, "%s\n", message.str);
|
||||
else
|
||||
{
|
||||
free (g_ctx.message);
|
||||
g_ctx.message = xstrdup (message.str);
|
||||
cstr_set (&g_ctx.message, xstrdup (message.str));
|
||||
g_ctx.message_attr = (intptr_t) user_data;
|
||||
app_invalidate ();
|
||||
}
|
||||
|
||||
2
liberty
2
liberty
Submodule liberty updated: 1a76b2032e...8822d06091
2
termo
2
termo
Submodule termo updated: 8c4e867760...065cd3b3e1
Reference in New Issue
Block a user