Created
December 24, 2010 03:34
-
-
Save loxK/753873 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
target thumb C: sensors.hero <= device/htc/hero/libsensors/sensors.c | |
device/htc/hero/libsensors/sensors.c:95: warning: braces around scalar initializer | |
device/htc/hero/libsensors/sensors.c:95: warning: (near initialization for 'sSensorList[0].minDelay') | |
device/htc/hero/libsensors/sensors.c:95: error: empty scalar initializer | |
device/htc/hero/libsensors/sensors.c:95: error: (near initialization for 'sSensorList[0].minDelay') | |
device/htc/hero/libsensors/sensors.c:95: warning: missing initializer | |
device/htc/hero/libsensors/sensors.c:95: warning: (near initialization for 'sSensorList[0].minDelay') | |
device/htc/hero/libsensors/sensors.c:99: warning: braces around scalar initializer | |
device/htc/hero/libsensors/sensors.c:99: warning: (near initialization for 'sSensorList[1].minDelay') | |
device/htc/hero/libsensors/sensors.c:99: warning: missing initializer | |
device/htc/hero/libsensors/sensors.c:99: warning: (near initialization for 'sSensorList[1].minDelay') | |
device/htc/hero/libsensors/sensors.c:103: warning: braces around scalar initializer | |
device/htc/hero/libsensors/sensors.c:103: warning: (near initialization for 'sSensorList[2].minDelay') | |
device/htc/hero/libsensors/sensors.c:103: warning: missing initializer | |
device/htc/hero/libsensors/sensors.c:103: warning: (near initialization for 'sSensorList[2].minDelay') | |
device/htc/hero/libsensors/sensors.c:107: warning: braces around scalar initializer | |
device/htc/hero/libsensors/sensors.c:107: warning: (near initialization for 'sSensorList[3].minDelay') | |
device/htc/hero/libsensors/sensors.c:107: warning: missing initializer | |
device/htc/hero/libsensors/sensors.c:107: warning: (near initialization for 'sSensorList[3].minDelay') | |
device/htc/hero/libsensors/sensors.c:111: warning: braces around scalar initializer | |
device/htc/hero/libsensors/sensors.c:111: warning: (near initialization for 'sSensorList[4].minDelay') | |
device/htc/hero/libsensors/sensors.c:111: warning: missing initializer | |
device/htc/hero/libsensors/sensors.c:111: warning: (near initialization for 'sSensorList[4].minDelay') | |
device/htc/hero/libsensors/sensors.c:152: warning: initialization from incompatible pointer type | |
device/htc/hero/libsensors/sensors.c: In function 'open_sensors': | |
device/htc/hero/libsensors/sensors.c:834: warning: assignment discards qualifiers from pointer target type | |
device/htc/hero/libsensors/sensors.c:836: warning: assignment from incompatible pointer type | |
device/htc/hero/libsensors/sensors.c:837: warning: assignment from incompatible pointer type | |
device/htc/hero/libsensors/sensors.c:838: warning: assignment from incompatible pointer type | |
device/htc/hero/libsensors/sensors.c:839: warning: assignment from incompatible pointer type | |
device/htc/hero/libsensors/sensors.c:849: warning: assignment discards qualifiers from pointer target type | |
device/htc/hero/libsensors/sensors.c:851: warning: assignment from incompatible pointer type | |
device/htc/hero/libsensors/sensors.c:852: warning: assignment from incompatible pointer type | |
device/htc/hero/libsensors/sensors.c:853: warning: assignment from incompatible pointer type | |
make: *** [out/target/product/hero/obj/SHARED_LIBRARIES/sensors.hero_intermediates/sensors.o] Erreur 1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment