Skip to content

Commit

Permalink
update imgui and reduce warning
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeWinAdmin committed Sep 28, 2023
1 parent a906303 commit 2cfe7f1
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion imgui
Submodule imgui updated from faf078 to 5b941f
1 change: 0 additions & 1 deletion libmidi/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
cmake_minimum_required(VERSION 3.8)
## start setting
PROJECT(midi)
set(CMAKE_SKIP_RPATH ON)
set(CMAKE_MACOSX_RPATH 0)
set(CMAKE_CXX_STANDARD 14)
if (POLICY CMP0068)
Expand Down
2 changes: 1 addition & 1 deletion libmidi/mt19937ar.c
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ void init_genrand(unsigned long s)
/* initialize by an array with array-length */
/* init_key is the array for initializing keys */
/* key_length is its length */
void init_by_array(init_key, key_length) unsigned long init_key[], key_length;
void init_by_array(unsigned long init_key[], unsigned long key_length)
{
int i, j, k;
init_genrand(19650218UL);
Expand Down

0 comments on commit 2cfe7f1

Please sign in to comment.