Skip to content

Commit

Permalink
Fix empty structure in C error in VS2017
Browse files Browse the repository at this point in the history
  • Loading branch information
souvikdas95 committed Aug 21, 2017
1 parent 2f8ab99 commit 341e015
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
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

0 comments on commit 341e015

Please sign in to comment.