mirror of
https://github.com/curl/curl.git
synced 2026-04-14 22:11:45 +03:00
autotools: delete LCC compiler support bits
Follow-up to fd7ef00f43 #12222
Closes #12357
This commit is contained in:
parent
33493db2af
commit
3215a7916e
1 changed files with 0 additions and 17 deletions
|
|
@ -559,12 +559,6 @@ AC_DEFUN([CURL_SET_COMPILER_BASIC_OPTS], [
|
|||
tmp_CFLAGS="$tmp_CFLAGS"
|
||||
;;
|
||||
#
|
||||
LCC)
|
||||
#
|
||||
dnl Disallow run-time dereferencing of null pointers
|
||||
tmp_CFLAGS="$tmp_CFLAGS -n"
|
||||
;;
|
||||
#
|
||||
SGI_MIPS_C)
|
||||
#
|
||||
dnl Placeholder
|
||||
|
|
@ -1085,17 +1079,6 @@ AC_DEFUN([CURL_SET_COMPILER_WARNING_OPTS], [
|
|||
tmp_CFLAGS="$tmp_CFLAGS"
|
||||
;;
|
||||
#
|
||||
LCC)
|
||||
#
|
||||
if test "$want_warnings" = "yes"; then
|
||||
dnl Highest warning level is double -A, next is single -A.
|
||||
dnl Due to the big number of warnings these trigger on third
|
||||
dnl party header files it is impractical for us to use any of
|
||||
dnl them here. If you want them simply define it in CPPFLAGS.
|
||||
tmp_CFLAGS="$tmp_CFLAGS"
|
||||
fi
|
||||
;;
|
||||
#
|
||||
SGI_MIPS_C)
|
||||
#
|
||||
if test "$want_warnings" = "yes"; then
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue