Skip to content

Commit cf89d39

Browse files
arsenmlamb-j
authored andcommitted
comgr: Fix deprecated declarations warning
Change-Id: I01aa4867ba023b596822ffccdc33a2725b9ea1ab
1 parent 33fbdc6 commit cf89d39

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

amd/comgr/test/options_test.c

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ void testFlat(amd_comgr_action_info_t ActionInfo, const char *Options) {
6666
free(RetOptions);
6767
}
6868

69-
void testFlats() {
69+
void testFlats(void) {
7070
amd_comgr_action_info_t ActionInfo;
7171
amd_comgr_status_t Status;
7272

@@ -124,7 +124,7 @@ void testList(amd_comgr_action_info_t ActionInfo, const char *Options[],
124124
}
125125
}
126126

127-
void testLists() {
127+
void testLists(void) {
128128
amd_comgr_action_info_t ActionInfo;
129129
amd_comgr_status_t Status;
130130

@@ -144,7 +144,7 @@ void testLists() {
144144
checkError(Status, "amd_comgr_destroy_action_info");
145145
}
146146

147-
void testMixed() {
147+
void testMixed(void) {
148148
amd_comgr_action_info_t ActionInfo;
149149
amd_comgr_status_t Status;
150150
size_t Size;
@@ -199,7 +199,7 @@ void testMixed() {
199199
checkError(Status, "amd_comgr_destroy_action_info");
200200
}
201201

202-
void testFlatSplitting() {
202+
void testFlatSplitting(void) {
203203
char *BufSource, *BufInclude;
204204
size_t SizeSource, SizeInclude;
205205
amd_comgr_data_t DataSource, DataInclude;

0 commit comments

Comments
 (0)