Skip to content
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fix empty structure in C error in VS2017
  • Loading branch information
souvikdas95 committed Aug 25, 2017
commit 1e0983876ff5ee85095aa1bd67ddf21f91b2c8db
2 changes: 1 addition & 1 deletion test/generated/inv_pos/inv_pos.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ extern "C" {

/* the parameter struct */
typedef struct inv_pos_params {

int : 0;
} inv_pos_params;

/* the input dimensions struct */
Expand Down
2 changes: 1 addition & 1 deletion test/generated/norm/norm.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ extern "C" {

/* the parameter struct */
typedef struct norm_params {

int : 0;
} norm_params;

/* the input dimensions struct */
Expand Down
2 changes: 1 addition & 1 deletion test/generated/quad_over_lin/quad_over_lin.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ extern "C" {

/* the parameter struct */
typedef struct quad_over_lin_params {

int : 0;
} quad_over_lin_params;

/* the input dimensions struct */
Expand Down
2 changes: 1 addition & 1 deletion test/generated/sq_norm/sq_norm.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ extern "C" {

/* the parameter struct */
typedef struct sq_norm_params {

int : 0;
} sq_norm_params;

/* the input dimensions struct */
Expand Down
2 changes: 1 addition & 1 deletion test/generated/sum_sq/sum_sq.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ extern "C" {

/* the parameter struct */
typedef struct sum_sq_params {

int : 0;
} sum_sq_params;

/* the input dimensions struct */
Expand Down