Commit: af8eddb15bcd521bee57132e2d054da327abc724
Parent: ed6ebbb0482bf2397a36492fd1376dc68d7b7307
Author: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
Committer: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
Date: 2015-01-22 15:56:12
Tree: a47b326bb6a5c85053844cc367beb0be8cd595ea

unit/test-gatt: Fix warnings This fixes the following warning when compiling with cgcc: unit/test-gatt.c:631:15: warning: symbol 'read_data_1' was not declared. Should it be static? unit/test-gatt.c:633:24: warning: symbol 'test_read_1' was not declared. Should it be static? unit/test-gatt.c:641:24: warning: symbol 'test_read_2' was not declared. Should it be static? unit/test-gatt.c:647:24: warning: symbol 'test_read_3' was not declared. Should it be static? unit/test-gatt.c:653:24: warning: symbol 'test_read_4' was not declared. Should it be static? unit/test-gatt.c:1284:24: warning: symbol 'test_read_by_type_1' was not declared. Should it be static? unit/test-gatt.c:1292:24: warning: symbol 'test_read_by_type_2' was not declared. Should it be static? unit/test-gatt.c:1298:24: warning: symbol 'test_read_by_type_3' was not declared. Should it be static? unit/test-gatt.c:1304:24: warning: symbol 'test_read_by_type_4' was not declared. Should it be static? unit/test-gatt.c:1310:24: warning: symbol 'test_read_by_type_5' was not declared. Should it be static? unit/test-gatt.c:1316:24: warning: symbol 'test_read_by_type_6' was not declared. Should it be static? unit/test-gatt.c:1352:24: warning: symbol 'test_multiple_read_1' was not declared. Should it be static? unit/test-gatt.c:1360:24: warning: symbol 'test_multiple_read_2' was not declared. Should it be static? unit/test-gatt.c:1367:24: warning: symbol 'test_multiple_read_3' was not declared. Should it be static? unit/test-gatt.c:1374:24: warning: symbol 'test_multiple_read_4' was not declared. Should it be static? unit/test-gatt.c:1381:24: warning: symbol 'test_multiple_read_5' was not declared. Should it be static? unit/test-gatt.c:1388:24: warning: symbol 'test_multiple_read_6' was not declared. Should it be static?

Diffstat

M unit/test-gatt.c | 34 +++++++++++++++++- - - - - - - - - - - - - - - - -

1 files changed, 17 insertions(+), 17 deletions(-)

View Full Diff | Patch