avoid clang++ -pedanic compiler warning
This commit is contained in:
parent
eafac7fc7b
commit
d148be9fa2
1 changed files with 1 additions and 1 deletions
|
@ -229,7 +229,7 @@ namespace agg
|
|||
{
|
||||
poly_subpixel_shift = 8, //----poly_subpixel_shift
|
||||
poly_subpixel_scale = 1<<poly_subpixel_shift, //----poly_subpixel_scale
|
||||
poly_subpixel_mask = poly_subpixel_scale-1, //----poly_subpixel_mask
|
||||
poly_subpixel_mask = poly_subpixel_scale-1 //----poly_subpixel_mask
|
||||
};
|
||||
|
||||
//----------------------------------------------------------filling_rule_e
|
||||
|
|
Loading…
Reference in a new issue