Fix using a c++23 extension with labels at the end of a block and fix writable strings warnings.
This commit is contained in:
parent
2e95908242
commit
793b69d9d9
@ -69,8 +69,8 @@ void init(){
|
||||
year = get_current_year();
|
||||
}
|
||||
|
||||
static char* savefile_path = "./calendar";
|
||||
static char* wiki_url = "https://gitea.ammerhai.com/Ammerhai/work-calendar/wiki";
|
||||
static const char *savefile_path = "./calendar";
|
||||
static const char *wiki_url = "https://gitea.ammerhai.com/Ammerhai/work-calendar/wiki";
|
||||
|
||||
static const char *month_names[] = {"Januar", "Februar", "März", "April", "Mai", "Juni", "Juli", "August", "September", "Oktober", "November", "Dezember"};
|
||||
|
||||
@ -426,7 +426,7 @@ void per_frame(){
|
||||
};
|
||||
num_categorized_days++;
|
||||
}
|
||||
color_changed:
|
||||
color_changed:;
|
||||
}
|
||||
|
||||
ImGui::EndTable();
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user