Skip to content

Commit

Permalink
Fix warning in Android build
Browse files Browse the repository at this point in the history
  • Loading branch information
ZhilkinSerg authored Nov 10, 2020
1 parent b285a13 commit 4c82417
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lightmap.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1078,6 +1078,7 @@ float fastexp( float x )
#pragma GCC diagnostic push
#pragma GCC diagnostic ignored "-Wunknown-pragmas"
#pragma GCC diagnostic ignored "-Wpragmas"
#pragma GCC diagnostic ignored "-Wunknown-warning-option"
#pragma GCC diagnostic ignored "-Wimplicit-int-float-conversion"
u.i = static_cast<long long>( 6051102 * x + 1056478197 );
v.i = static_cast<long long>( 1056478197 - 6051102 * x );
Expand Down

0 comments on commit 4c82417

Please sign in to comment.