Navigation Menu

Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: groonga/groonga
base: 6fd82e621952
Choose a base ref
...
head repository: groonga/groonga
compare: 4e752e75e508
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Feb 9, 2018

  1. test: copy bytes into an uint64_t for strict-aliasing rules

    This change suppresses the following warning (gcc):
      test-table-patricia-trie-cursor.c: In function ‘geo_byte_parse’:
      test-table-patricia-trie-cursor.c:397:5: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
           grn_ntog((uint8_t *)(&geo_point), geo_byte, sizeof(grn_geo_point));
           ^
    s-yata committed Feb 9, 2018
    Copy the full SHA
    4e752e7 View commit details
    Browse the repository at this point in the history