Skip to content

Commit

Permalink
Remove remaining deprecated "register" keyword
Browse files Browse the repository at this point in the history
Signed-off-by: Stefan Weil <[email protected]>
  • Loading branch information
stweil committed May 20, 2018
1 parent a80a8f1 commit bb34351
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/classify/cluster.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ PARAM_DESC ParamDesc[],
int32_t n1,
int32_t n2,
FLOAT32 m[],
FLOAT32 m1[], register FLOAT32 m2[]);
FLOAT32 m1[], FLOAT32 m2[]);

void ComputePrototypes(CLUSTERER *Clusterer, CLUSTERCONFIG *Config);

Expand Down

0 comments on commit bb34351

Please sign in to comment.