How to disable -xarch warning?

If I compile with -xarch=native, I get:
CC: Warning: -xarch=native has been explicitly specified, or implicitly specified by a macro option, -xarch=native on this architecture implies -xarch=sparcvis2 which generates code that does not run on pre UltraSPARC III processors
Is there any way to disable that warning?
Thank you,
John

Hi,
I am using the -xarch=sparcvis2 option and I am still getting the warning below. Is there any warning tag associated, to filter it out with -erroff? The output of the compiler is flooded with those warnings that it is difficult to detect any other problems.
The warning:
CC: Warning: -xarch=native has been explicitly specified, or implicitly specified by a macro option, -xarch=native on this architecture implies -xarch=sparcvis2 which generates code that does not run on pre UltraSPARC III processors
Regards,
-Ippokratis.

Similar Messages

  • How to disable security warning on firefox 4

    how to disable security warning on firefox 4

    In particularly their is no disable function provided by mozilla. Their might have been ways in previous versions. But now it's Major topic discussed on the internet. Im having the same problem too, im not able to access some websites, and mostly which is dealt with money and trade.

  • How to disable security warning while printing(Silent Print) from Javascript?

    We have a webapplication through which, we are creating a pdf document and trying to print it sliently ("Silent Print").
    Users who are having latest Adobe version, were getting javascript warning message. However, those with older versions able to "Silent Print", without any warning messages.
    How to disable this security warning while printing from Javascript?
    Warning message: "A script has requested to print an Acrobat file. This could print an entire document. Do you want to proceed printing?".
    Appreciate for your kind help.
    Thanks.

    It's a security warning so it can't be bypassed by anything within the file.

  • How to disable security warning "Your current security settings put your computer at risk"

    Hi,
    I wonder if able to disable the security warning bar at the bottom of the IE window.  I enabled the ActiveX control and plug-ins in the IE Option settings, this caused the  security warning "Your current security settings put
    your computer at risk" pop up whenever load the pages.  Is there a way can turn off this warning?
    Thanks a lot for helping!

    That is not an option for Koreans...
    In Korea, most of commercial, financial, or governmental operations need to be done on the Internet. In early 2000's, IE could not support high security outside US due to US laws (that was stupid, but happened) , so Korean sites developed cryptography ActiveX
    controls to circumvent it. Korean government made laws to force all sites to use those kind of ActiveX controls at that time.
    A decade has passed, and now the stupid US law has been repealed. But the cryptography ActiveX industry has become so strong (probably bribing the high officers in the government), that all Korean sites are still using those kind of ActiveX controls. And
    you know, they require Windows and IE. Recently some sites started to support other browsers, but still the majority requires IE and ActiveX.
    So, if you live in Korea, you have no choice but to use IE on Windows to get things done, and almost all sites popup ActiveX installation dialogues constantly. If you do not change the security settings, when you approve the installation, the whole site
    refreshes. That is time-consuming and frustrating. 
    To keep my mental heath, I deal with all Korean sites in a virtual machine. To avoid the refresh problem, I have changed the security settings from "prompt" to "enable". The "Your security is at risk..." banner at the bottom
    of IE is surely annoying. I hope Microsoft let us either remove that banner or remove the support of ActiveX controls altogether.

  • How to disable this warning?

    Using WL 8.1 (sp3)
    The warning below is is being generated from Weblogic, as it doesn't to
    effect my app (using Struts 1.2.7) is there anyway to disable it?
    <Warning> <HTTP> <BEA-101138>
    <ServletContext(id=25598249,name=PRDWeb,context-path=/PRDWeb) One of the
    getParameter family of methods called after reading from the
    ServletInputStream. Not merging post parameters.>
    Many thanks
    harry

    Hi
    may be disabling the logging option of the server
    Jin

  • How to disable Format Warning when displaying JSP in Excel under MS-Office

    We have an application running in WebSphere 6.0 container, the application displays jsp data in Excel, it had no problem before MS-Office 2007 was install. However, after MS-Office 2007 is used, following format warning dialog box is always displayed:
    The file you are trying to open, ’Requests[1].xls’, is in a different format than specified by the file extension.
    Verify that the file is not corrupted and is from a trusted source before opening the file.
    The user has to click the "Yes" button before the Excel report can be successfully displayed. This is not acceptable by our production users, and I need your helps to get rid of this dialog box.
    The application uses struts. The Action class retrieves data from database and the data is forward to the result jsp
    in an data object set in an attribute of the session's Request object. The Action class also set the display info, such as the contentType,etc., in session's Response object (please see below for details).
    The result jsp retrieves data from the data object and display in Excel according to the display info provided in the
    session response object.
    To eliminate any possible problem that may be caused by the data, I have simplified the result jsp by removing original
    codes (such as data object forwarded from Action, and Tag Library, etc.), and just hardcoded few data for displaying in Excel, however, the same format warning box still always shows up.
    My Action class set display info as below:
    response.setContentType("application/vnd.ms-excel");
    response.setHeader("Expires", "0");
    response.setHeader("Cache-Control","must-revalidate, post-check=0, pre-check=0");
    response.setHeader("Pragma", "public");
    response.setHeader("content-disposition","attachment; filename=Requests.xls");
    My simplified result jsp is listed below:
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
    <HTML>
    <HEAD>
    <%@ taglib uri="/WEB-INF/struts-html.tld" prefix="html" %>
    <%@ taglib uri="/WEB-INF/struts-bean.tld" prefix="bean" %>
    <!-- <%@ taglib prefix='c' uri='http://java.sun.com/jstl/core_rt'%> -->
    <TITLE></TITLE>
    </HEAD>
    <BODY>
    <TABLE border="1">
         <TBODY>
         <TR>
         <td><p align='left'>myData1</p></td>
         <td><p align='left'>myData2</p></td>
         <td><p align='left'>myData3</p></td>
         <td><p align='left'>myData4</p></td>
         </TR>
         </TBODY>
    </TABLE>
    </BODY>
    </HTML>
    So, I reduced the result jsp to contain only few hardcoded data, but the format warning always shows up. Is it caused by inconsistency between the MS-Office 2007 browser and the JSP engine in WebSphere 6.0 Web container? Need your help to resolve this problem.
    Thanks in advance.

    That's the caveat of fooling your webbrowser and Excel with a plain HTML page along an Excel content-type and Excel extension.
    Don't do that. That's plain stupid. Provide a real binary Excel file. You can create one using Apache POI HSSF or Andy Khan's JExcelAPI. Alternatively -and more recommended in case of large reports-, just use the CSV format. It's easy to create a CSV file in 20 lines of code and Excel perfectly understands CSV formats. Don't forget to change content-type to CSV.

  • How to Disable the Process Header, collapsible Area, and Process Warning Bar from Contacts Form of CRM 2013

    Folks,
    How to Disable the Process Header, collapsible Area, and Process Warning Bar from Contacts Form of CRM 2013
    Thank you.

    Hi,
    You can deactivate the business process itself if you do not want at all. So that the header will not available for the entity.
    Regards,
    Priya

  • How do I disable Security Warning - "The application requires an earlier...

    h4. How do I disable Security Warning - "The application requires an earlier Java. Do you want to continue?" ?
    The message is correct - our ESS application requires 1.4.08, but this message has begun with 1.6.11. Earlier versions of 1.6 did not produce this. Is there any setting anywhere that I can use to prevent this from displaying for my users?
    Thanks.

    The simplest approach is to only have the latest version of Java "enabled".
    A fix, step-by-step, is as follows:
    1. Close all browsers;
    2. Make sure you are running latest version of Java (check this via Java Control Panel in Windows Control Panel, or, more simply, just download latest version from Java.com) (as of today's date, the latest version is 1.6.0_14);
    3. Open Java Control Panel (via Windows Control Panel);
    4. Go to "Java" tab;
    5. Click on "View" in "Java Applet Runtime Settings" of that tab;
    6. Uncheck "Enabled" for every version of Java listed EXCEPT for the latest version;
    7. Click "OK", etc., and thus close Java Control Panel;
    8. Restart browser(s);
    9. Done.
    Alternatively, you can Uninstall all earlier versions via Windows Control Panel - Programs and Features (This is in Vista; similarly in other Windows versions)... Select previous versions and uninstall them. Leave the most current version.
    This was a puzzling one, at least for me. Took a while to figure out.
    M

  • How to disable IE Security Warning on opening a "local" visio file with Visio Viewer ActiveX?

    Hello all,
    Everyone knows that Microsoft released ActiveX based Visio Viewer for free and allow the users to open Visio drawing and view/print via IE browser.
    The problem that I am facing is that some users are complaining about IE browser's security warning on "active content to run in files on My Computer".
    It means that opening .VSD files from the network, internet, intranet would be all OK but if the user wants to open .VSD files from the local hard drive (or open it as a mail attachment, which will extract it to a temp folder), it prompt the user to select "Allow Blocked Content" EVERYTIME they open them.
    I know that I can GLOBALLY disable this warning by going through Tools - Internet Options - Security section and enable "Allow active content to run in files on My Computer" but I hope that there is a way (or workaround) to allow them by file type or location, etc.
    Questions:
    1. Is there any way to disable those warning for all .VSD only while we still UNCHECK the option on Internet Options?
    2. Is there any 3rd party Win32 based viewer which wouldn't have those restriction?
    3. Is it safe assumption that McAfee VirusScan and Host IPS protection is sufficient enough to remove the IE's security warning feature?
    Thanks in advance?
    Young-

    Are you able to host/launch the VSD file via an HTM page? In that case you can format the HTM page as shown below. This will trick IE into thinking it is loading the file off of a website. Commonly called 'mark of the web'.
    <?xml version="1.0" encoding="utf-8" ?>
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <!-- saved from url=(0014)about:internet -->
    <html>
    </html>

  • How to Disable disk eject warning

    I do a lot of importing photos from Compact Flash cards, so much so that I get really tired of ejecting each one after import. I even pull my ipod without ejecting as long as there's no transfer happening. Every time I have to click that I understand the implications of my actions. I there a way to disable the warning? I know what I'm getting myself into and I'm OK with that.
    Thanks,
    Sean

    No. If you fail to eject any disk device properly then there's a risk that cached data will not be fully written thus corrupting the device's data.
    This doesn't happen with an iPad or iPod when syncing has stopped because the sync process does not leave cached data unwritten until the device is ejected unless you remove it before a sync has completed. It will happen, however, if you use the iPod in disk mode. The iPad has no default disk mode. You must use a third-party app in order to read or write directly from an iPad. The issue is also academic for iPads and some iPods that do not have disk drives.

  • How to disable Windows 7 warning on Super-charger.exe?

    Hi,
    I buy a computer from ZT systems. The CPU is: AMD Quad-Core A8-3850 Accelerated Processor, Video graphics is:Radeon™ HD 6550D processor-integrated graphics (Dual monitor capable). From the CD-rom I know the motherboard is from MSI. I reinstall Windows 7 in order to have dual boot capability. I find that every time the computer boots, it asks whether run Super-charger.exe for security. I have check it is safe from "Program Files(x86)\MSI\Super-Charger.exe security property dialogue box (SYSTEM: Full control, Modify, Read & Execute, Read, Write). It still asks every time it boots.
    Could you tell me how to disable Windows 7 asks about Super-Charger security?
    Thanks

    Quote from: Panther57 on 19-April-12, 10:29:56
    In Bios possibly check your boot order? 1st, 2nd, 3rd etc.
    I don't see any help from boot order.
    BTW, How can I know the motherboard model? I bought this computer from Costco. The information I have is: ZT Affinity 7150Ma Desktop PC. I do not find further info from ZT Systems Inc. website.
    Thanks.

  • How to disable Outlook for checking for IMAP/POP3 Certificate Name Mismatch?

    I have outlook clients that are connected to an IMAP/POP3 server that's off-site provided by company A.
    Company A requires me to enter imap.companya.com for imap server address and 993 for the port.
    I must also enable SSL for the connection.
    When I do this, Outlook pops up an error message (shown below), that must be reacted to every time it checks for mail.
    The reason is that the certificate is for myserver.companya123.com and that's different than imap.companya.com but company A wont change it. They said I need to disable my email programs certificate check so it doesn't keep prompting
    me. Now I can do this with my iphone, and other email programs without incident. But I cannot find where to disable it in outlook.
    If I change the imap server address in my account settings for outlook to instead use myserver.company a123.com, outlook can't connect and as the vendor said I must use imap.companya.com as the imap server address.
    I need to be able to connect via SSL (so nobody can swipe my password over the wire) but not have to react 1000x a day to the certificate warnings.
    I don't want to use Eudora, or another email client that allows me to easily disable the warning. I want to use outlook. How do I set outlook so it doesn't keep popping up these certificate server name mismatch warnings?
    I spent days searching for a fix, and it seems there are fixes via the registry for just about every type of certificate issue, but NOT THIS PARTICULAR ONE.
    I am hoping someone knows exactly what I am talking about and knows of a easy fix. I must use SSL so please don't tell me to disable SSL.
    What I need is to disable outlook from presenting that alert. That's what I need to do. No other solution will suffice. I hope outlook does not have a product limitation that prevents such a thing from being done. I am ok with a registry fix if need be, but
    being able to disable outlook from presenting certificate name mismatch alerts is critical. Hope its possible! Thanks!

    Hi,
    I would suggest we try the registry key mentioned in this
    article (Method 4) to configure Outlook to allow the connection to the mismatched domain name, and see if it works:
    HKEY_CURRENT_USER\Software\Microsoft\Office\<var>xx</var>.0\Outlook\AutoDiscover\RedirectServers
    Let me know if this doesn't work.
    Regards,
    Ethan Hua
    Forum Support
    Come back and mark the replies as answers if they help and unmark them if they provide no help.
    If you have any feedback on our support, please click
    here

  • Disable macros warning on Access Runtime 2003 via gpo

    Hi guys,
    My users are using Microsoft Access Runtime 2003 to access our database and I was wondering if there is a way to disable the warning message through a group policy?
    Thanks!
    Ro
    This topic first appeared in the Spiceworks Community

    You should be able to do this by a GPO by adding a new registry item as below.
    32-bit OS:
    [HKEY_LOCAL_MACHINE\Software\Microsoft\Office\11.0\Access\Security]
    "Level"=dword:00000001
    64-bit OS:
    HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Office\11.0\Access\Security
    "Level"=dword:00000001
    See https://technet.microsoft.com/en-gb/library/cc753092.aspx for info on how to this (if you require it)

  • How to disable App tabs (pined tabs) from being started automatically?

    how to disable App tabs (pined tabs) from being started automatically?
    because the option [Don't load tabs until selected] dose not work with it, and it keeps starting every time when I restart Firefox.
    Please help me!

    Don't bother, I reached to the solution by my self, you can do it as following:
    Type "about:config" [ without quotation marks! ] in the Location Bar (address bar) and press Enter to display the list of preferences, as shown in the picture '''#1''' in Firefox 17 on Windows 7.
    If you see a page with the warning message as shown in picture '''#2''', This might void your warranty!, click the button labeled "I'll be careful, I promise!", to continue (in fact, there is no warranty whatsoever, it's more a joke to ensure that users are aware of what they are about to do). uncheck the check-box there to avoid the warning in the future.
    Now at the search bar in the picture '''#3''' type: ''tab'' and look for the
    '''preference name:'''
    browser.sessionstore.restore_pinned_tabs_on_demand
    or you can '''copy''' it directly to the search bar,
    '''Next,''' follow the instruction in picture '''#3''' .
    Just in case if the pictures didn't appear, do ''these steps'':
    '''First:''' Right click at the preference name that we searched for.
    '''Next,''' click Toggle to change the value from false to true.
    '''Or,''' double click on it and it will change.
    '''Finally,''' restart Firefox and you will notice that they don't load automatically until you click on it.
    That's it, Good luck to all. ''';-)'''
    '''Note''': The bolded font preferences list is the user modified, and the un-bolded is the default setting.
    '''Warning''': Modifying preferences can, in rare circumstances, break Firefox, Thunderbird or the Mozilla Suite, or can cause strange behavior. Only do so if you know what you are doing or are following trustworthy advice.
    Additional INFO:
    about:config is a feature of Mozilla applications which lists application settings (known as preferences) that are read from the profile files prefs.js and user.js, and from application defaults. Many of these preferences are not present in the Options or Preferences dialog. Using about:config is one of several methods of modifying preferences and adding other "hidden" ones.

  • How to disable DELETE option in media center 7 extender?

    How to disable or remove option "delete" in Xbox360 extender connected to Windows 7 MC?
    After finishing watching a video, Media Center (windows 7) presents me with three options: "delete" "resume" "restart"
    Supposedly kids or someone mistakenly pres delete, ignore warning and ,,,,,,, YOUR VIDEO IS GONE !!!. I have tried changing permissions, but no luck.

    I was trying to solve the same problem tonight and couldn't find any solutions.  After a few tries, I ended up with a solution.  The key is taking away write access and setting the read-only attribute.
    Steps:
    Change security on movie folder
    Remove inherited permission and choose option to set all inherited permissions locally
    Change all user permissions to remove Write (That should remove Full Control and Modify also)
    Make sure your own account is left with full control
    Save security settings and replace the security settings on child folders/files
    Right click movie folder | Properties
    Check Read-Only so that it is checked and not blocked
    The changes have been made, now test
    Right click on a movie file | Verify read only and only your own user has access to write it.
    Make a copy of that movie file outside of the folder
    Attempt to delete the file through Media Center or an extender.  When it prompts to delete, it will mention it is a read-only file.  After clicking yes, it the delete will fail.  If your settings don't
    prohibit the delete, copy the file back and continue testing.
    Note:  Any new files copied into the movie folder will need the read-only attribute set.  

Maybe you are looking for