Skip to content

Instantly share code, notes, and snippets.

@rincebrain
Created April 8, 2013 20:58
Show Gist options
  • Save rincebrain/5340424 to your computer and use it in GitHub Desktop.
Save rincebrain/5340424 to your computer and use it in GitHub Desktop.
sfxge errors
cc1: warnings being treated as errors
../../common/io/sfxge/efx_mac.c: In function 'efx_mac_hash_set':
../../common/io/sfxge/efx_mac.c:420: error: comparison of unsigned expression >= 0 is always true [-Wtype-limits]
../../common/io/sfxge/efx_mac.c:427: error: comparison of unsigned expression >= 0 is always true [-Wtype-limits]
*** Error code 1
cc1: warnings being treated as errors
../../common/io/sfxge/efx_nic.c: In function 'efx_nic_test_registers':
../../common/io/sfxge/efx_nic.c:572: error: comparison of unsigned expression >= 0 is always true [-Wtype-limits]
../../common/io/sfxge/efx_nic.c:587: error: comparison of unsigned expression >= 0 is always true [-Wtype-limits]
*** Error code 1
cc1: warnings being treated as errors
../../common/io/sfxge/efx_sram.c: In function 'efx_sram_bit_sweep_set':
../../common/io/sfxge/efx_sram.c:255: error: comparison of unsigned expression >= 0 is always true [-Wtype-limits]
../../common/io/sfxge/efx_sram.c:258: error: comparison of unsigned expression >= 0 is always true [-Wtype-limits]
*** Error code 1
/codepool/illumos-sfxge/usr/src/tools/proto/root_i386-nd/opt/onbld/bin/i386/cw -_gcc -m64 -Ui386 -U__i386 -xO3 ../../intel/amd64/ml/amd64.il -D_ASM_INLINES -Xa -xspace -xmodel=kernel -_gcc=-mno-..
../../common/io/sfxge/sfxge_intr.c:672: error: pointer targets in passing argument 2 of 'ddi_intr_get_pri' differ in signedness [-Wpointer-sign]
../../common/sys/ddi_intr.h:167: note: expected 'uint_t *' but argument is of type 'int *'
*** Error code 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment